#guard-phone{position:fixed;top:33vh;right:20px;background-color:#e63946;color:#fff;padding:12px;border-radius:30px;box-shadow:0 4px 10px rgba(0,0,0,0.3);font-weight:bold;z-index:9999;display:flex;align-items:center;gap:10px;text-decoration:none;transition:all 0.3s ease;overflow:hidden;width:48px}#guard-phone .guard-phone-text{white-space:nowrap;opacity:0;max-width:0;overflow:hidden;transition:all 0.3s ease;line-height:1;font-size:.775rem}#guard-phone:hover{width:auto;padding-right:20px}#guard-phone:hover .guard-phone-text{opacity:1;max-width:200px;margin-left:8px}#guard-phone i{background-image:url('https://img.icons8.com/ios-filled/24/ffffff/phone.png');background-size:contain;background-repeat:no-repeat;display:inline-block;width:24px;height:24px;flex-shrink:0}