/* Lightweight carousel styles */
.simple-carousel{overflow:hidden;max-width:900px;position:relative;margin-left:auto;margin-right:auto}
.simple-carousel .slides{position:relative}
.simple-carousel .slide{display:none}
.simple-carousel .slide.active{display:block}
.simple-carousel .slide img{width:100%;height:280px;object-fit:cover;border-radius:6px}
.carousel-btn{width:42px;height:42px;opacity:0.95}
.carousel-dots button{width:10px;height:10px;border-radius:50%;border:0;margin:0 6px;background:#ccc}
.carousel-dots button.active{background:#022b59}

@media (max-width:576px){
  .simple-carousel .slide img{height:160px}
}
