.country-flags {
  width: 20px;
  height: 14px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.country-flags svg {
  width: 100%;
  height: 100%;
  display: block;
}

.country-flags--CH {
  width: 16px;
  height: 16px;
}
