/* SBO Forms - minimal styles (theme's forms.pcss handles .frm_* classes) */

.sbo-form-message {
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.sbo-form-success {
    background: rgba(34, 197, 94, 0.15);
    color: #16a34a;
}

.sbo-form-error {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.sbo-form-actions {
    margin-top: 1rem;
}
