.animated-heading{display:flex;flex-wrap:wrap;gap:.5rem}.animated-heading span{display:inline-block;line-height:1.2;text-align:center}@media(max-width:500px){.animated-heading{align-items:center;font-size:24px;justify-content:center;line-height:24px}}.deco-underline{text-decoration:underline;text-decoration-color:var(--deco-color,currentColor);text-decoration-thickness:2px}.deco-wavy{text-decoration:underline wavy var(--deco-color,currentColor);text-decoration-thickness:4px}.deco-highlight{background:var(--deco-color,#ff0);padding:0 .1em}.deco-full-bg{background:var(--deco-color,#add8e6);border-radius:15px;padding:.05em .2em}.deco-marker-highlight{position:relative;z-index:0}.deco-marker-highlight:after{background:var(--deco-color,#00e0b7);border-radius:2px;bottom:.1em;content:"";height:.4em;left:0;opacity:.3;position:absolute;width:100%;z-index:-1}