:root{--max-width-small:94%;--max-width-large:80%}@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:var(--max-width-small);top:40px;border-radius:16px}to{max-width:var(--max-width-small);top:40px;border-radius:16px}}.expand{animation:expandWidth .5s forwards}.expand,.shrink{min-width:-moz-fit-content;min-width:fit-content;max-width:var(--max-width-small)}.shrink{animation:shrinkWidth .5s forwards}@media (min-width:600px){:root{--max-width-small:var(--max-width-large)}.expand,.shrink{max-width:var(--max-width-large)}}