:root {
  --odpm-space-section: 1.5rem;
  --odpm-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.app-shell {
  max-width: 1100px;
}

.odpm-page-header {
  margin-bottom: 1rem;
}

.odpm-section + .odpm-section,
.card + .card {
  margin-top: var(--odpm-space-section);
}

.odpm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

.odpm-code-block {
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 1rem;
  font-family: var(--odpm-mono);
  font-size: 0.875em;
  white-space: pre-wrap;
  margin-bottom: 0;
}

.odpm-dl dt {
  color: var(--bs-secondary-color);
  font-weight: 500;
}

.font-monospace,
code {
  font-family: var(--odpm-mono);
  font-size: 0.875em;
}

.links-cell {
  display: grid;
  gap: 0.35rem;
}

.actions-cell .btn {
  white-space: nowrap;
}

.login-card {
  max-width: 420px;
}
