  .editorial-guide .reading-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 1.75rem 0 0;
    font-size: 1rem;
    line-height: 1.7;
  }
  .reading-table caption {
    text-align: start;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: var(--foreground);
  }
  .editorial-guide .reading-table :is(th, td) {
    padding: 0.75rem;
    border-bottom: 1px solid var(--border);
    text-align: start;
    vertical-align: top;
    overflow-wrap: anywhere;
  }
  .reading-table thead {
    background: var(--muted);
  }
  .reading-table tbody th {
    font-weight: 500;
  }
  .editorial-guide .reading-sources {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid var(--border);
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .reading-sources li + li {
    margin-top: 0.875rem;
  }
  .reading-sources a {
    color: var(--primary);
    text-decoration: underline;
  }
  .reading-sources span {
    display: block;
    color: var(--muted-foreground);
  }
  .editorial-guide .reading-body .reading-reviewed {
    margin-top: var(--reading-section-gap);
    font-size: 0.875rem;
    color: var(--muted-foreground);
  }

@media (max-width: 600px) {
  .site-header__inner { display: flex; }
  .site-header .site-nav { flex-basis: 100%; order: 1; }
}
.random-actions { flex-wrap: wrap; }
