.breadcrumbs {
  padding: 1.25rem 0 0;
  color: var(--faint);
  font-size: 14px;
}
.breadcrumbs a {
  display: inline-block;
  padding: 0.3rem 0;
  color: inherit;
  text-underline-offset: 3px;
}
.article-head {
  padding: 3.5rem 0 2.5rem;
  border-bottom: 1px solid var(--line);
}
.article-head .inner,
.article-layout {
  width: min(1040px, calc(100% - 2.5rem));
  margin-inline: auto;
}
.kicker {
  margin: 0 0 .75rem;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.article-head h1 {
  max-width: 18ch;
  margin: 0 0 1.2rem;
  font-size: clamp(2.35rem, 6vw, 4.75rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.standfirst {
  max-width: 44rem;
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.5;
}
.byline {
  color: var(--faint);
  font-size: 14px;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) 240px;
  gap: 4rem;
  align-items: start;
  padding: 3.5rem 0 5rem;
}
.article-body {
  min-width: 0;
  font-size: 18px;
  line-height: 1.65;
}
.article-body > :first-child { margin-top: 0; }
.article-body section { padding: 0; }
.article-body a {
  color: var(--blue);
  text-underline-offset: 3px;
}
.article-body a:hover { text-decoration-thickness: 2px; }
.article-body h2 {
  margin: 2.8rem 0 .8rem;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.article-body h3 {
  margin: 2rem 0 .5rem;
  font-size: 1.28rem;
  line-height: 1.3;
}
.article-body p,
.article-body ul,
.article-body ol { margin: 0 0 1.2rem; }
.article-body li + li { margin-top: .45rem; }
.answer {
  margin: 0 0 2rem;
  padding: 1.25rem 1.4rem;
  border-left: 4px solid var(--blue);
  background: var(--wash);
  font-size: 1.05em;
}
.answer strong {
  display: block;
  margin-bottom: .25rem;
}
/* These tables are 620px wide against a ~360px phone column. They scroll, but
   a touch device shows no scrollbar, so they read as simply cut off. The shadow
   sits at the scrollport's right edge; the `local` cover rides at the far end
   of the content and hides the shadow once you reach it. */
.table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
  background:
    linear-gradient(to left, var(--paper) 40%, rgba(255, 255, 255, 0)) right center / 40px 100% no-repeat local,
    radial-gradient(farthest-side at 100% 50%, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0)) right center / 12px 100% no-repeat scroll;
}
@media (max-width: 960px) {
  .table-wrap::before {
    content: "Swipe the table sideways →";
    display: block;
    padding-bottom: 0.6rem;
    color: var(--faint);
    font-size: 14px;
    font-weight: 600;
  }
}
table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.45;
}
th,
td {
  padding: .85rem .75rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
th {
  background: var(--wash);
  font-size: 14px;
}
.callout {
  margin: 2rem 0;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--wash);
}
.callout p:last-child { margin-bottom: 0; }
.checklist { padding-left: 1.25rem; }
.article-aside {
  position: sticky;
  top: 7.5rem;
  padding-left: 1.25rem;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.article-aside strong { color: var(--ink); }
.article-aside ul,
.article-aside ol {
  margin: .7rem 0 1.5rem;
  padding-left: 1rem;
}
.article-aside li + li { margin-top: .45rem; }
.article-aside a { display: inline-block; padding: 0.25rem 0; color: var(--muted); }
.sources {
  margin-top: 3rem;
  padding-top: 1.5rem !important;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
}
.sources h2 { color: var(--ink); }
.sources li { overflow-wrap: anywhere; }
.disclosure {
  color: var(--faint);
  font-size: 14px;
}
.related {
  margin-top: 2.5rem !important;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
}
.guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}
.guide-card {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.guide-card h2 {
  margin: 0 0 .7rem;
  font-size: 1.45rem;
  line-height: 1.25;
}
.guide-card h2 a {
  color: var(--ink);
  text-decoration-color: var(--line);
  text-underline-offset: 3px;
}
.guide-card p {
  margin: 0 0 1rem;
  color: var(--muted);
}
.guide-card p:last-child { margin-bottom: 0; }

@media (max-width: 860px) {
  .article-layout { grid-template-columns: 1fr; gap: 2rem; }
  .guide-list { grid-template-columns: 1fr; }
  .article-aside {
    position: static;
    order: -1;
    padding: 1rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: 8px;
  }
}
@media (max-width: 620px) {
  .article-head .inner,
  .article-layout {
    width: min(100% - 1.5rem, 1040px);
  }
  .article-head { padding-top: 2.4rem; }
  .article-layout { padding-top: 2rem; }
  .article-body { font-size: 17px; }
}
