.api-docs-page {
  padding-bottom: 1.5rem;
}

.api-muted {
  color: var(--text-muted);
}

.api-subhead {
  margin: 1.1rem 0 0.55rem;
  color: var(--text-strong);
  font-size: 1rem;
}

.api-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.api-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.api-table th,
.api-table td {
  border-bottom: 1px solid var(--line-soft);
  padding: 0.65rem 0.55rem;
  text-align: left;
  vertical-align: top;
  font-size: 0.92rem;
}

.api-table th {
  color: var(--text-strong);
  font-weight: 700;
}

.api-table td {
  color: var(--text-main);
}

.api-docs-page code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.api-docs-page pre {
  margin: 0.45rem 0 0.8rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  background: var(--surface-strong);
  background: color-mix(in srgb, var(--surface-strong) 84%, #0f172a 16%);
  border: 1px solid var(--surface-border);
  overflow-x: auto;
}

.api-docs-page pre code {
  white-space: pre;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--text-main);
}
