.trp-switcher-dropdown-list {
	max-height: 100% !important;
}

.trp-shortcode-arrow {
	display: none;
}

header .trp-shortcode-switcher.is-open .trp-shortcode-arrow {
	display: none;
}

header .trp-shortcode-anchor:not(.trp-opposite-button) {
	visibility: hidden;
	display: none;
}

header .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
	padding-right: 10px;
	position: relative;

	&::after {
		content: '';
		background: #000;
		width: 4px;
		height: 4px;
		display: block;
		position: absolute;
		right: 0;
		border-radius: 4px;
	}
}

header .trp-language-item {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 0;
	text-decoration: none;
	min-height: auto;
}