.item-card-img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    background-color: #f5f5f5;
}
.thumb-grid img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}
.thumb-grid img.active {
    outline: 2px solid var(--bs-primary);
}
