.ska-ai-button {

	/** `.is-busy` animation doesn't work properly in all states, overriding. */
	&--loading:not(#_):not(#_):not(#_) {
		animation: components-button__busy-animation 2.5s linear infinite;
		background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
		background-size: 100px 100%;
		color: var(--wp-components-color-foreground, #1e1e1e);

		&::before {
			background: transparent;
		}
	}
}
