.gcs-c89a2e13-wrapper {
    font-family: inherit;
    position: relative;
}
.gcs-c89a2e13-swiper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}
.gcs-c89a2e13-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.gcs-c89a2e13-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.swiper-pagination {
    position: absolute;
    bottom: 0 !important;
}
.gcs-c89a2e13-contents {
    margin-top: 30px;
    background: #fff;
}
.gcs-c89a2e13-content {
    display: none;
    animation: fadeIn_c89a2e13 0.4s;
}
@keyframes fadeIn_c89a2e13 {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}