.job-alert {
    display: none;
    margin-top: 14px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
}

.job-alert.success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #34d399;
}

.job-alert.error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fca5a5;
}

.job-alert.warning {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}