textarea-i18n {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: inherit;
	height: 100%;
	width: 100%;
}

textarea-i18n > textarea {
	font-size: inherit;
	height: 100%;
}

textarea-i18n > select {
	width: auto;
	font-size: 1rem;
	color: var(--color-green);
}
