.fc-wrap{position:fixed;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:5px;z-index:9999}.fc-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px 0 0 8px;text-decoration:none;transition:background .18s;overflow:visible}.fc-btn svg{width:22px;height:22px;fill:#fff}.fc-whatsapp{background:#25d366}.fc-email{background:#1a73e8}.fc-bubble{position:absolute;right:52px;top:50%;transform:translateY(-50%) scale(.92);transform-origin:right center;background:#fff;border:1px solid #e0e0e0;border-radius:10px 10px 0;padding:7px 13px;font-size:13px;font-weight:500;color:#1a1a1a;white-space:nowrap;box-shadow:0 2px 10px rgba(0,0,0,.1);opacity:0;pointer-events:none;transition:opacity .16s,transform .16s}.fc-bubble:after{content:'';position:absolute;right:-9px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:#fff}.fc-btn:hover .fc-bubble,.fc-btn:focus .fc-bubble{opacity:1;transform:translateY(-50%) scale(1)}@media (max-width:768px){.fc-btn{width:40px;height:40px}.fc-btn svg{width:20px;height:20px}.fc-bubble{right:48px;font-size:12px;padding:6px 10px;max-width:190px;min-width:139px;white-space:normal}.fc-btn:active .fc-bubble{opacity:1;transform:translateY(-50%) scale(1)}}