.floating-btn-container{position:fixed;right:20px;bottom:150px;z-index:99;display:flex;flex-direction:column;gap:12px}.floating-btn-item{width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#633525;text-decoration:none;position:relative;border-radius:50%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.floating-btn-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#fff0 0% 35%,#fff9 50%,#fff0 65% 100%);background-size:200% 200%;background-position:100% 100%;transition:background-position .6s ease;z-index:1;pointer-events:none}.floating-btn-item:hover:before{background-position:0% 0%}.floating-btn-item:hover{transform:scale(1.05);text-decoration:none;color:#633525}.floating-btn-item:hover i,.floating-btn-item:hover img,.floating-btn-item:hover span{transform:scale(1.2)}.floating-btn-item:focus{outline:2px solid currentColor;outline-offset:3px}.floating-btn-item:after{content:attr(data-tooltip);position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);background-color:#333;color:#fff;padding:6px 12px;border-radius:4px;font-size:13px;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:2}.floating-btn-item:hover:after{opacity:1;visibility:visible}.floating-btn-item img{width:65%;height:65%;-o-object-fit:contain;object-fit:contain;display:block;position:relative;z-index:0;border-radius:50%;transition:transform .3s ease}.floating-btn-item i{font-size:35px;line-height:1;position:relative;z-index:0;transition:transform .3s ease}.floating-btn-item span{font-size:18px;font-weight:700;line-height:1;position:relative;z-index:0;transition:transform .3s ease}.floating-btn-item.tooltip-visible:after{opacity:1;visibility:visible}@media (max-width: 768px){.floating-btn-container{right:15px;bottom:100px;gap:10px}.floating-btn-item{width:46px;height:46px;min-width:46px;min-height:46px;max-width:46px;max-height:46px;flex-shrink:0;border-width:2px}.floating-btn-item img{width:65%;height:65%;-o-object-fit:contain;object-fit:contain}.floating-btn-item i{font-size:28px}.floating-btn-item span{font-size:15px}.floating-btn-item:hover:after{opacity:0;visibility:hidden}.floating-btn-item.tooltip-visible:after{opacity:1;visibility:visible}}
