/* =========================================================
   NT 3.0 — ÍCONES DO MENU
   SVG monocromático: segue a cor configurada pelo Astra.
   ========================================================= */

.site-header .menu-item > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.site-header .nt-menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	color: currentColor;
	line-height: 0;
}

.site-header .nt-menu-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Flame e raio ficam ligeiramente mais firmes visualmente. */
.site-header .nt-menu-icon--trending svg,
.site-header .nt-menu-icon--express svg {
	stroke-width: 2;
}

.site-header .nt-menu-label {
	display: inline;
}

/* O chevron de submenu continua sendo responsabilidade do Astra. */
.site-header .menu-item-has-children > a {
	gap: 7px;
}

@media (max-width: 921px) {
	.site-header .nt-menu-icon {
		width: 17px;
		height: 17px;
		flex-basis: 17px;
	}
}
