.fui-alert {
	padding: 1rem;
	border-radius: var(--border-radius-default);
	background-color: var(--background);
	border: 1px solid var(--border-color, #ccc);
	color: var(--text);
	margin-bottom: var(--flash-margin-bottom, 50px);
}

.fui-alert p:last-child {
	margin-bottom: 0;
}

.fui-alert-success {
	--background: var(--flash-success-bg, #d1fae5);
	--border-color: var(--flash-success-border, #10b981);
	--text: var(--flash-success-text, #065f46);
}

.fui-alert-error {
	--background: var(--flash-error-bg, #fee2e2);
	--border-color: var(--flash-error-border, #ef4444);
	--text: var(--flash-error-text, #7f1d1d);
}

/*# sourceMappingURL=forms.css.map */
