.language-flag.flag-br {
  background: #009c3b;
}

.language-flag.flag-br::before {
  content: '';
  position: absolute;
  inset: 2px 4px;
  background: #ffdf00;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.language-flag.flag-br::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #002776;
}

.audio-language-options {
  flex-wrap: wrap;
}

.audio-language-options button {
  flex: 1 1 88px;
}
