/* Layout base */
.sh-wrap{position:relative;}
.sh-tabs{position:relative;width:100%;}
.sh-header{display:flex;justify-content:center; padding-top: 30px;margin-bottom:12px;}
.sh-nav-list{display:flex;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.sh-nav-list.sh-dots .sh-nav-btn{width:10px;height:10px;border-radius:50%;border:0;opacity:.5}
.sh-nav-list.sh-dots .sh-nav-btn.is-active{opacity:1}
.sh-nav-list.sh-tabs .sh-nav-btn{border:1px solid rgba(0,0,0,.15);padding:6px 10px;border-radius:999px}

.sh-viewport{overflow:hidden;width:100%}
.sh-track{display:flex;will-change:transform;transition:transform .45s cubic-bezier(.22,.61,.36,1);}
.sh-slide{flex:0 0 auto;}
.sh-slide-inner{width:100%;height:100%}

/* Legacy lock (fallback) */
.sh-lock-scroll{overflow:hidden!important;height:100%!important}

/* Mobile stacking */
@media (max-width: 991px){
  .sh-mobile-stack .sh-track{display:block;transition:none}
  .sh-mobile-stack .sh-slide{flex:none;width:100%;margin-bottom:24px}
}

.active-slide-title {
  position: fixed;
  top: 38px;
}