/* .intro-logo {
    float: right;
    max-width: 180px;
    margin: 0 0 1rem 1.5rem;
    border-radius: 6px;
} */

.intro-section {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2.5rem;
    align-items: start;
    margin-top: 2rem;
}

.intro-section h1 {
    margin-top: 0;
}

.intro-meta {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
}

.intro-description {
    color: #444;
}

.intro-visual img {
    max-width: 180px;
    border-radius: 6px;
}

.bestuur-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.bestuurslid {
    padding: 1.25rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.functie {
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.naam {
    font-weight: 300;
}

/* Centreer de figure en geef lichte spacing */
.locatie-blok {
    max-width: 700px;
    margin: 2rem auto;        /* horizontaal centreren en verticale ruimte */
    text-align: center;        /* tekst centreren */
}

/* Afbeelding netjes schalen en afronden */
.locatie-blok img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1rem;
}

/* Tekst in figcaption */
.locatie-blok figcaption p {
    margin: 0.2rem 0;          /* consistente spacing */
    line-height: 1.4;          /* betere leesbaarheid */
    color: #333;               /* subtiel contrast */
}

/* Gebouwnaam iets prominenter */
.locatie-blok .gebouw {
    font-weight: 600;
    font-size: 1.1rem;
}