/* Minimale subset van flag-icons (https://flagicons.lipis.dev/) - alleen NL, GB, DE */
.fi {
    position: relative;
    display: inline-block;
    width: 1.3333333333em;
    line-height: 1em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.fi:before {
    content: "\00a0";
}
.fi-nl {
    background-image: url(../flags/4x3/nl.svg);
}
.fi-gb {
    background-image: url(../flags/4x3/gb.svg);
}
.fi-de {
    background-image: url(../flags/4x3/de.svg);
}
