@media (max-width: 850px) {
    footer.wp-block-template-part nav ul {
        margin-top: 0.5rem;
        flex-direction: column;
        align-items: end;
        gap: 0.25rem;
    }
}
