/* Career Page - Dark Theme */
.career-hero h1 {
    color: #fff;
}

.career-hero-content p {
    color: #cbd5e1;
}

.career-form-card h3 {
    color: var(--accent);
}

.form-group label {
    color: #fff;
}

.alert-success {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.alert-danger {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
}