/*
 * A-Z-overzicht onder de bedrijvengids + de bedrijfslink op een vacature.
 * Bewust rustig gehouden: dit is een navigatieblok, geen tweede gids.
 */

.awcf-bedrijven-index {
    margin: 3rem 0 1rem;
}

.awcf-bedrijven-index .awcf-bedrijven-index__titel {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.awcf-bedrijven-index .awcf-bedrijven-index__lijst {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 4;
    column-gap: 2rem;
}

.awcf-bedrijven-index .awcf-bedrijven-index__lijst li {
    break-inside: avoid;
    margin: 0 0 .35rem;
    font-size: .95rem;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .awcf-bedrijven-index .awcf-bedrijven-index__lijst { columns: 2; }
}

@media (max-width: 600px) {
    .awcf-bedrijven-index .awcf-bedrijven-index__lijst { columns: 1; }
}

.awcf-vacature-bedrijfslink {
    margin: .25rem 0 1rem;
}
