.wc-block-components-validation-error svg {
	fill: currentColor;
	height: 1.5em;
	margin: -.4735em 0;
	width: 1.5em;
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

@keyframes spinner__animation {
	0% {
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
	fill: currentColor;
	vertical-align: text-top;
}