.gsb-slider-wrapper-4b41d97c {
    position: relative;
    width: 100%;
}

.gsb-swiper-container-4b41d97c {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gsb-slider-img-4b41d97c {
    width: 100%;
    display: block;
}

.gsb-captions-container-4b41d97c {
    margin-top: 15px;
    padding: 15px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    text-align: center;
}

.gsb-caption-pane-4b41d97c {
    display: none;
}

.gsb-caption-pane-4b41d97c.is-active {
    display: block;
    animation: fadeIn_4b41d97c 0.3s ease-in-out;
}

.gsb-caption-title-4b41d97c {
    margin: 0 0 5px 0;
    font-size: 1.25rem;
    font-weight: bold;
}

.gsb-caption-desc-4b41d97c {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
}

@keyframes fadeIn_4b41d97c {
    from { opacity: 0; }
    to { opacity: 1; }
}
