/* Trusted partners logo slider — YMCA Midsize 2026 (Option B) */

/* Centered, stacked composition: eyebrow + heading on top, logo row below. */
:where(.bmg-partners__head) {
    align-items: center;
    text-align: center;
}

:where(.bmg-partners__title) {
    margin: 0;
}

/* Logo row sits centered under the heading; cap the width so 3 logos read as a
   tidy centered cluster (matching the comp) rather than stretching full-bleed. */
.bmg-partners__slider {
    width: 100%;
    max-width: 840px;
    margin-inline: auto;
    margin-top: 44px;
}

/* Keep Splide from overflowing and center the track when slides fit. */
.bmg-partners__slider .splide__track {
    margin-inline: auto;
}

.bmg-partners__slider .splide__list {
    align-items: center;
}

.bmg-partners__slider .wp-block-ymca-image-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 132px;
}

.bmg-partners__slider .wp-block-ymca-image-slide img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .bmg-partners__slider {
        max-width: 620px;
        margin-top: 36px;
    }
}

@media (max-width: 640px) {
    .bmg-partners__slider {
        max-width: 360px;
    }

    .bmg-partners__slider .wp-block-ymca-image-slide {
        height: 110px;
    }
}

/* eyebrow runs bigger in this section (comp: 22.5px / lh 28) */
.bmg-partners__head .bmg-eyebrow:not(.has-h-5-size-font-size) {
    font-size: 22.5px;
    line-height: 1.24;
}
