.archive-button{display:inline-flex;align-items:center;padding:8px 16px;cursor:pointer;gap:0;transition:gap .35s cubic-bezier(.4,0,.2,1),background-color .35s cubic-bezier(.4,0,.2,1),color .35s cubic-bezier(.4,0,.2,1)!important}.archive-button i{width:0;opacity:0;overflow:hidden;display:inline-block;white-space:nowrap;transform:scale(.5);transition:width .35s cubic-bezier(.4,0,.2,1),opacity .2s ease .15s,transform .25s ease .1s}.archive-button:hover{gap:10px}.archive-button:hover i{width:1.2em;opacity:1;transform:scale(1);transition:width .35s cubic-bezier(.4,0,.2,1),opacity .2s ease .05s,transform .25s ease .05s}