.nt-switcher,
.nt-switcher *{box-sizing:border-box;}
.nt-switcher{position:relative;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif !important;line-height:normal !important;}
.nt-switcher-menu-item{list-style:none !important;display:inline-flex !important;align-items:center !important;background:none !important;padding:0 !important;margin:0 0 0 12px !important;}
.nt-switcher-btn{
	display:flex !important;align-items:center !important;gap:6px !important;
	border:1px solid #E6E8E6 !important;padding:7px 11px !important;
	border-radius:999px !important;font-size:12.5px !important;font-weight:600 !important;
	background:#fff !important;cursor:pointer !important;color:#1C2321 !important;
	box-shadow:none !important;text-transform:none !important;letter-spacing:normal !important;
	height:auto !important;width:auto !important;min-width:0 !important;
}
.nt-switcher-btn:hover{background:#fff !important;color:#1C2321 !important;}
.nt-switcher-menu{
	display:none;position:absolute !important;top:36px !important;right:0 !important;
	background:#fff !important;border:1px solid #E6E8E6 !important;
	border-radius:9px !important;box-shadow:0 8px 24px rgba(20,25,22,.08) !important;
	min-width:150px !important;padding:6px !important;margin:0 !important;z-index:9999 !important;
}
.nt-switcher.is-open .nt-switcher-menu{display:block !important;}
.nt-switcher-opt{
	display:flex !important;align-items:center !important;gap:8px !important;
	padding:8px 9px !important;border-radius:6px !important;font-size:12.5px !important;
	text-decoration:none !important;color:#1C2321 !important;background:none !important;
}
.nt-switcher-opt:hover{background:#F6F7F6 !important;color:#1C2321 !important;}
.nt-switcher-opt.is-active{background:#E4F1EE !important;color:#0F6E5C !important;font-weight:700 !important;}

.nt-lang-banner{
	position:fixed;bottom:16px;left:50%;transform:translateX(-50%);
	background:#1C2321;color:#fff;padding:10px 14px;border-radius:8px;
	display:flex;align-items:center;gap:12px;font-size:13px;z-index:9999;
	box-shadow:0 8px 24px rgba(0,0,0,.2);
}
.nt-banner-switch{color:#7FD9C4;font-weight:700;text-decoration:none;}
.nt-banner-dismiss{background:none;border:none;color:#9AA19E;font-size:16px;cursor:pointer;line-height:1;}
