/* Keep the Astra footer menu on a single line and give the links more breathing room. */
@media (min-width: 768px) {
	#astra-footer-menu.ast-nav-menu {
		flex-wrap: nowrap !important;
	}

	#astra-footer-menu .menu-item > a {
		font-size: 26px !important;
		white-space: nowrap;
	}

	.footer-nav-wrap .astra-footer-horizontal-menu a,
	.astra-footer-horizontal-menu a {
		padding: 0 1.5em !important;
	}
}
