#trp-floater-powered-by {
	color: var(--text, #b3b3b3);
	font-size: 12px;
	text-align: center;
	padding: 0 5px;
	opacity: 70%;
}

#trp-floater-powered-by a {
	color: var(--text, #b3b3b3);
}

.trp-shortcode-switcher__wrapper {
	position: relative;
	border: none;
}

.trp-shortcode-switcher {
	position: static;
	display: inline-block;
	overflow: hidden;
	padding: 10px 0;
	border: var(--border, none);
	border-radius: var(--border-radius, 5px);
	background: var(--bg, #fff);
	width: auto;
	box-shadow: none;
}

.trp-shortcode-anchor:not(.trp-opposite-button) {
	visibility: hidden;
}

.trp-current-language-item__wrapper:not(.trp-hide-arrow) {
	display: flex;
	align-items: center;
	padding-right: 10px;
	justify-content: space-between;
}

.trp-language-item:focus {
	outline: none;
}

.trp-language-item:focus-visible {
	outline: 2px solid var(--text);
	outline-offset: -2px;
}

.trp-language-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	text-decoration: none;
	min-height: 19px;
	box-sizing: content-box;
}

.trp-language-item:hover {
	background: var(--bg-hover, #f3f3f3);
}

.trp-language-item:hover .trp-language-item-name {
	color: var(--text-hover, #000);
}

.trp-language-item-name {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--text, #000);
	font-size: var(--font-size, 14px);
	line-height: 1.2;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
}

#trp_ald_x_button {
	z-index: 0 !important;
}