/* flag-icons (subset local) — solo gb/es/fr, derivado de lipis/flag-icons v7.2.3 (MIT).
   Banderas servidas localmente desde /assets/flags/ (sin CDN). */
.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(gb.svg); }
.fi-es { background-image: url(es.svg); }
.fi-fr { background-image: url(fr.svg); }
