footer{text-align:center;background-color:var(--color-footer-bg);padding:20px 24px}footer p{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:6px;margin:0 0 6px 0}footer p:last-child{margin-bottom:0}footer p a{display:inline-flex;align-items:center}footer .footer-sep{color:var(--color-text-light);-webkit-user-select:none;-moz-user-select:none;user-select:none}footer .footer-copyright{font-size:.95rem;font-weight:500}footer .footer-links{font-size:.9rem}footer .footer-meta{font-size:.8rem;color:var(--color-text-light);margin-top:6px}@media(max-width: 768px){footer p{justify-content:center;align-items:center}}