.aurora-alert {
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 12px;
}

.aurora-success {
    background: #e8f5ee;
    color: #145c37;
}

.aurora-error {
    background: #fdecec;
    color: #8a1f11;
}
