.deepl-at-switcher {
	display: flex;
	gap: 8px;
	margin: 16px 0;
}

.deepl-at-switcher__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	background: #f9fafb;
	text-decoration: none;
	color: inherit;
	transition: background 0.2s ease, color 0.2s ease;
}

.deepl-at-switcher__item:hover,
.deepl-at-switcher__item:focus {
	background: #2563eb;
	color: #fff;
}

.deepl-at-switcher__item.is-active {
	background: #1d4ed8;
	color: #fff;
	border-color: #1d4ed8;
}

.deepl-at-switcher__wrapper {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.deepl-at-switcher__label-heading {
	font-weight: 600;
	font-size: 0.9rem;
	color: #374151;
}
