/* ==========================================================================
   Featured Songwriters Carousel — carousel shell only.
   Card styles live in marketplace-dark.css (.sg-mp-card-profile).
   ========================================================================== */

.sg-featured-wrap {
    padding: 40px 0;
}

/* Remove the extra bottom padding that .sg-mp adds */
.sg-mp.sg-featured-wrap {
    padding-bottom: 40px;
}

.sg-featured-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 32px;
    color: #0f172a;
    font-family: Inter, system-ui, sans-serif;
}

/* Swiper container */
.sg-featured-swiper {
    padding-bottom: 48px !important;
}

/* Equal-height slides */
.sg-featured-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.sg-featured-swiper .swiper-slide .sg-mp-card-profile {
    height: 100%;
}

/* Vertical mode: slides need explicit height */
.sg-featured-swiper[style*="height"] .swiper-slide {
    height: auto !important;
}

/* Outer flex wrapper keeps arrows flanking the swiper */
.sg-featured-swiper-outer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sg-featured-swiper-outer .swiper {
    flex: 1;
    min-width: 0;
}

/* Nav buttons — reset Swiper's absolute positioning */
.sg-featured-prev,
.sg-featured-next {
    position: static !important;
    margin-top: 0 !important;
    flex-shrink: 0;
    color: #007db3 !important;
}

.sg-featured-prev::after,
.sg-featured-next::after {
    font-size: 20px !important;
    font-weight: 700;
}

/* Pagination bullets — override all Swiper defaults */
.sg-featured-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: transparent !important;
    border: 2px solid #0f172a !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transform: none !important;
    transition: background 0.2s ease;
}

.sg-featured-pagination .swiper-pagination-bullet-active {
    background: #0f172a !important;
    border-color: #0f172a !important;
    transform: none !important;
}
