@use '@talend/bootstrap-theme/src/theme/guidelines' as *;
@use '@talend/design-tokens/lib/tokens' as tokens;

.validation {
	display: flex;
	padding: $padding-small $padding-normal;
	background-color: tokens.$coral-color-neutral-background-medium;
	justify-content: space-between;
	align-items: center;
	color: tokens.$coral-color-danger-text;

	.errors {
		display: flex;
		flex-direction: column;
	}
}
