/* On iPhone, the native switch receives the learner's direct answer tap. */
.ios-switch-answer {
  position: relative;
  display: block;
  padding: .65rem .9rem;
  border-radius: 9px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  min-height: 2.75rem;
  cursor: pointer;
}

.ios-switch-answer > span {
  display: block;
}

.ios-answer-switch {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: .01;
  cursor: pointer;
}
