/* Local SVG flags: flag-icons, MIT license (assets/flags/LICENSE.txt). */
.country-flag {
  display: block;
  width: 40px;
  height: 30px;
  max-width: none;
  flex: 0 0 40px;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(9, 36, 66, .12);
}
@media (max-width: 600px) {
  .country-flag {
    width: 32px;
    height: 24px;
    flex-basis: 32px;
  }
}
