.ssbw-float-modal{position:fixed;inset:0;z-index:2147482999;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.35)}
.ssbw-float-modal[hidden]{display:none!important}
.ssbw-float-panel{width:min(560px,92vw);max-height:86vh;background:#fff;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.25);overflow:hidden;display:flex;flex-direction:column}
.ssbw-float-head{padding:14px 14px 10px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;gap:10px}
.ssbw-float-title{margin:0;font-size:18px;font-weight:800;color:#111}
.ssbw-float-close{width:34px;height:34px;border-radius:10px;border:1px solid #e6e6e6;background:#fff;cursor:pointer;font-size:20px;line-height:32px}
.ssbw-float-tabs{display:flex;gap:0;border-bottom:1px solid #eee}
.ssbw-tab{flex:1;display:block;text-decoration:none;background:#fff;border:0;border-right:1px solid #eee;padding:10px 12px;text-align:left;cursor:pointer}
.ssbw-tab:last-child{border-right:0}
.ssbw-tab-title{font-weight:800;color:#111;margin-bottom:2px;font-size:13px}
.ssbw-tab-sub{color:#666;font-size:12px;line-height:1.2}
.ssbw-tab.is-active{background:#e0001b}
.ssbw-tab.is-active .ssbw-tab-title{color:#fff}
.ssbw-tab.is-active .ssbw-tab-sub{color:rgba(255,255,255,.85)}
.ssbw-float-body{padding:12px 14px 14px;overflow:auto;flex:1;min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.ssbw-float-reopen{position:fixed;bottom:18px;right:18px;z-index:2147482999;border-radius:999px;padding:10px 14px;border:0;box-shadow:0 10px 28px rgba(0,0,0,.18);cursor:pointer;background:#111;color:#fff}
@media (max-width:520px){
  .ssbw-float-tabs{flex-direction:column}
  .ssbw-tab{border-right:0;border-bottom:1px solid #eee}
  .ssbw-tab:last-child{border-bottom:0}
}

/* Visit Shop standout tab */
.ssbw-tab-shop{
  background:#ff6a00;
  color:#fff !important;
  border-radius:8px;
}
.ssbw-tab-shop:hover{
  background:#ff8126;
}
