/* Logo Carousel section overrides */

/* White background variant — design defaults to warm cream */
.partner-strip--white {
    background: #ffffff;
}

/* Decorative logos (no Title set in CMS) — disable pointer + scale so the
   non-interactive state is visually obvious. */
.partner-carousel__item:not([data-clickable="true"]) {
    cursor: default;
}
.partner-carousel__item:not([data-clickable="true"]):hover {
    transform: none;
}

/* Compact bottom — editor toggle that strips the section's padding-bottom
   so a logo carousel can sit flush against the next section (e.g. when
   followed by another dark-green section, the gap would otherwise show as
   a warm-cream strip). Higher specificity than the .industry__pin variant
   so it works both standalone and when embedded inside a horizontal
   scroll-lock pin. */
.partner-strip.partner-strip--compact-bottom,
.industry__pin > .partner-strip.partner-strip--compact-bottom {
    padding-bottom: 0;
}
