footer>div{display:flex;flex-direction:column;gap:5px}
.legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px}
.legal-links a,.dialog-legal-links a{text-decoration:underline;text-underline-offset:3px}
.legal-links a:hover,.dialog-legal-links a:hover{color:#315bc7}
.dialog-legal-links{display:grid;gap:12px;margin-bottom:18px;font-size:14px}
@media(max-width:700px){.legal-links{justify-content:flex-start;gap:8px 15px}footer>span:last-child{margin-top:3px}}
