.nct-language-switcher {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
}

.nct-language-switcher--dropdown {
	display: inline-block;
	min-width: 7rem;
}

.nct-language-switcher__item {
	border: 1px solid currentColor;
	border-radius: 4px;
	line-height: 1;
	padding: 0.45rem 0.55rem;
	text-decoration: none;
}

.nct-language-switcher__item.is-active {
	font-weight: 700;
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.nct-editor-active [data-nct-editable] {
	background: rgba(255, 235, 59, 0.2);
	outline: 1px dashed #b38b00;
}
