/**
 * Ajax Form Catcher — Fallback alert styles.
 * Usati solo se il form non ha già i propri alert elements.
 */
.afc-injected-alert {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.afc-alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.afc-alert-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}
