.gallery-caption{grid-template-columns:1fr!important}
.gallery-thumbs{display:flex;overflow-x:auto;gap:9px;width:100%;max-width:100%;padding:2px 2px 7px;scrollbar-width:thin}
.gallery-thumbs .gallery-thumb{flex:0 0 76px;opacity:.72;transition:.2s}
.gallery-thumbs .gallery-thumb.active{border-color:#5b95ff;box-shadow:0 0 0 2px rgba(91,149,255,.18);opacity:1}
.main-media img{transition:opacity .18s ease}
.gallery-arrow{position:absolute;z-index:5;top:50%;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;background:rgba(15,10,28,.58);box-shadow:0 14px 36px rgba(0,0,0,.28),0 0 0 1px rgba(91,149,255,.12) inset;backdrop-filter:blur(14px);cursor:pointer;transform:translateY(-50%);transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.gallery-arrow:hover,.gallery-arrow:focus-visible{border-color:#5b95ff;background:rgba(27,20,48,.82);box-shadow:0 18px 44px rgba(0,0,0,.34),0 0 22px rgba(91,149,255,.28);transform:translateY(-50%) scale(1.06)}
.gallery-arrow-prev{left:18px}.gallery-arrow-next{right:18px}
.size-option{display:flex!important;min-width:64px!important;height:auto!important;min-height:52px!important;flex-direction:column;justify-content:center;gap:2px;padding:7px 10px!important}
.size-option small{color:var(--muted,#8f849e);font-size:9px;font-weight:600;text-transform:none;letter-spacing:0}
.size-option.active small{color:inherit}.size-option:disabled{cursor:not-allowed;opacity:.38;text-decoration:none!important}
body[data-theme="light"] .gallery-arrow{color:#181121;background:rgba(255,255,255,.72);border-color:rgba(32,22,42,.14);box-shadow:0 14px 32px rgba(49,34,61,.14)}
@media(max-width:700px){.gallery-caption{align-items:flex-start!important;flex-direction:column}.gallery-thumbs{width:100%}.texture-note{width:100%}.gallery-arrow{width:42px;height:42px}.gallery-arrow-prev{left:12px}.gallery-arrow-next{right:12px}}
