/* 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: flex;
	align-items: center;
	float: left;
	position: relative;
	box-sizing: border-box;
	height: 100%;
	padding: 0 22.5068px;
	font-size: 15.75px;
	font-weight: 400;
	line-height: 1.2;
}
