.animated-headline{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35em;line-height:1.2}.animated-headline__rotating-wrapper{position:relative;overflow:hidden;height:1.2em;min-width:12ch}@media (min-width: 640px){.animated-headline__rotating-wrapper{min-width:20ch}}.animated-headline__rotating{display:inline-block;white-space:nowrap;will-change:transform,opacity}.enter{animation:slideIn .6s ease forwards}.exit{animation:slideOut .4s ease forwards}@keyframes slideIn{0%{transform:translateY(80%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-80%);opacity:0}}
