.floating-phone{display:inline-flex;align-items:center;overflow:hidden;gap:10px;transition:gap 0.5s ease-in-out}.floating-phone-txt{max-width:150px;opacity:1;white-space:nowrap;padding-left:0px;transition:max-width 0.5s ease-in-out,opacity 0.4s ease-in-out;overflow:hidden}.floating-phone.collapsed .floating-phone-txt{max-width:0;opacity:0}.floating-phone.collapsed{gap:0px}