.fc-wrap{position:fixed;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:99999;background:rgba(255,255,255,.96);padding:12px 6px;border-top-left-radius:10px;border-bottom-left-radius:10px;box-shadow:-2px 2px 10px rgba(0,0,0,.1)}.fc-btn{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;overflow:visible}.fc-btn svg{width:42px;height:42px;border-radius:50%;background-color:#15803d;fill:#fff;padding:9px;box-sizing:border-box;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:opacity .2s ease,transform .2s ease}.fc-btn:hover svg{opacity:.88;transform:scale(1.05)}.fc-label{font-size:10px;color:#065133;margin-top:4px;text-align:center;white-space:nowrap;font-weight:500}.fc-bubble{position:absolute;right:100%;top:50%;transform:translateY(-50%) translateX(10px);background:#065133;color:#fff;padding:6px 12px;border-radius:4px;font-size:13px;white-space:nowrap;opacity:0;pointer-events:none;transition:all .25s ease;box-shadow:-2px 2px 8px rgba(0,0,0,.15);margin-right:12px}.fc-bubble:after{content:'';position:absolute;left:100%;top:50%;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent transparent transparent #065133}.fc-btn:hover .fc-bubble,.fc-btn:focus .fc-bubble{opacity:1;transform:translateY(-50%) translateX(0)}@media (max-width:767px){.fc-wrap{padding:8px 4px;gap:10px}.fc-btn svg{width:36px;height:36px;padding:8px}.fc-label{font-size:9px}.fc-bubble{font-size:12px;padding:5px 10px}.fc-btn:active .fc-bubble{opacity:1;transform:translateY(-50%) translateX(0)}}