@keyframes slide-down{0%{height:0;overflow:hidden}to{height:auto;height:var(--target-height,auto);overflow:hidden}}.slide-down{animation:ease-out forwards slide-down;overflow:hidden}@keyframes slide-up{0%{height:auto;height:var(--target-height,auto);overflow:hidden}to{height:0;overflow:hidden}}.slide-up{animation:ease-out forwards slide-up;overflow:hidden}
