/* Astro fixes — authoritative overrides for Elementor-rendered sections (DEV-350) */
/* Stats band: black → dark-teal gradient (matches live; cascade fix) */
.elementor-1578 .elementor-element.elementor-element-716efd5 {
  background-color: #000000 !important;
  background-image: linear-gradient(180deg, #000000 0%, #1c2b31 100%) !important;
}

/* Students carousel: desktop 2-up (1600px+ = live behavior), 1-up below */
.elementor-element-497d06d .swiper .swiper-slide {
  width: calc(50% - 10px) !important;
  flex: 0 0 auto !important;
}
@media (max-width: 767px) {
  .elementor-element-497d06d .swiper .swiper-slide {
    width: 100% !important;
  }
}

/* Sticky promo bar — elementor sticky behavior shim (CSS-only, top bar 199267c/01-promo-bar) */
.elementor-element-199267c { position: -webkit-sticky; position: sticky; top: 0; z-index: 50; }
