/* Country flags, served from this site.

   Rules and artwork are flag-icons 6.6.6 by Panayiotis Lipiridis, MIT
   licensed (https://github.com/lipis/flag-icons). Previously pulled from the
   jsDelivr CDN, which meant a visitor's IP address went to a third party just
   to draw a flag.

   Only the flags the site actually uses are here — the language switcher, the
   league lists and the national teams. Add a national team or a league and its
   flag comes along on the next run.

   Generated by tools/fetch-assets.mjs — do not edit by hand. */

.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.fi:before { content: '\00a0'; }
.fi-al { background-image: url(flags/al.svg); }
.fi-at { background-image: url(flags/at.svg); }
.fi-be { background-image: url(flags/be.svg); }
.fi-ch { background-image: url(flags/ch.svg); }
.fi-cz { background-image: url(flags/cz.svg); }
.fi-de { background-image: url(flags/de.svg); }
.fi-dk { background-image: url(flags/dk.svg); }
.fi-es { background-image: url(flags/es.svg); }
.fi-fr { background-image: url(flags/fr.svg); }
.fi-gb { background-image: url(flags/gb.svg); }
.fi-gb-eng { background-image: url(flags/gb-eng.svg); }
.fi-gb-sct { background-image: url(flags/gb-sct.svg); }
.fi-gb-wls { background-image: url(flags/gb-wls.svg); }
.fi-gr { background-image: url(flags/gr.svg); }
.fi-hr { background-image: url(flags/hr.svg); }
.fi-hu { background-image: url(flags/hu.svg); }
.fi-it { background-image: url(flags/it.svg); }
.fi-nl { background-image: url(flags/nl.svg); }
.fi-no { background-image: url(flags/no.svg); }
.fi-pl { background-image: url(flags/pl.svg); }
.fi-pt { background-image: url(flags/pt.svg); }
.fi-ro { background-image: url(flags/ro.svg); }
.fi-rs { background-image: url(flags/rs.svg); }
.fi-ru { background-image: url(flags/ru.svg); }
.fi-se { background-image: url(flags/se.svg); }
.fi-sk { background-image: url(flags/sk.svg); }
.fi-tr { background-image: url(flags/tr.svg); }
.fi-ua { background-image: url(flags/ua.svg); }
