.squs .sqpc{border-top:1px solid var(--line,#e4e4e4);padding:clamp(48px,6vw,80px) 0;background:#fff}
.squs .sqpc-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.squs .sqpc-head .sx-h{margin:8px 0 0}
.squs .sqpc-controls{display:flex;gap:8px;flex:none}
.squs .sqpc-arrow{width:40px;height:40px;border:1px solid #252525;border-radius:50%;background:#fff;color:#252525;display:grid;place-items:center;cursor:pointer}
.squs .sqpc-arrow:hover:not(:disabled){background:#252525;color:#fff}
.squs .sqpc-arrow:disabled{opacity:.3;cursor:default}
.squs .sqpc-arrow svg,.squs .sqpc-arrow i{width:16px;height:16px}
.squs .sqpc-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;padding-bottom:4px}
.squs .sqpc-track::-webkit-scrollbar{display:none}
.squs .sqpc-card{flex:0 0 clamp(280px,37vw,440px);min-width:0;scroll-snap-align:start}
.squs .sqpc-media{position:relative;aspect-ratio:9/13;overflow:hidden;background:#e8e8e8}
.squs .sqpc-video{display:block;width:100%;height:100%;object-fit:cover;background:#e8e8e8}
.squs .sqpc-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#151515;cursor:pointer}
.squs .sqpc-play svg{width:16px;height:20px;margin-left:3px}
.squs .sqpc-play.is-playing{opacity:0}
.squs .sqpc-media:hover .sqpc-play.is-playing,.squs .sqpc-play.is-playing:focus-visible{opacity:1}
.squs .sqpc-play.is-playing svg{display:none}
.squs .sqpc-play.is-playing:before{content:'II';font:700 17px Arial,sans-serif;letter-spacing:0}
.squs .sqpc-sound{position:absolute;right:12px;bottom:12px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(0,0,0,.64);color:#fff;display:grid;place-items:center;cursor:pointer}
.squs .sqpc-sound svg{width:17px;height:17px}
.squs .sqpc-sound-on{display:none}
.squs .sqpc-sound[aria-pressed="true"] .sqpc-sound-on{display:block}
.squs .sqpc-sound[aria-pressed="true"] .sqpc-sound-off{display:none}
.squs .sqpc-info{min-height:72px;padding:13px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line,#e4e4e4)}
.squs .sqpc-info h3{font-size:15px;line-height:1.25;margin:0 0 3px;font-weight:600}
.squs .sqpc-handle{display:block;color:#666;font-size:12px}
.squs .sqpc-reel{font-size:12px;white-space:nowrap;text-decoration:underline;text-underline-offset:3px;color:#222}
.squs .sqpc a:focus-visible,.squs .sqpc button:focus-visible,.squs .sqpc-track:focus-visible{outline:2px solid #111;outline-offset:3px}
@media(max-width:749px){.squs .sqpc{padding:32px 0 44px}.squs .sqpc-head{margin-bottom:18px}.squs .sqpc-arrow{width:36px;height:36px}.squs .sqpc-track{gap:12px;margin-right:calc(-1 * var(--sx-pad,20px));padding-right:var(--sx-pad,20px)}.squs .sqpc-card{flex-basis:min(76vw,310px)}.squs .sqpc-info h3{font-size:14px}.squs .sqpc-reel{font-size:11px}}
