/* Shared native horizontal collections; no autoplay. */
html body .svs-swipe{display:flex!important;flex-wrap:nowrap!important;gap:24px!important;overflow-x:auto!important;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding:2px;padding-bottom:16px;max-width:100%;min-width:0;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#d82632 #536273}
html body .svs-swipe>*{flex:0 0 calc((100% - 48px)/3)!important;min-width:0!important;grid-column:auto!important;scroll-snap-align:start;box-sizing:border-box}
html body .svs-swipe.paddle-row>*{flex-basis:calc((100% - 72px)/4)!important}
html body .svs-swipe-tools{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin:12px 0 20px;font-size:14px;color:inherit}
html body .svs-swipe-tools button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:#d82632;color:#fff;border:1px solid #d82632;border-radius:0;font-size:22px;cursor:pointer}
html body .svs-swipe-tools button:disabled{opacity:.35;cursor:default}
html body .svs-swipe-tools button:focus-visible{outline:2px solid currentColor;outline-offset:3px}
html body .svs-swipe-tools[hidden]{display:none}
@media(max-width:1000px){html body .svs-swipe.paddle-row>*{flex-basis:calc((100% - 24px)/2)!important}}
@media(max-width:760px){html body .svs-swipe{gap:16px!important}html body .svs-swipe>*,html body .svs-swipe.paddle-row>*{flex-basis:86%!important}html body .svs-swipe.guide-list>a{display:block;padding:24px}html body .svs-swipe.guide-list>a>span{display:block;margin-bottom:16px}}

html body .svs-swipe{scroll-margin-top:110px}
html body .svs-swipe.guide-list>a{display:block;padding:24px;border:1px solid #88939d}
html body .svs-swipe.guide-list>a>span{display:block;margin-bottom:16px}
html body .svs-swipe-tools{max-width:1248px;margin-left:auto;margin-right:auto}

html body .svs-swipe-tools button:disabled{opacity:1;background:#536273;border-color:#536273;color:#fff}
@media(max-width:760px){html body .guide-list+.svs-swipe-tools{margin-left:20px;margin-right:20px}}
