/* Minimal Swiper CSS placeholder to satisfy linter and avoid parse errors.
	Replace with the official Swiper bundle to enable full styling. */
:root { --swiper-theme-color: #007aff; }
.swiper { position: relative; overflow: hidden; list-style: none; padding: 0; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; display: flex; box-sizing: content-box; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; }
.swiper-pagination { position: absolute; left: 0; width: 100%; text-align: center; z-index: 10; }
.swiper-pagination-bullet { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: rgba(0,0,0,0.2); margin: 0 4px; }
.swiper-pagination-bullet-active { background: var(--swiper-theme-color); }
