/* flag-icons (self-hosted subset) — https://github.com/lipis/flag-icons (MIT)
   Only the 8 flags used by the language switcher are included.
   SVGs live in ./flags/4x3/ next to this file. */

.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.3333333333em;
    line-height: 1em;
}
.fi:before { content: "\00a0"; }

.fi-gb { background-image: url(flags/4x3/gb.svg); }
.fi-eg { background-image: url(flags/4x3/eg.svg); }
.fi-de { background-image: url(flags/4x3/de.svg); }
.fi-fr { background-image: url(flags/4x3/fr.svg); }
.fi-es { background-image: url(flags/4x3/es.svg); }
.fi-it { background-image: url(flags/4x3/it.svg); }
.fi-ru { background-image: url(flags/4x3/ru.svg); }
.fi-pl { background-image: url(flags/4x3/pl.svg); }
