.android-build-choice {
  display: block;
  max-width: 100%;
  font-family: inherit;
  text-align: start;
}

.android-build-choice option {
  background: var(--surface, #17191c);
  color: var(--text);
}

.android-build-choice option:disabled {
  color: var(--text-muted);
}
