/* Minimal flag-icons subset (gb, hu, tr) */
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before { content: "\00a0"; }
.fi-gb { background-image: url(../flags/gb.svg); }
.fi-hu { background-image: url(../flags/hu.svg); }
.fi-tr { background-image: url(../flags/tr.svg); }
