/**
 * Gen3 lite bundle of flag-icons@7.3.2 (lipis)
 * Only BR / US / PT — 4x3 HD SVGs vendored beside this CSS.
 */
.fib,
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}

.fi:before {
  content: "\00a0";
}

.fi.fis {
  width: 1em;
}

.fi-br {
  background-image: url(../flags/4x3/br.svg);
}

.fi-us {
  background-image: url(../flags/4x3/us.svg);
}

.fi-pt {
  background-image: url(../flags/4x3/pt.svg);
}
