.vm-slider-container-9776a25a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.vm-header-9776a25a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.vm-subtitle-9776a25a {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.vm-title-9776a25a {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    color: #1e293b;
}

.vm-header-right-9776a25a {
    display: flex;
    align-items: center;
    gap: 24px;
}

.vm-see-all-9776a25a {
    font-weight: 600;
    color: #3b82f6;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}

.vm-see-all-9776a25a:hover {
    text-decoration: underline;
}

.vm-nav-arrows-9776a25a {
    display: flex;
    gap: 12px;
}

.vm-nav-btn-9776a25a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

/* Track / List */
.vm-slider-track-outer-9776a25a {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
}
.vm-slider-track-outer-9776a25a::-webkit-scrollbar {
    display: none; /* Safari / Chrome */
}

.vm-slider-track-9776a25a {
    display: flex;
    gap: 24px;
    padding-bottom: 15px;
}

.vm-card-9776a25a {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 280px;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    box-sizing: border-box;
}

.vm-card-header-9776a25a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.vm-badge-9776a25a {
    font-size: 10px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.vm-card-title-9776a25a {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #1e293b;
}

.vm-card-desc-9776a25a {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    flex-grow: 1;
    margin: 0 0 20px 0;
}

.vm-card-footer-9776a25a {
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vm-author-img-9776a25a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.vm-author-avatar-placeholder-9776a25a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm-author-info-9776a25a {
    display: flex;
    flex-direction: column;
}

.vm-author-name-9776a25a {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #1e293b;
}

.vm-author-sub-9776a25a {
    font-size: 12px;
    color: #94a3b8;
}

/* Dots */
.vm-dots-9776a25a {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.vm-dot-9776a25a {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Bottom Button Container */
.vm-btn-wrapper-9776a25a {
    text-align: center;
    margin-top: 40px;
}

.vm-bottom-btn-9776a25a {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.vm-bottom-btn-9776a25a:hover {
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .vm-card-9776a25a {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 600px) {
    .vm-card-9776a25a {
        flex: 0 0 100%;
    }
    .vm-header-9776a25a {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .vm-header-right-9776a25a {
        width: 100%;
        justify-content: space-between;
    }
}
