.wfcb-wrap{position:fixed;bottom:24px;z-index:999999;display:flex;flex-direction:column;gap:10px;font-family:Arial,sans-serif}.wfcb-right{right:20px}.wfcb-left{left:20px}.wfcb-group{position:relative}.wfcb-main{border:0;border-radius:28px;padding:12px 18px;display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.22)}.wfcb-wa-main{background:var(--wfcb-wa)}.wfcb-call-main{background:var(--wfcb-call)}.wfcb-main .dashicons{font-size:20px;width:20px;height:20px}.wfcb-popup{position:absolute;right:0;bottom:52px;width:280px;background:#fff;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.2);padding:10px;display:none}.wfcb-left .wfcb-popup{left:0;right:auto}.wfcb-group.wfcb-open .wfcb-popup{display:block}.wfcb-popup-title{font-weight:700;padding:8px 10px 10px;border-bottom:1px solid #eee}.wfcb-item{display:flex;align-items:center;gap:10px;padding:11px 9px;text-decoration:none;color:#222;border-radius:9px}.wfcb-item:hover{background:#f5f5f5}.wfcb-item .dashicons{color:var(--wfcb-wa);font-size:22px}.wfcb-call-group .wfcb-item .dashicons{color:var(--wfcb-call)}.wfcb-item strong,.wfcb-item small{display:block}.wfcb-item small{color:#777;margin-top:2px}.wfcb-pulse .wfcb-main{animation:wfcbpulse 2s infinite}@keyframes wfcbpulse{0%,100%{box-shadow:0 5px 18px rgba(0,0,0,.22)}50%{box-shadow:0 5px 18px rgba(0,0,0,.22),0 0 0 8px rgba(37,211,102,.15)}}@media(max-width:600px){.wfcb-wrap{bottom:14px}.wfcb-right{right:12px}.wfcb-left{left:12px}.wfcb-main{padding:11px 14px}.wfcb-popup{width:260px}}body.wfcb-no-desktop .wfcb-wrap{display:none}@media(max-width:600px){body.wfcb-no-mobile .wfcb-wrap{display:none}}