.run-workspace {
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.04);
}

.run-verification {
  position: relative;
  z-index: 1;
}

.run-verification[hidden] {
  display: none;
}

.run-gated-locked {
  opacity: 0.45;
  pointer-events: none;
  user-select: none;
  filter: grayscale(0.15);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.run-gated-locked a,
.run-gated-locked button,
.run-gated-locked input,
.run-gated-locked select,
.run-gated-locked textarea {
  cursor: not-allowed;
}
