.right-widget{position:fixed;right:0;top:35%;z-index:9999;display:flex;flex-direction:column;gap:12px;align-items:flex-end}.float-item{width:45px;height:45px;background:#0a2a4a;color:#fff;display:flex;align-items:center;padding:0 15px;border-radius:8px 0 0 8px;text-decoration:none;overflow:hidden;white-space:nowrap;transition:all .4s ease;border:1px solid #d9ac43}.float-item i{font-size:18px;min-width:24px}.float-item span{opacity:0;margin-left:10px;transition:all .3s ease}.float-item:hover{width:180px}.float-item:hover span{opacity:1}.float-item:hover{background:#d9ac43;color:#03234c}.float-item{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,211,53,.6)}70%{box-shadow:0 0 0 12px rgba(255,211,53,0)}to{box-shadow:0 0 0 0 rgba(255,211,53,0)}}