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