.rml-language-switcher {
	align-items: center;
	display: flex;
	height: 70px;
	justify-content: center;
	position: relative;
	z-index: 1001;
}

.rml-language-switcher details {
	position: relative;
}

.rml-language-switcher summary {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	gap: 4px;
	list-style: none;
}

.rml-language-switcher summary::-webkit-details-marker {
	display: none;
}

.rml-language-switcher ul {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .18);
	list-style: none;
	margin: 8px 0 0;
	min-width: 140px;
	padding: 6px;
	position: absolute;
	right: 0;
}

.rml-language-switcher li {
	margin: 0;
}

.rml-language-switcher li a {
	color: #333 !important;
	display: block;
	padding: 7px 10px;
	white-space: nowrap;
}

.rml-language-switcher li a:hover,
.rml-language-switcher li a[aria-current="page"] {
	background: #eef9f3;
	color: #36a86d !important;
	text-decoration: none;
}

.rml-about {
	margin-top: 30px;
}

.rml-about h2 {
	font-size: 22px;
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.rml-language-switcher {
		padding: 0;
	}

	.rml-language-switcher summary {
		font-size: 11px;
	}

	.rml-language-switcher ul {
		right: -4px;
	}
}

