#sticky-call-button{position:fixed;bottom:0;width:100%;text-align:center;padding:12px;font-size:16px;font-family:sans-serif;z-index:9999;}
#sticky-call-button a{text-decoration:none;display:block;color:inherit;}
#sticky-call-button .scb-inner{display:inline-flex;align-items:center;gap:10px;}
#sticky-call-button .scb-icon{line-height:1;display:inline-flex;align-items:center;justify-content:center;}
#sticky-call-button .scb-icon-svg{display:block;width:20px;height:20px;fill:currentColor;}
#sticky-call-button .scb-text1{font-weight:bold;}
#sticky-call-button .scb-text2{font-size:14px;opacity:0.9;}
@media(max-width:360px){#sticky-call-button{padding:10px;}#sticky-call-button .scb-text2{display:none;}}
