.lang-switch {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}

.lang-switch a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.lang-switch a:hover,
.lang-switch a.active {
	opacity: 1;
}

.lang-switch .active {
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
