/* Go2Dog 12.147 — clear, theme-matched swipe controls for Academy course carousel */
.g2d147-swipe-wrap{position:relative;margin:2px 18px 4px;isolation:isolate}
.g2d147-swipe-wrap .g2d145-course-strip{margin:0 -18px;padding:15px 18px 12px;scroll-padding-inline:18px;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
.g2d147-swipe-arrow{position:absolute;top:50%;z-index:6;display:none;place-items:center;width:46px;height:46px;margin:0;padding:0;border:3px solid rgba(255,255,255,.96);border-radius:999px;background:#e9f6ee;color:#17654f;box-shadow:0 8px 24px rgba(25,76,60,.14);font:700 42px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transform:translateY(-50%);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,background .18s ease}
.g2d147-swipe-arrow--prev{left:-23px}.g2d147-swipe-arrow--next{right:-23px}
.g2d147-swipe-wrap.has-overflow .g2d147-swipe-arrow{display:grid}
.g2d147-swipe-arrow:hover:not(:disabled),.g2d147-swipe-arrow:focus-visible:not(:disabled){background:#dff1e7;box-shadow:0 10px 26px rgba(25,76,60,.2);transform:translateY(-50%) scale(1.05)}
.g2d147-swipe-arrow:focus-visible{outline:3px solid rgba(46,139,105,.28);outline-offset:2px}
.g2d147-swipe-arrow:disabled{opacity:.34;box-shadow:0 5px 14px rgba(25,76,60,.07);cursor:default}
.g2d147-edge-fade{position:absolute;top:12px;bottom:10px;z-index:4;display:none;width:34px;pointer-events:none}
.g2d147-swipe-wrap.has-overflow .g2d147-edge-fade{display:block}
.g2d147-edge-fade--start{left:-18px;background:linear-gradient(90deg,#fff 15%,rgba(255,255,255,0))}
.g2d147-edge-fade--end{right:-18px;background:linear-gradient(270deg,#fff 15%,rgba(255,255,255,0))}
.g2d147-swipe-wrap.is-at-start .g2d147-edge-fade--start,.g2d147-swipe-wrap.is-at-end .g2d147-edge-fade--end{opacity:0}
.g2d147-swipe-wrap .g2d145-course-strip:focus-visible{outline:2px solid rgba(46,139,105,.24);outline-offset:4px;border-radius:16px}
@media(max-width:700px){
  .g2d147-swipe-wrap{margin-inline:19px}
  .g2d147-swipe-wrap .g2d145-course-strip{margin-inline:-19px;padding-inline:19px}
  .g2d147-swipe-arrow{width:50px;height:50px;font-size:44px;border-width:4px;background:#edf8f1}
  .g2d147-swipe-arrow--prev{left:-25px}.g2d147-swipe-arrow--next{right:-25px}
  .g2d147-edge-fade--start{left:-19px}.g2d147-edge-fade--end{right:-19px}
}
@media(prefers-reduced-motion:reduce){.g2d147-swipe-arrow{transition:none}}
