/* Canonical generated-document ready / signing-complete shells. */
.client-state-panel {
  padding-top: 64px;
  padding-bottom: 64px;
}
.client-state-message {
  margin-top: 12px;
}
.client-state-action {
  margin-top: 20px;
}
.post-generation-status {
  margin-bottom: 18px;
}
.post-generation-status .dot {
  background: var(--accent-700);
}
.post-generation-warning {
  max-width: 720px;
  margin: 24px 0 28px;
}
.post-generation-warning__title .icon {
  width: 18px;
  height: 18px;
}
.post-generation-actions {
  max-width: 720px;
}
.post-generation-actions--no-qr .qr-actions {
  max-width: 560px;
}
.post-generation-secondary-actions {
  margin-top: 0;
}
.post-generation-secondary-actions > .btn {
  flex: 1;
}
.post-generation-copy-confirm {
  color: var(--accent-700);
  font-weight: 600;
}
.post-generation-actions__supporting {
  color: var(--gray-600);
  font-size: 14px;
  line-height: 1.6;
}
.post-generation-delivery-status {
  max-width: 720px;
}
.ready-continuation__head {
  margin-bottom: 0;
}
.ready-continuation__action {
  margin-top: 22px;
}
.ready-continuation__steps,
.post-generation-stepper {
  margin-top: 16px;
}
.ready-continuation--simple {
  grid-template-columns: minmax(0, 720px);
}
.post-generation-next-sources {
  margin-top: 24px;
  max-width: 760px;
}
.post-generation-ordered-steps {
  max-width: 900px;
}
.completion-delivery {
  background: var(--white);
}
.completion-delivery__recipients {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
  margin-bottom: 18px;
}
.completion-delivery__status {
  margin-top: 14px;
  color: var(--gray-600);
}

@media (max-width: 759px) {
  .client-state-panel {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .post-generation-secondary-actions > .btn {
    flex: none;
  }
  .completion-delivery__recipients {
    grid-template-columns: 1fr;
  }
}