.psfl-phone-float{position:fixed;z-index:99998;width:58px;height:58px;border-radius:50%;background:#2f6b22;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none!important;box-shadow:0 6px 18px rgba(0,0,0,.28);cursor:pointer;touch-action:none;transition:box-shadow .2s ease,transform .2s ease;user-select:none}
.psfl-phone-float:hover{color:#fff;transform:scale(1.04);box-shadow:0 8px 24px rgba(0,0,0,.35)}.psfl-phone-right{right:20px}.psfl-phone-left{left:20px}.psfl-phone-icon{font-size:28px;line-height:1}.psfl-phone-text{position:absolute;right:70px;white-space:nowrap;background:#222;color:#fff;padding:7px 10px;border-radius:4px;font-size:13px;opacity:0;pointer-events:none;transform:translateX(8px);transition:.2s ease}.psfl-phone-left .psfl-phone-text{left:70px;right:auto;transform:translateX(-8px)}.psfl-phone-float:hover .psfl-phone-text{opacity:1;transform:translateX(0)}.psfl-phone-dragging{transition:none!important;opacity:.88}
@media(max-width:768px){.psfl-phone-float{width:54px;height:54px}.psfl-phone-icon{font-size:26px}.psfl-phone-text{display:none}}@media(min-width:769px){body.psfl-phone-mobile-only .psfl-phone-float{display:none!important}}