/* Admin thumbs */
.berm-slider-thumbs { display:flex; gap:8px; flex-wrap:wrap; margin-top:10px; }
.berm-slider-thumbs li{ position:relative; width:90px; height:90px; border:1px solid #ddd; border-radius:6px; overflow:hidden; background:#fafafa; }
.berm-slider-thumbs img{ width:100%; height:100%; object-fit:cover; display:block; }
.berm-slider-thumbs .remove{ position:absolute; top:2px; right:6px; cursor:pointer; color:#a00; font-weight:700; }

/* Front slider */
.berm-slider-wrap { width:100%; }
.berm-swiper { width:100%; padding-top:50px; padding-bottom:50px; }
.berm-swiper swiper-slide { background-position:center; background-size:cover; width:300px; height:300px; }
.berm-swiper swiper-slide img { display:block; width:100%; height:100%; object-fit:cover; }
