.ehf-footer #colophon .hfe-nav-menu__layout-horizontal li.menu-item,
.ehf-footer #colophon .hfe-nav-menu__layout-horizontal > li.menu-item {
	font-size: var(--e-global-typography-text-font-size);
	line-height: var(--e-global-typography-text-line-height);
}
.ehf-footer #colophon .hfe-nav-menu a.hfe-menu-item,
.ehf-footer #colophon .hfe-nav-menu a.hfe-sub-menu-item {
	line-height: inherit;
}

@media (max-width: 1024px) {
	.ehf-footer #colophon .hfe-nav-menu__align-right .hfe-nav-menu {
		margin-left: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start;
	}
	.ehf-footer #colophon .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		flex-direction: column;
	}
	.ehf-footer #colophon .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.ehf-footer #colophon .hfe-nav-menu__layout-horizontal li.menu-item,
	.ehf-footer #colophon .hfe-nav-menu__layout-horizontal > li.menu-item {
		font-size: var(--e-global-typography-secondary-font-size);
		line-height: var(--e-global-typography-secondary-line-height);
	}
	.ehf-footer #colophon .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
		margin-bottom: 16px;
	}
}
