@scope (.docs-page, .docs-index, .docs-reference) {
  :scope {
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  h1 {
    font-size: 2rem;
  }
  .breadcrumb {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-bottom: 0.5rem;
  }
  a {
    color: var(--color-accent);
  }
  img {
    max-width: 100%;
    height: auto;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
  }
  th,
  td {
    text-align: left;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid color-mix(in srgb, var(--color-text) 15%, transparent);
  }
  th {
    font-weight: 600;
  }
  code {
    background: color-mix(in srgb, var(--color-text) 8%, transparent);
    padding: 0.1rem 0.35rem;
    border-radius: 0.25rem;
  }
  .edit-link {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid color-mix(in srgb, var(--color-text) 15%, transparent);
    font-size: 0.9rem;
  }
  .changelog {
    list-style: none;
    padding: 0;
  }
  .changelog li {
    padding: 0.35rem 0;
    border-bottom: 1px solid color-mix(in srgb, var(--color-text) 10%, transparent);
  }
  .changelog time {
    opacity: 0.6;
    font-size: 0.9rem;
  }
}
