.country-flags {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: drop-shadow(0px 2px 3px rgb(0 0 0 / 0.1));
  overflow: hidden;
  position: relative;
}
.country-flags img{
  width: 41px;
  max-width: none;
  position: absolute;
}

.country-flags--US img{
  left: 0;
  top: 0;
}

.country-flags--CA img{
  left: -21px;
  top: 0;
}

