.tk-i18n-switcher {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 0;
	font-family: inherit;
	line-height: 1;
	z-index: 80;
}

.tk-i18n-switcher,
.tk-i18n-switcher * {
	box-sizing: border-box;
}

.tk-i18n-switcher__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 68px;
	min-height: 40px;
	padding: 0 11px;
	border: 1px solid rgba(255, 112, 40, 0.46);
	border-radius: 4px;
	background: #080808;
	color: #fff;
	font: 800 12px/1 inherit;
	text-transform: uppercase;
	letter-spacing: 0;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.tk-i18n-switcher .tk-i18n-switcher__button {
	border-color: rgba(255, 112, 40, 0.46) !important;
	background: #080808 !important;
	color: #fff !important;
}

.tk-i18n-switcher__button:hover,
.tk-i18n-switcher.is-open .tk-i18n-switcher__button {
	border-color: #ef4444;
	background: #121212;
	box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.34), 0 10px 20px rgba(0, 0, 0, 0.22);
	color: #fff;
}

.tk-i18n-switcher .tk-i18n-switcher__button:hover,
.tk-i18n-switcher.is-open .tk-i18n-switcher__button {
	border-color: #ef4444 !important;
	background: #121212 !important;
	color: #fff !important;
}

.tk-i18n-switcher__flag,
.tk-i18n-flag {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 15px;
	flex: 0 0 22px;
	overflow: hidden;
	border-radius: 2px;
	background: #e5e7eb;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32), 0 0 0 1px rgba(0, 0, 0, 0.34);
}

.tk-i18n-flag::before,
.tk-i18n-flag::after {
	content: "";
	position: absolute;
	display: block;
}

.tk-i18n-flag--us {
	background: repeating-linear-gradient(to bottom, #b22234 0 7.7%, #fff 7.7% 15.4%);
}

.tk-i18n-flag--us::before {
	inset: 0 auto auto 0;
	width: 10px;
	height: 8px;
	background: #3c3b6e;
}

.tk-i18n-flag--mx {
	background: linear-gradient(to right, #006847 0 33.33%, #fff 33.33% 66.66%, #ce1126 66.66% 100%);
}

.tk-i18n-flag--mx::before {
	left: 50%;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #9b6b22;
	transform: translate(-50%, -50%);
}

.tk-i18n-flag--de {
	background: linear-gradient(to bottom, #000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66% 100%);
}

.tk-i18n-flag--fr {
	background: linear-gradient(to right, #0055a4 0 33.33%, #fff 33.33% 66.66%, #ef4135 66.66% 100%);
}

.tk-i18n-flag--br {
	background: #009b3a;
}

.tk-i18n-flag--br::before {
	left: 50%;
	top: 50%;
	width: 13px;
	height: 10px;
	background: #ffdf00;
	transform: translate(-50%, -50%) rotate(45deg);
}

.tk-i18n-flag--br::after {
	left: 50%;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #002776;
	transform: translate(-50%, -50%);
}

.tk-i18n-flag--it {
	background: linear-gradient(to right, #009246 0 33.33%, #fff 33.33% 66.66%, #ce2b37 66.66% 100%);
}

.tk-i18n-flag--nl {
	background: linear-gradient(to bottom, #ae1c28 0 33.33%, #fff 33.33% 66.66%, #21468b 66.66% 100%);
}

.tk-i18n-switcher__label {
	display: inline-block;
	min-width: 18px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tk-i18n-switcher__caret {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 160ms ease;
}

.tk-i18n-switcher.is-open .tk-i18n-switcher__caret {
	transform: rotate(225deg) translateY(-1px);
}

.tk-i18n-switcher__menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: min(210px, calc(100vw - 24px));
	padding: 6px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	background: #070707;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-4px);
	transition: opacity 140ms ease, transform 140ms ease;
	z-index: 10030;
}

.tk-i18n-switcher.is-open .tk-i18n-switcher__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.tk-i18n-switcher.has-fixed-layer .tk-i18n-switcher__menu {
	position: fixed;
	top: var(--tk-i18n-layer-top, calc(100% + 8px));
	right: var(--tk-i18n-layer-right, 12px);
}

.tk-i18n-switcher__item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 10px;
	min-height: 39px;
	padding: 0 10px;
	border-radius: 4px;
	color: #f8fafc;
	text-decoration: none;
	font: 800 12px/1 inherit;
	letter-spacing: 0;
}

.tk-i18n-switcher__item:hover,
.tk-i18n-switcher__item:focus,
.tk-i18n-switcher__item.is-active {
	background: #ef4444;
	color: #fff;
	outline: none;
}

.tk-i18n-switcher__item-label {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tk-i18n-switcher__item small {
	color: rgba(255, 255, 255, 0.68);
	font: 800 10px/1 inherit;
	text-transform: uppercase;
	letter-spacing: 0;
}

.tk-i18n-switcher__item:hover small,
.tk-i18n-switcher__item:focus small,
.tk-i18n-switcher__item.is-active small {
	color: rgba(255, 255, 255, 0.94);
}

.tk-i18n-switcher__status {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: 228px;
	max-width: calc(100vw - 24px);
	padding: 8px 10px;
	border-radius: 4px;
	background: #1f2937;
	color: #fff;
	font: 700 11px/1.35 inherit;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-4px);
	transition: opacity 140ms ease, transform 140ms ease;
	z-index: 10031;
}

.tk-i18n-switcher.has-status .tk-i18n-switcher__status {
	opacity: 1;
	transform: translateY(0);
}

.tk-i18n-switcher.has-fixed-layer .tk-i18n-switcher__status {
	position: fixed;
	top: var(--tk-i18n-layer-top, calc(100% + 8px));
	right: var(--tk-i18n-layer-right, 12px);
}

.tk-i18n-switcher--mobile {
	display: none;
}

.tk-i18n-translated-view {
	outline: 0;
}

.tk-i18n-translated-view::before {
	content: "Translated view";
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 9999;
	padding: 8px 10px;
	border-radius: 4px;
	background: rgba(17, 24, 39, 0.92);
	color: #fff;
	font: 700 11px/1 inherit;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

@media (max-width: 768px) {
	.tk-mobile-header-v2__top {
		grid-template-columns: 72px minmax(0, 1fr) auto !important;
		align-items: center !important;
		column-gap: 8px !important;
	}

	.tk-mobile-header-v2__tagline {
		min-width: 0;
		overflow: hidden;
	}

	.tk-mobile-header-v2__tagline span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.tk-mobile-header-v2__lang {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-width: 62px;
	}

	.tk-i18n-switcher__button {
		min-width: 64px;
		min-height: 44px;
		padding: 0 9px;
		gap: 6px;
	}

	.tk-i18n-switcher__flag,
	.tk-i18n-flag {
		width: 21px;
		height: 14px;
		flex-basis: 21px;
	}

	.tk-i18n-switcher--mobile {
		position: relative;
		display: inline-flex;
		top: auto;
		right: auto;
		left: auto;
		margin: 0;
		z-index: 10040;
	}

	.tk-i18n-switcher--mobile-floating {
		position: fixed;
		top: 10px;
		right: 10px;
	}

	.tk-i18n-switcher--mobile .tk-i18n-switcher__button {
		min-width: 62px;
		min-height: 44px;
		padding: 0 9px;
		border-color: rgba(255, 112, 40, 0.62);
		border-radius: 999px;
		background: rgba(7, 7, 7, 0.96);
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
	}

	.tk-i18n-switcher--mobile .tk-i18n-switcher__caret {
		display: none;
	}

	.tk-i18n-switcher--mobile .tk-i18n-switcher__label {
		min-width: 18px;
		max-width: 24px;
	}

	.tk-i18n-switcher--mobile .tk-i18n-switcher__menu {
		top: var(--tk-i18n-layer-top, calc(100% + 7px));
		right: var(--tk-i18n-layer-right, 0);
		left: auto;
		width: min(208px, calc(100vw - 24px));
	}

	.tk-i18n-switcher--mobile .tk-i18n-switcher__status {
		top: var(--tk-i18n-layer-top, calc(100% + 7px));
		right: var(--tk-i18n-layer-right, 0);
		left: auto;
		width: min(228px, calc(100vw - 24px));
	}
}

@media (max-width: 480px) {
	.tk-i18n-switcher__button {
		min-width: 60px;
	}

	.tk-i18n-switcher--mobile {
		max-width: 66px;
	}
}
