/* Contao 5.7 renders active top-level navigation items as <strong>.
   Tao's legacy rules target the equivalent active <span>. */
.main-navigation > ul > li > strong.active,
.main-navigation > ul > li > strong.trail,
.main-navigation > ul > li > strong.forward {
	display: block;
	float: left;
	position: relative;
	box-sizing: border-box;
	height: 110px;
	padding: 0 22.5068px;
	font-size: 15.75px;
	font-weight: 400;
	line-height: 110px;
}

/* The icon is rendered on the parent li; suppress the duplicate on Contao 5.7 strong items. */
.main-navigation > ul > li > strong[class*="icon-"]::before {
	content: none;
	display: none;
}
