.photo-item.swiper-slide {
    width: 338px !important;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.photo-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-gallery-section {
    margin: 0 auto;
}

.photo-row {
    margin-bottom: 40px;
}

.photo-row-selector {
    margin-bottom: 16px;
}

.photo-row-select {
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 200px;
}

.photo-item {
    /* aspect-ratio: 1; */
    overflow: hidden;
    border-radius: 8px;
}

.photo-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}