.section {
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.section h4 {
    color: #495057;
    border-bottom: 2px solid #007bff;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.employment-entry,
.education-entry,
.reference-entry {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.remove-employment,
.remove-education,
.remove-reference {
    margin-bottom: 1rem;
}

.navbar-brand {
    font-weight: bold;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media print {
    .no-print {
        display: none !important;
    }
    
    body {
        font-size: 12px;
    }
    
    .section {
        margin-bottom: 15px;
        padding: 10px;
        border: 1px solid #000;
    }
}

/* Admin Dashboard Styles */
.table th {
    background-color: #f8f9fa;
    border-top: none;
}

.badge {
    font-size: 0.75em;
}

.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
}

/* Application Status Colors */
.bg-pending {
    background-color: #ffc107 !important;
}

.bg-under-review {
    background-color: #17a2b8 !important;
}

.bg-interview-scheduled {
    background-color: #6f42c1 !important;
}

.bg-approved {
    background-color: #28a745 !important;
}

.bg-rejected {
    background-color: #dc3545 !important;
}
