.dg-gallery-wrapper { max-width: 1100px; margin: 1rem auto; position: relative; }
.dg-gallery-wrapper .swiper-slide { display:flex; justify-content:center; align-items:center; user-select:none; }
.dg-gallery-wrapper img { display:block; max-width:100%; height:auto; border-radius:8px; box-shadow:0 6px 18px rgba(0,0,0,0.12); pointer-events:none; }
.dg-gallery-wrapper .dg-caption { margin-top:6px; font-size:13px; color:#666; text-align:center; }
.dg-gallery-wrapper .swiper-slide.selected img { outline:4px solid #0073aa; transform:scale(1.02); transition: transform .18s ease; }
.dg-button { position:absolute; top:50%; transform:translateY(-50%); z-index:20; width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:700; cursor:pointer; user-select:none; background:rgba(255,255,255,0.95); box-shadow:0 6px 12px rgba(0,0,0,0.08); }
.dg-prev { left:10px; }
.dg-next { right:10px; }
@media (max-width:700px) {
  .dg-button { width:34px; height:34px; font-size:14px; }
}
