/**
 * Featured Services — section chrome only.
 * -----------------------------------------------------------------------------
 * Card / slider / pagination styling lives in the global Customizer CSS
 * (".featured-services__*"). This file only provides the section's background
 * and vertical rhythm so the component is self-contained and does not depend on
 * an auto-generated #component-N id (which breaks if an editor reorders rows).
 */

.featured-services {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Equal-height cards regardless of title length. */
.featured-services .swiper-slide {
  height: auto;
}
