.gc-wrapper-d10aa208 {
    position: relative;
    width: 100%;
}
.gc-swiper-d10aa208 {
    width: 100%;
    padding-bottom: 40px; /* Space for pagination */
}
.gc-item-d10aa208 {
    cursor: pointer;
    background: transparent;
    overflow: hidden;
    text-align: center;
    margin: 0;
    width: 100%;
}
.gc-main-img-d10aa208 {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}
.gc-main-img-d10aa208:hover {
    opacity: 0.9;
}
.gc-caption-1 {
    margin-top: 10px;
    margin-bottom: 5px; /* Added spacing between captions */
    font-size: 0.9em;
    line-height: 1.5; /* Added line-height */
    color: #666;
}
.gc-caption-2 {
    margin-top: 5px;
    font-size: 0.8em;
    line-height: 1.5; /* Added line-height */
    color: #888;
}

/* Lightbox styles */
.gc-lightbox-overlay-d10aa208 {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    padding: 40px 20px;
}
.gc-lightbox-close-d10aa208 {
    position: fixed;
    top: 20px; right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 100000;
}
.gc-lightbox-images-d10aa208 {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 800px;
    width: 100%;
}
.gc-lightbox-item-d10aa208 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.gc-lightbox-images-d10aa208 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    max-height: 80vh;
    object-fit: contain;
}
.gc-lightbox-caption-d10aa208 {
    color: #ddd;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    padding: 8px 15px;
    border-radius: 4px;
    max-width: 90%;
}

/* Final text inside lightbox overlay styling */
.gc-lightbox-final-text-d10aa208 {
    margin-top: 40px;
    padding: 20px;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.6;
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* Swiper Nav adjustments */
.gc-wrapper-d10aa208 .swiper-button-next,
.gc-wrapper-d10aa208 .swiper-button-prev {
    color: #333;
    top: 40%;
}
.gc-wrapper-d10aa208 .swiper-pagination-bullet-active {
    background: #333;
}
