/* Consistency Compounds - Tabel Architectuur */

table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.95rem;
    font-family: inherit;
}

th, td {
    border: 1px solid #d1d5da;
    padding: 12px 16px;
    text-align: left;
}

th {
    background-color: #f3f4f6;
    font-weight: 600;
    color: #111;
}

/* Zebra-striping voor de rijen om de leesbaarheid te verhogen */
tr:nth-child(even) {
    background-color: #f9fafb;
}

/* Hover-effect zodat de rij oplicht als de lezer er met de muis over gaat */
tr:hover {
    background-color: #f1f5f9;
}



/* ==========================================================================
   HEADER DATAVISUALISATIE 
   ========================================================================== */

header h1, 
.f1, 
.f-subheadline {
    font-size: 2.2rem !important; 
    line-height: 1.2 !important;
}

header.cover,
.pv4, 
.pv5-l,
.pv6-l {
    padding-top: 2.5rem !important;    
    padding-bottom: 2.5rem !important; 
    min-height: auto !important;       
}


/* ==========================================================================
   LIJSTEN & BULLETS OPTIMALISATIE
   ========================================================================== */

/* Overkoepelende lijst-styling in content blokken */
.lh-copy ul {
    list-style-type: none; /* Verwijder de lelijke standaard zwarte bolletjes */
    padding-left: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    
    /* Pelotons-tactiek: Centreer het hele blok, maar lijn de tekst intern links uit */
    display: inline-block; 
    text-align: left;
}

/* Ademruimte tussen de individuele regels */
.lh-copy li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}
