/* Load after swiper-bundle — unify brand color for Swiper UI */
.swiper {
  --swiper-theme-color: var(--green);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--green);
}
