/* wrapper */
.rsjs-wrapper {
    display: flex !important;
}

/* Card */
.rsjs-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Gambar seragam */
.rsjs-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* Isi card */
.rsjs-card-body {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.rsjs-title {
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}


.rsjs-excerpt {
    font-size: 12px;
    color: #444;
    margin-top: auto; /* dorong ke bawah */
}

/* Slide harus mengikuti tinggi terbesar */
.swiper-slide {
    height: auto !important;
    display: flex !important;
}
