.download-button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#fff;color:#000;border-radius:50%;text-decoration:none;font-family:sans-serif;font-weight:500;overflow:hidden;padding:0;transition:all .4s ease;white-space:nowrap;position:relative}.download-button:hover{width:160px;border-radius:24px;background-color:#fff;justify-content:center}.download-button .icon{display:flex;align-items:center;justify-content:center;transition:transform .5s ease}.download-button:hover .icon{transform:rotate(360deg)}.download-button .text{opacity:0;max-width:0;overflow:hidden;white-space:nowrap;transition:opacity .3s ease,max-width .4s ease,margin .4s ease;margin:0}.download-button:hover .text{opacity:1;max-width:200px;margin-right:8px}