.block-editor-contrast-checker {
	flex-direction: row;
	align-items: center;
	padding: 8px 0;
	justify-content: space-between;
}

.block-editor-contrast-checker__notice {
	font-size: 11px;
	font-weight: 500;
	color: $yellow-50;
	flex: 1;
}

.block-editor-contrast-checker__notice-dark {
	color: $yellow-30;
}

.block-editor-contrast-checker__icon {
	color: $yellow-50;
	margin-right: 5px;
}

.block-editor-contrast-checker__icon-dark {
	color: $yellow-30;
}
