.gallery{border-bottom:1px solid var(--line)}.gallery-count{color:var(--muted);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:12px}.gallery-frame{aspect-ratio:16/9;background:#e8e9df;position:relative}.gallery-frame img{object-fit:contain}.gallery-controls{justify-content:space-between;align-items:center;gap:20px;margin-top:20px;display:flex}.gallery-hint{color:var(--muted);font-size:12px}.gallery-arrows{gap:8px;display:flex}.gallery-arrows button{border:1px solid #b7b9ac;border-radius:50%;place-items:center;width:48px;height:48px;padding:0;display:grid}.gallery-arrows svg{width:23px;height:23px;display:block}.gallery-arrows button:hover{background:var(--ink);color:var(--paper)}.gallery-thumbnails{gap:10px;margin-top:16px;padding:8px 4px;display:flex;overflow-x:auto}.gallery-thumbnails button{opacity:.65;border:2px solid #0000;flex:0 0 80px;height:60px;position:relative}.gallery-thumbnails img{object-fit:cover}.gallery-thumbnails button[aria-pressed=true]{border-color:var(--accent);opacity:1}.gallery-thumbnails button:hover{opacity:1}@media (max-width:760px){.gallery-frame{aspect-ratio:var(--gallery-aspect-ratio)}.gallery-count{margin-top:20px;display:block}.gallery-hint{max-width:180px}}
