/* Zorgt dat alles netjes links uitlijnt */
.anbi-container {
    text-align: left; 
    margin-top: 20px;
}

.anbi-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.anbi-item strong {
    display: block;
    color: #004a8f;
    margin-bottom: 3px;
}

.anbi-links {
    font-size: 0.9rem;
}

.anbi-links a {
    text-decoration: none;
    font-weight: bold;
}

.anbi-links a.view { color: #004a8f; }
.anbi-links a.download { color: #cc0000; }

.anbi-links a:hover { text-decoration: underline; }

/* --- NIEUWE ANBI EN PDF LINKS --- */

/* Zorgt dat de lijst strak links uitlijnt */
.anbi-lijst {
    text-align: left;
    margin-top: 20px;
    max-width: 650px;
}

/* Ruimte tussen de documenten */
.anbi-item {
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

/* De titel van het document */
.anbi-titel {
    display: block;
    font-weight: bold;
    color: #004a8f; /* HKB Blauw */
    margin-bottom: 4px;
}

/* De regel met Bekijken | Downloaden */
.anbi-acties {
    font-size: 0.9rem;
}

/* 'Bekijken' link in HKB Blauw */
.anbi-acties a.view-link {
    text-decoration: none;
    font-weight: 600;
    color: #004a8f;
}

/* 'Downloaden' link in Rood */
.anbi-acties a.download-link {
    text-decoration: none;
    font-weight: 600;
    color: #cc0000;
}

/* Hover effect voor beide links */
.anbi-acties a:hover {
    text-decoration: underline;
}

/* Het verticale streepje tussen de links */
.anbi-divider {
    color: #ccc;
    margin: 0 8px;
}
