/* [hpf_lang_switcher] shortcode — page body only, not theme header */

/* .elementor-location-header .hpf-legal-lang-inline,
.elementor-location-header .hpf-legal-lang-shortcode,
header .hpf-legal-lang-inline,
header .hpf-legal-lang-shortcode,
.site-header .hpf-legal-lang-inline {
	display: none !important;
} */

.hpf-legal-lang-inline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* .hpf-legal-lang-inline .hpf-legal-lang-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 4px 14px;
	border-radius: 20px;
	background: #1291df;
	border: 1px solid #0d7ec4;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
} */

/* .hpf-legal-lang-inline .hpf-legal-lang-link:hover,
.hpf-legal-lang-inline .hpf-legal-lang-link:focus {
	background: #0d7ec4;
	color: #fff !important; */

.top-bar-lan .hpf-legal-lang-shortcode .hpf-legal-lang-link,
.top-bar-lan .hpf-legal-lang-shortcode .hpf-legal-lang-link:visited,
.top-bar-lan .hpf-legal-lang-shortcode .hpf-legal-lang-link:hover,
.top-bar-lan .hpf-legal-lang-shortcode .hpf-legal-lang-link:focus,
.top-bar-lan .hpf-legal-lang-shortcode .hpf-legal-lang-link:active{
	color:#F5D61A!important;
	font-family: "Inter", Sans-serif;
	font-size: 12.5px !important;
	font-weight: 600;
	line-height: 19px !important;
	letter-spacing: 0;
	text-decoration: none !important;
	display: inline-flex;
	gap: 7px;
	align-items: center;
	white-space: nowrap;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.top-bar-lan .hpf-legal-lang-shortcode .hpf-legal-lang-link .hpf-legal-lang-text,
.top-bar-lan .hpf-legal-lang-shortcode .hpf-legal-lang-link .hpf-legal-lang-text:hover,
.top-bar-lan .hpf-legal-lang-shortcode .hpf-legal-lang-link .hpf-legal-lang-text:focus{
	font-size: 12.5px !important;
	line-height: 19px !important;
	font-weight: 600;
}
.header-btn .hpf-legal-lang-link{
padding: 9px 14px 9px 14px;
    border: 1px solid #C8D2E4;
    border-radius: 10px;
	display:flex;
	gap: 7px;
	align-items: center;
	 color: #0D1F3C!important;
	font-family: "Inter", Sans-serif;
}
.header-btn .hpf-legal-lang-link:hover{
	border-color:#1291DF;
	 color: #0D1F3C!important;
}