/* Language dropdown — top utility bar (last item on the row) */
.bcrx-lang-dropdown-top {
	margin-bottom: 0;
	vertical-align: middle;
}

.bcrx-lang-toggle-top {
	text-decoration: none !important;
	white-space: nowrap;
	padding: 0;
	cursor: pointer;
	line-height: inherit;
}

.bcrx-lang-toggle-top:hover,
.bcrx-lang-toggle-top:focus {
	color: #3769cd !important;
	text-decoration: none !important;
}

.bcrx-lang-globe {
	margin-right: 3px;
	opacity: 0.9;
	font-size: 13px;
}

.bcrx-lang-current {
	font-weight: 500;
}

.s-top-nav .bcrx-lang-dropdown-top {
	flex-shrink: 0;
}

.s-top-nav {
	overflow: visible;
}

.s-top-nav .row,
.s-top-nav .c-container {
	overflow: visible;
}

.s-top-nav .bcrx-lang-menu {
	top: 100%;
	left: auto;
	right: 0;
	margin-top: 4px;
	min-width: 150px;
	padding: 6px 0;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	z-index: 1100;
}

.bcrx-lang-menu > li > a {
	display: block;
	padding: 9px 16px;
	color: #454545 !important;
	background: #fff !important;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1.4;
}

.bcrx-lang-menu > li > a:hover,
.bcrx-lang-menu > li > a:focus {
	background-color: #f5f8fc !important;
	color: #3769cd !important;
	text-decoration: none;
}

.bcrx-lang-menu > li.bcrx-lang-item-active > a,
.bcrx-lang-menu > li.bcrx-lang-item-active > a:hover,
.bcrx-lang-menu > li.bcrx-lang-item-active > a:focus {
	background-color: #eaf2ff !important;
	color: #3769cd !important;
	font-weight: 600;
}

.bcrx-lang-check {
	display: inline-block;
	width: 16px;
	margin-right: 6px;
	font-size: 12px;
	color: #3769cd;
	visibility: hidden;
}

.bcrx-lang-menu > li.bcrx-lang-item-active .bcrx-lang-check {
	visibility: visible;
}

@media (max-width: 767px) {
	.s-top-nav .bcrx-lang-menu {
		right: 0;
		left: auto;
	}
}
