:root{--max-width-small:100%;--max-width-large:100%}@keyframes expandWidth{0%{max-width:100%;top:0;border-radius:0}to{max-width:100%;top:0;border-radius:0}}@keyframes shrinkWidth{0%{max-width:100%;top:0;border-radius:0}to{max-width:100%;top:0;border-radius:0}}.expand{animation:expandWidth .5s forwards}.expand,.shrink{min-width:-moz-fit-content;min-width:fit-content;max-width:100%}.shrink{animation:shrinkWidth .5s forwards}@media (min-width:600px){:root{--max-width-small:100%;--max-width-large:100%}.expand,.shrink{max-width:100%}}