.course-creators-wrapper {
    margin: 1rem auto;
    padding: 0 20px;
    overflow: visible;
}

.creators-slider .creator-card {
    display: block !important;
    margin: 0 10px;
    padding: 10px 0;
    width: 100% !important;
    max-width: 350px;
}

.creator-card,
.creator-card-inner {
    width: 100%;
    max-width: 350px;
}

.creator-card-inner {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start !important;
    padding: 1rem;
    padding-bottom: 0.5rem;
    border-radius: 14px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
}

.creator-card-inner:hover {
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.creator-row-top {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.creator-media {
    flex: 0 0 90px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

.creator-image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center !important;
    display: block;
    border: 2px solid #f0f0f0;
    background: #fff;
}

.creator-image.placeholder {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-weight: 600;
    font-size: 26px;
}

.creator-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.creator-name {
    color: #000000;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.creator-title {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.creator-experience {
    color: #6b7280;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.creator-bio {
    position: relative;
    width: 100%;
    margin-top: 0.75rem;
}

.creator-bio .bio-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.45;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    max-height: 175px;
    padding-right: 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.creator-bio .bio-text::-webkit-scrollbar {
    display: none;
}

.scroll-text {
    text-align: center;
    padding: 0;
    color: #6b7280;
    font-size: 0.85rem;
    font-style: italic;
    display: none;
}

.scroll-text.show {
    display: block;
}

.creators-slider-wrapper,
.creators-slider {
    overflow: visible !important;
}

.slick-slide {
    min-width: 260px;
    height: auto !important;
    overflow: visible !important;
}

.slick-prev,
.slick-next {
    box-shadow: none !important;
}

#partner-details .creators-slider .slick-prev {
    left: -7px !important;
}

#partner-details .creators-slider .slick-next {
    right: -15px !important;
}

@media (max-width: 1200px) {
    .creators-slider .creator-card {
        max-width: 320px;
    }
}

@media (max-width: 1100px) {
    .creators-slider .creator-card {
        max-width: 290px;
    }
}

@media (max-width: 992px) {
    .creators-slider .creator-card {
        max-width: 350px;
    }
}

@media (max-width: 850px) {
    .creators-slider .creator-card {
        max-width: 330px;
    }
}

@media (max-width: 768px) {
    .creators-slider .creator-card {
        max-width: 300px;
    }
}

@media (max-width: 650px) {
    .creators-slider .creator-card {
        max-width: 260px;
    }
}

@media (max-width: 576px) {
    .creators-slider .creator-card {
        max-width: 100%;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .creator-card-inner {
        min-height: 220px;
    }

    .creator-media {
        flex: 0 0 64px !important;
    }

    .creator-image,
    .creator-image.placeholder {
        width: 60px;
        height: 60px;
    }
}