.prontest-language-switcher {
	margin: 0 0 2rem;
}

.prontest-language-switcher__summary {
	display: inline-block;
	min-width: 15rem;
	padding: 0.7rem 1rem;
	cursor: pointer;
	background: #fff;
	border: 1px solid #767676;
	border-radius: 0.3rem;
}

.prontest-language-switcher__panel {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
	gap: 0.2rem;
	max-height: 22rem;
	margin-top: 0.5rem;
	padding: 0.5rem;
	overflow: auto;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 0.3rem;
}

.prontest-language-switcher__link {
	display: block;
	padding: 0.45rem 0.65rem;
	border-radius: 0.25rem;
	text-decoration: none;
}

.prontest-language-switcher__link:hover,
.prontest-language-switcher__link:focus-visible {
	background: rgba(0, 0, 0, 0.06);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.prontest-language-switcher__link.is-current {
	font-weight: 700;
}
