.gallery-filter-arrow{display:none}
@media(max-width:650px){
  .gallery-filter-bar{min-width:0}
  .gallery-filter-bar .gallery-filters{gap:6px;padding:12px 20px;scroll-snap-type:x proximity;scroll-padding-inline:8px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom}
  .gallery-filter-bar .gallery-filters a{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:44px;padding:10px 17px;font-size:11px;scroll-snap-align:start;border:1px solid transparent}
  .gallery-filter-bar .gallery-filters a:focus-visible{outline-offset:-3px}
  .gallery-filter-bar.is-enhanced.has-overflow{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:4px;padding-inline:10px}
  .gallery-filter-bar.is-enhanced.has-overflow .gallery-filters{width:100%;min-width:0;max-width:none;margin:0;padding-inline:4px}
  .gallery-filter-bar.is-enhanced.has-overflow .gallery-filter-arrow{display:grid;place-items:center;position:relative;width:44px;height:44px;padding:0;border:0;border-radius:50%;color:var(--ink);background:transparent;touch-action:manipulation;transition:opacity .2s,color .2s}
  .gallery-filter-arrow:before{content:"";position:absolute;inset:4px;background:var(--pale);border:1px solid var(--line);border-radius:50%;transition:background .2s,transform .2s}
  .gallery-filter-arrow .icon{position:relative;width:15px;height:15px}
  .gallery-filter-arrow:disabled{opacity:.35;cursor:default}
  .gallery-filter-arrow:not(:disabled):active:before{transform:scale(.9)}
  .gallery-filter-arrow:not(:disabled):hover:before{background:var(--white)}
  .gallery-filter-arrow:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}
}
@media(prefers-reduced-motion:reduce){.gallery-filter-arrow,.gallery-filter-arrow:before{transition:none}}
@media(forced-colors:active){.gallery-filter-arrow:before{background:ButtonFace;border-color:ButtonText}.gallery-filter-arrow{color:ButtonText}.gallery-filter-arrow:disabled{color:GrayText;opacity:1}.gallery-filter-arrow:disabled:before{border-color:GrayText}}
