.owt-missing {
	display: contents;
}

.owt-switcher {
	display: flex;
	gap: 6px;
	align-items: center;
	font-size: 14px;
	line-height: 1.2;
}

.owt-switcher-floating {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9999;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.owt-language-link {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 9px;
	border-radius: 6px;
	color: #1f2937;
	text-decoration: none;
}

.owt-language-link[aria-current="true"] {
	background: #111827;
	color: #fff;
}
