@import url('https://fonts.googleapis.com/icon?family=Material+Icons');.floating-download-btn{position:fixed;bottom:30px;right:30px;background-color:#da2145;color:#ffffff!important;width:60px;height:60px;border-radius:50px;display:flex;align-items:center;text-decoration:none!important;font-family:sans-serif;font-weight:bold;box-shadow:0 4px 15px rgba(0,0,0,0.3);z-index:9999999!important;transition:width 0.4s cubic-bezier(0.175,0.885,0.32,1.275),background-color 0.3s ease;white-space:nowrap;overflow:hidden}.btn-icon{display:flex!important;align-items:center;justify-content:center;width:60px;height:60px;min-width:60px;font-size:28px!important;color:#ffffff!important;flex-shrink:0}.btn-text{color:#ffffff!important;opacity:0;font-size:16px;padding-right:25px;transition:opacity 0.2s ease}.floating-download-btn:hover{width:300px;background-color:#bd1a39}.floating-download-btn:hover .btn-text{opacity:1;transition-delay:0.15s}