/* TV-Menus Icons: layout for icons bridged from Mega Main Menu metadata. */
.menu-item.tv-menu-has-icon > a {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.menu-item.tv-menu-has-icon > a > .tv-menu-icon {
	display: inline-flex;
	flex: 0 0 1rem;
	font-size: 1rem;
	height: 1rem;
	justify-content: center;
	line-height: 1;
	width: 1rem;
}

.menu-item.tv-menu-has-icon > a > .tv-menu-label {
	min-width: 0;
}

/* Keep the label available to assistive technology when Hide Text is on. */
.menu-item.tv-menu-has-icon.tv-menu-hide-text > a {
	gap: 0;
	justify-content: center;
}

.menu-item.tv-menu-has-icon.tv-menu-hide-text > a > .tv-menu-label {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
