.chang-language-buttons {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: 78px;
	height: 36px;
	font-family: Inter, Arial, sans-serif;
	line-height: 1;
}

.chang-language-buttons a {
	width: 36px;
	height: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1px;
	padding: 1px 1px;
	background: #151515;
	border: 1px solid #313131;
	border-radius: 3px;
	color: #fff !important;
	font-size: 8px;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
}

.chang-language-buttons a:hover,
.chang-language-buttons a:focus-visible,
.chang-language-buttons a[aria-current="page"] {
	border-color: #e89536;
	background: #262626;
	color: #fff !important;
}

.chang-language-flag {
	display: block;
	font-size: 20px;
	line-height: 1;
}

@media (max-width: 767px) {
	.chang-language-buttons { display: none; }
}
