/* Frontend */
.ez-carousel { width: 100%; }
.ez-carousel .swiper { width: 100%; }
.ez-carousel .swiper-slide img { display:block; width:100%; height:auto; }

/* Admin repeater UI */
.ez-repeater { margin-top:8px; }
.ez-repeater-item {
  display:flex; gap:12px; align-items:flex-start;
  padding:10px; border:1px solid #e5e5e5; background:#fff; margin-bottom:10px;
}
.ez-repeater-handle { cursor:move; user-select:none; font-size:18px; padding:4px 8px; color:#666; }
.ez-repeater-thumb { width:160px; text-align:center; }
.ez-repeater-thumb img { max-width:100%; height:auto; margin-bottom:8px; border:1px solid #ddd; }
.ez-repeater-fields { flex:1; }
.ez-repeater-placeholder { border:2px dashed #bbb; height:80px; }
