.sab-sticky-button{position:fixed;top:50%;z-index:99999;display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:12px 16px;background:var(--sab-primary,#2563eb);color:var(--sab-text,#fff)!important;text-decoration:none!important;font:600 14px/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:0 8px 24px rgba(15,23,42,.22);transform:translateY(-50%);transition:filter .2s ease,box-shadow .2s ease,padding .25s ease}
.sab-position-left{left:0;border-radius:0 10px 10px 0}
.sab-position-right{right:0;border-radius:10px 0 0 10px}
.sab-sticky-button:hover,.sab-sticky-button:focus{color:var(--sab-text,#fff)!important;filter:brightness(.94);box-shadow:0 12px 30px rgba(15,23,42,.28)}
.sab-sticky-button:focus-visible{outline:3px solid rgba(255,255,255,.9);outline-offset:-5px}
.sab-icon{display:inline-flex;width:22px;height:22px;flex:0 0 22px;align-items:center;justify-content:center}
.sab-icon svg{width:100%;height:100%;fill:currentColor}
.sab-icon img{display:block;width:22px;height:22px;object-fit:contain}
.sab-label{max-width:240px;overflow:hidden;white-space:nowrap;transition:max-width .25s ease,opacity .18s ease}
.sab-text-hover{gap:0;padding-right:13px;padding-left:13px}
.sab-text-hover .sab-label{max-width:0;opacity:0}
.sab-text-hover:hover,.sab-text-hover:focus,.sab-text-hover:focus-visible{gap:9px;padding-right:16px;padding-left:16px}
.sab-text-hover:hover .sab-label,.sab-text-hover:focus .sab-label,.sab-text-hover:focus-visible .sab-label{max-width:240px;opacity:1}
.sab-text-icon_only{gap:0;padding-right:13px;padding-left:13px}
.sab-text-icon_only .sab-label{display:none}
@media(max-width:600px){.sab-sticky-button{min-height:44px;padding:10px 12px}.sab-label{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
@media(prefers-reduced-motion:reduce){.sab-sticky-button,.sab-label{transition:none}}
