.os-site-footer{margin-top:var(--os-space-6);padding-top:var(--os-space-5);background:var(--os-footer-bg);color:var(--os-footer-text)}
.os-footer-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--os-space-5);padding-bottom:var(--os-space-5)}
.os-footer-title{display:block;margin-bottom:1rem;color:var(--os-footer-link);font-size:1.25rem}
.os-site-footer .custom-logo{max-height:52px;width:auto;margin-bottom:1rem}
.os-footer-menu,.os-legal-menu{list-style:none;margin:0;padding:0}
.os-footer-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1.5rem}
.os-site-footer a{color:var(--os-footer-link);text-decoration:none}
.os-site-footer .current-menu-item>a,.os-site-footer .current_page_item>a{text-decoration:underline;text-underline-offset:.2em}
.os-footer-bottom{padding:1rem 0;border-top:1px solid var(--os-footer-border);font-size:var(--os-step--1)}
.os-footer-bottom .os-container{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.os-legal-menu{display:flex;flex-wrap:wrap;gap:1rem}

/* Custom premium footer: isolate WordPress menu markup from header navigation rules. */
.nm-footer__navigation,
.nm-footer__navigation>div{width:100%}
.nm-footer__navigation ul,
.nm-footer__navigation .menu,
.nm-footer__navigation .os-menu--footer{
	display:flex!important;
	flex-direction:column!important;
	align-items:flex-start!important;
	justify-content:flex-start!important;
	gap:13px!important;
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	margin:0!important;
	padding:0!important;
	list-style:none!important
}
.nm-footer__navigation li,
.nm-footer__navigation .menu-item{
	position:static!important;
	display:block!important;
	width:100%!important;
	height:auto!important;
	min-height:0!important;
	margin:0!important;
	padding:0!important;
	text-align:left!important
}
.nm-footer__navigation a,
.nm-footer__navigation .menu-item>a{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:flex-start!important;
	width:auto!important;
	height:auto!important;
	min-height:0!important;
	margin:0!important;
	padding:0!important;
	text-align:left!important;
	text-transform:none!important;
	letter-spacing:normal!important
}
.nm-footer__navigation .sub-menu,
.nm-footer__navigation .children,
.nm-footer__navigation .dropdown-menu,
.nm-footer__navigation .os-desktop-submenu-toggle,
.nm-footer__navigation .os-submenu-toggle,
.nm-footer__navigation .menu-opener,
.nm-footer__navigation .submenu-toggle,
.nm-footer__navigation .wd-nav-opener{display:none!important}
.nm-footer__navigation a::after,
.nm-footer__navigation .menu-item-has-children>a::after{display:none!important;content:none!important}
