.footer{background-color:var(--color-bg-card);font-size:var(--font-size-small);flex-wrap:wrap;flex:none;gap:.5em;padding:1em;line-height:1.2;display:flex}.footer-column{flex:100%;min-width:0}.footer-column br{display:none}.footer .legal-license{color:var(--color-text-secondary);margin:0}.footer .legal-license a,.footer .legal-link a{color:var(--color-primary);text-decoration:none}.footer .legal-license a:hover,.footer .legal-link a:hover{color:var(--color-primary-dark);text-decoration:underline}.footer .legal-link{text-align:right;color:var(--color-text-secondary);padding:.25em 0;line-height:1}@media only screen and (width>=48em){.footer{justify-content:space-between}.footer-column{flex:0 auto;max-width:60%}}