/* footer nav */
footer .is-vertical h2 {padding:var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);margin-bottom:var(--wp--preset--spacing--xs);}
footer .is-vertical > p {padding:var(--wp--preset--spacing--xs) var(--wp--preset--spacing--xs) var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);transition: all 0.19s ease-in;background:transparent;}
footer .is-vertical > p:hover {background:var(--wp--preset--color--neutral);}
footer .is-vertical, footer .is-vertical ul {gap:0;}
footer .is-vertical > ul {padding:var(--wp--preset--spacing--xs) 0 0 var(--wp--preset--spacing--xs);}
footer .is-vertical ul li a {background:transparent;transition:all 0.19s ease-in;display:inline-block;padding:var(--wp--preset--spacing--xs);}
footer .is-vertical ul li a:hover, footer .is-vertical ul li a:focus {background:var(--wp--preset--color--neutral);text-decoration:none;}