.country-flags {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  filter: drop-shadow(0px 2px 3px rgb(0 0 0 / 0.1));
}