/**
 * Bookdragons Sprachumschalter (WPML)
 *
 * Bewusst minimal: Farben, Typografie, Abstände und Rahmen kommen aus den
 * Elementor-Stil-Controls des Widgets. Hier steht nur, was das Element
 * überhaupt erst brauchbar macht.
 */

.bd-langswitch {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.bd-langswitch__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	line-height: 1;
	text-decoration: none;
	color: inherit;
	border: none;
	background: transparent;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.bd-langswitch__item:hover,
.bd-langswitch__item:focus-visible {
	text-decoration: none;
}

.bd-langswitch__flag {
	display: block;
	width: 18px;
	height: auto;
	flex: 0 0 auto;
}

.bd-langswitch__sep {
	line-height: 1;
	opacity: 0.5;
	user-select: none;
}

.bd-langswitch-placeholder {
	padding: 8px 12px;
	border: 1px dashed currentColor;
	opacity: 0.6;
	font-size: 13px;
}
