/* Flag Icons — minimal build for CRA Evidence public site
   Only includes: DE, ES, FR, IT, PL, NL, SV
   Source: https://github.com/lipis/flag-icons (MIT License) */

.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    width: 1.333em;
    line-height: 1em;
    vertical-align: -0.125em;
}
.fi:before {
    content: "\00a0";
}
.fi-de { background-image: url(../flags/de.svg); }
.fi-es { background-image: url(../flags/es.svg); }
.fi-fr { background-image: url(../flags/fr.svg); }
.fi-it { background-image: url(../flags/it.svg); }
.fi-pl { background-image: url(../flags/pl.svg); }
.fi-nl { background-image: url(../flags/nl.svg); }
.fi-se { background-image: url(../flags/sv.svg); }
