/* Place registration first in the existing footer information row. */
.site-footer .footer-registration{display:inline-block;white-space:nowrap}
.site-footer .footer-registration:hover{text-decoration:underline;text-underline-offset:4px}
.site-footer .footer-registration:focus-visible{outline:2px solid var(--green);outline-offset:4px}
@media(min-width:1024px){
 .site-footer .footer-bottom{flex-wrap:nowrap;align-items:center;column-gap:24px}
 .site-footer .footer-bottom>*{white-space:nowrap}
}
