.notice {
  max-width: 1040px;
  margin: 24px auto;
  padding: 22px clamp(22px, 4vw, 44px);
  border: 1px solid #806c49;
  background: #17140f;
}

.notice h2 {
  margin-block: 10px;
  font-size: clamp(34px, 5vw, 62px);
}

.notice p:last-child {
  max-width: 760px;
  color: #c9c0ae;
  font: 16px/1.6 Georgia, serif;
}

.notice[data-state='provision-failed'] {
  border-color: #985f52;
  background: #1b1110;
}

.notice[data-state='capacity'] {
  border-color: #83703c;
}

.capture-frame iframe {
  width: 100%;
  height: min(72vh, 820px);
  min-height: 460px;
  display: block;
  border: 0;
  background: #fff;
}

.launch:is(button) {
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 680px) {
  .capture-frame iframe {
    min-height: 65vh;
  }
}
