/* How the translations differ. Every number is computed, none authored. */

.reading.wide { padding: 2.4rem 1.6rem 4rem 3.4rem; }
.dpage { max-width: none; }

.dhead {
  font-size: 2rem; font-weight: 700; letter-spacing: -0.05em;
  color: var(--ink); margin-bottom: 0.25rem;
}

.dsub {
  font-size: 0.98rem; color: var(--ink-2); line-height: 1.6;
  max-width: 38rem; margin-bottom: 1.6rem;
}
.dsub b { color: var(--ink); }

.dtable { width: 100%; border-collapse: collapse; font-size: 0.94rem; max-width: 48rem; }
.dtable th {
  text-align: left; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--ink-3);
  padding: 0 1rem 0.5rem 0; border-bottom: 1.5px solid var(--hair); white-space: nowrap;
}
.dtable th.n, .dtable td.n {
  text-align: right;
  font-variant-numeric: tabular-nums;
  padding-left: 1.4rem;
  padding-right: 0;
  white-space: nowrap;
}
.dtable th:last-child, .dtable td:last-child { padding-left: 2rem; padding-right: 0; }
.dtable col.wide { width: 40%; }
.dtable td {
  padding: 0.65rem 1rem 0.65rem 0; border-bottom: 1px solid var(--hair);
  color: var(--ink-2); vertical-align: top; line-height: 1.5;
}
.dtable td.v { color: var(--ink); font-weight: 700; white-space: nowrap; }
.dtable td.n { color: var(--ink); font-weight: 700; }
.dtable tr.is-base td { background: var(--page-2); }
.dyear { color: var(--ink-3); font-weight: 400; margin-left: 0.35rem; }

.delta { font-weight: 700; font-variant-numeric: tabular-nums; }
.delta--same { color: var(--ink-3); }
.delta--less { color: var(--o); }
.delta--more { color: var(--m); }

.dsec {
  font-size: 1.2rem; font-weight: 700; letter-spacing: -0.03em;
  color: var(--ink); margin: 2.6rem 0 0.35rem;
}
.dnote { font-size: 0.92rem; color: var(--ink-2); line-height: 1.6; max-width: 38rem; margin: 0 0 0.9rem; }
.dnote b { color: var(--ink); }

.outgroup { margin-bottom: 1rem; }
.outgroup__h { font-size: 0.92rem; color: var(--ink); font-weight: 700; margin-bottom: 0.4rem; }
.outlist { display: flex; flex-wrap: wrap; gap: 0.3rem; max-width: 48rem; }
.outref {
  font-size: 0.86rem; border: 1px solid var(--hair); border-radius: 100px;
  padding: 0.2rem 0.6rem; color: var(--ink-2); background: var(--page); white-space: nowrap;
}
.outref--shared { border-color: var(--o-line); background: var(--o-soft); color: #8a4a00; font-weight: 700; }

.vgrid { width: 100%; border-collapse: collapse; font-size: 0.9rem; max-width: 48rem; }
.vgrid th {
  text-align: left; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--ink-3);
  padding: 0 0.8rem 0.45rem 0; border-bottom: 1.5px solid var(--hair);
}
.vgrid th.n, .vgrid td.n { text-align: center; width: 3.6rem; padding-right: 0; font-variant-numeric: tabular-nums; }
.vgrid td { padding: 0.45rem 0.8rem 0.45rem 0; border-bottom: 1px solid var(--hair); color: var(--ink-2); }
.vgrid td.ref { color: var(--ink); font-weight: 700; white-space: nowrap; }
.vgrid td.n.is-odd { background: var(--o-soft); color: #8a4a00; font-weight: 700; }
.vgrid a { color: inherit; border-bottom: 1px solid var(--hair); }

.vmore {
  font-size: 0.9rem; color: var(--ink-3); margin-top: 0.8rem;
  background: none; border: 0; font-family: inherit; cursor: pointer; padding: 0;
}
.vmore b { color: var(--ink-2); }

@media (max-width: 64rem) { .reading.wide { padding: 2rem 1.4rem 3rem 2rem; } }
@media (max-width: 44rem) { .reading.wide { padding: 1.4rem 1.1rem 3rem; } }

/* The translations this page cannot measure. Listed, not tabulated —
   a table would imply numbers we deliberately do not have. */
.dunmeasured {
  max-width: var(--measure);
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.dunmeasured li {
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--hair);
  border-radius: 10px;
  background: var(--page-2);
  font-size: 0.9rem;
  color: var(--ink-2);
}

.dunmeasured b { color: var(--ink); }

.dunmeasured span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  color: var(--ink-3);
  line-height: 1.5;
}
