.header__inlineSubHeaderText___JTg6M {
  cursor: pointer;
}

.header__inlineSubHeaderText___JTg6M.audio-status--readonly {
  cursor: default;
}

.gapMatchInteraction__gapChoice___3frWF {
  cursor: grab;
}

.gapMatchInteraction__gapChoice___3frWF.is-selected {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.gapMatchInteraction__gapChoice___3frWF.is-dragging {
  opacity: 0.65;
}

.gapMatchInteraction__dropZone___1yo6e {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8px;
}

.gapMatchInteraction__dropZone___1yo6e.drop-active {
  outline: 2px dashed #3b82f6;
  outline-offset: 2px;
}

.gapMatchInteraction__dropZone___1yo6e.filled .gapOrderNumber {
  display: none;
}

.gapMatchInteraction__dropZone___1yo6e .gapMatchInteraction__gapChoice___3frWF {
  margin: 0;
  width: 100%;
}

.gapMatchInteraction__dropZone___1yo6e .gapMatchInteraction__textNode___22Rv- {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.audio-gated {
  overflow: hidden;
}

.inspera-audio-gate[hidden] {
  display: none;
}

.inspera-audio-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.58);
}

.inspera-audio-gate__panel {
  width: min(100%, 640px);
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
}

.inspera-audio-gate__icon {
  margin-bottom: 22px;
  font-size: 88px;
  line-height: 1;
}

.inspera-audio-gate__message {
  max-width: 760px;
  margin: 0 auto 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.inspera-audio-gate__hint {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.4;
}

.inspera-audio-gate__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 92px;
  height: 36px;
  padding: 0 18px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.inspera-audio-gate__button:hover {
  background: #111;
}

.inspera-audio-gate__button i {
  font-size: 16px;
}
