
.ig-slider-wrapper { max-width:420px; margin:20px auto; font-family: Arial, sans-serif; }
.ig-swiper { position:relative; }
.ig-slide { display:flex; justify-content:center; align-items:center; padding:10px 0; }
.ig-slide-inner { position:relative; width:100%; border-radius:18px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,0.12); background:#fff; }
.ig-slide-inner img { width:100%; height:auto; display:block; object-fit:cover; max-height:620px; }
.ig-play-circle { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:74px; height:74px; border-radius:50%; background:#ff0000; display:flex; align-items:center; justify-content:center; opacity:0.95; }
.ig-play-triangle { width:0; height:0; border-left:20px solid #fff; border-top:12px solid transparent; border-bottom:12px solid transparent; margin-left:6px; }
.ig-caption { position:absolute; left:12px; bottom:12px; right:12px; padding:10px 14px; border-radius:12px; background:rgba(255,255,255,0.9); color:#041e5f; font-weight:600; font-size:14px; max-height:72px; overflow:hidden; text-overflow:ellipsis; }
.ig-nav { position:absolute; width:100%; top:50%; transform:translateY(-50%); display:flex; justify-content:space-between; pointer-events:none; }
.ig-prev, .ig-next { pointer-events:all; background:rgba(255,255,255,0.85); border-radius:50%; width:36px; height:36px; display:flex; align-items:center; justify-content:center; font-size:22px; color:#041e5f; box-shadow:0 4px 12px rgba(0,0,0,0.08); cursor:pointer; margin:8px; }
.ig-button { text-align:center; margin-top:12px; }
.ig-instagram-badge { display:inline-block; padding:8px 14px; border-radius:999px; background:#fff; box-shadow:0 6px 18px rgba(0,0,0,0.08); color:#041e5f; font-weight:700; text-decoration:none; }
@media(min-width:900px){
  .ig-slider-wrapper { max-width:360px; }
}
