html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: #0A2540; -webkit-font-smoothing: antialiased; }
::selection { background: #E60012; color: #fff; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #FF2436;
  outline-offset: 3px;
  border-radius: 6px;
}
.skip-link {
  position: fixed;
  top: -100px;
  right: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  color: #0A2540;
  font-weight: 700;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
.sr {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 22%;
}
.sr span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  color: #0A2540;
}
.sr .r { color: #E60012; margin-inline-start: -.12em; }
.answer-box {
  border: 1px solid #DDE3E8;
  border-inline-start: 5px solid #E60012;
  background: #F7F8F9;
  border-radius: 16px;
  padding: 22px;
}
.article-copy h2 {
  margin-top: 2.7rem;
  color: #0A2540;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.35;
}
.article-copy h3 {
  margin-top: 1.8rem;
  color: #0A2540;
  font-size: 1.2rem;
  font-weight: 800;
}
.article-copy p,
.article-copy li {
  color: #465667;
  font-size: 1.05rem;
  line-height: 2;
}
.article-copy p { margin-top: 1rem; }
.article-copy ul,
.article-copy ol {
  margin-top: 1rem;
  padding-inline-start: 1.5rem;
}
.article-copy ul { list-style: disc; }
.article-copy ol { list-style: decimal; }
.article-copy a {
  color: #C90011;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.article-copy table {
  width: 100%;
  margin-top: 1.25rem;
  border-collapse: collapse;
  font-size: .98rem;
}
.article-copy th,
.article-copy td {
  border: 1px solid #DDE3E8;
  padding: 13px;
  text-align: start;
  vertical-align: top;
  line-height: 1.7;
}
.article-copy th { background: #0A2540; color: #fff; }
.article-copy tr:nth-child(even) td { background: #F7F8F9; }
.source-list {
  border-top: 1px solid #E6E9ED;
  margin-top: 3rem;
  padding-top: 1.5rem;
}
@media (max-width: 700px) {
  .article-copy table { display: block; overflow-x: auto; }
}
