/* Overurenbeheer - Custom Styles */

body {
    background-color: #f8f9fa;
}

.navbar-brand {
    font-size: 1.3rem;
}

.card {
    border: none;
    border-radius: 0.5rem;
}

.card-header {
    border-radius: 0.5rem 0.5rem 0 0 !important;
    font-weight: 600;
}

.table th {
    font-weight: 600;
    white-space: nowrap;
}

.badge.fs-6 {
    font-size: 0.875rem !important;
    padding: 0.4em 0.65em;
}

/* Print styles */
@media print {
    .no-print {
        display: none !important;
    }

    .print-header {
        display: block !important;
    }

    body {
        background: white;
    }

    .container-fluid {
        padding: 0 !important;
    }
}
