.mfs-9dd90118-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.mfs-9dd90118-card {
    display: flex;
    align-items: center;
    background-color: #f0f3f8;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    gap: 16px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mfs-9dd90118-image-wrapper {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.mfs-9dd90118-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mfs-9dd90118-content {
    flex-grow: 1;
}

.mfs-9dd90118-title {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.mfs-9dd90118-desc {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.mfs-9dd90118-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    text-align: center;
}

.mfs-9dd90118-pagination .swiper-pagination-bullet-active {
    background: #000;
}
