.nova-tradutor-switcher {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	line-height: 1;
}

.nova-tradutor-flag {
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	color: inherit;
	display: inline-flex;
	gap: 6px;
	min-height: 34px;
	padding: 6px 9px;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.nova-tradutor-flag:hover,
.nova-tradutor-flag:focus,
.nova-tradutor-flag.is-active {
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.28);
	text-decoration: none;
}

.nova-tradutor-flag__emoji {
	font-size: 18px;
}

.nova-tradutor-flag__label {
	font-size: 13px;
	white-space: nowrap;
}

.nova-tradutor-switcher--flags .nova-tradutor-flag__label {
	display: none;
}

.nova-tradutor-select {
	appearance: auto;
	-webkit-appearance: menulist;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	min-height: 36px;
	padding: 6px 28px 6px 10px;
}

.nova-tradutor-select:focus {
	border-color: rgba(0, 0, 0, 0.35);
	outline: none;
}

.nova-tradutor-menu-item {
	align-items: center;
	display: inline-flex;
}
