@use 'core/core' as *;
@use 'block-styles/app';
@use 'component/component';

.snow-monkey-form[data-screen=loading] {
	visibility: hidden;
}

.smf-form {
	[data-invalid="1"] {
		border-color: #d98585;
	}
}

.smf-action {
	.smf-button-control {
		&__control {
			@include smf-button();

			&[disabled] {
				color: var(--_color-gray);
			}
		}
	}
}

.smf-system-error-content-ready {
	display: none !important;
}

// @todo WordPress 5.9 iframed content hack.
// https://github.com/WordPress/gutenberg/blob/f2161e246b9fdd9a2a56e7552b0b28050f1a5302/packages/block-editor/src/components/iframe/index.js#L70-L74
html :where(.editor-styles-wrapper) {
	display: block;
}
