.job-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.job-links:empty {
  display: none;
}

.job-links a {
  display: inline-block;
  padding: 11px 16px;
  border: 2px solid #121717;
  background: #fff;
  color: #121717;
  font-weight: 800;
  text-decoration: none;
}

.terminal {
  width: 100%;
  max-height: 360px;
  margin-top: 18px;
  overflow: auto;
  white-space: pre;
}

.qr-image {
  display: block;
  width: min(320px, 100%);
  height: auto;
  margin-top: 20px;
  padding: 12px;
  border: 2px solid #121717;
  background: #fff;
}

.approval-card {
  grid-column: 1 / -1;
}

.approval-summary {
  max-height: 280px;
  direction: ltr;
  unicode-bidi: plaintext;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.approval-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
