/* Settlement detail refinements. The copied site header and menu stay in settlement.css. */
.main-panel,
.sidebar,
.notice-tabs {
  box-shadow: 0 3px 18px rgba(15, 23, 42, .055);
  border: 1px solid #e5eaf0;
}
.main-panel { min-width: 0; }
.hero h1 { line-height: 1.16; letter-spacing: -.025em; }
.hero-summary { line-height: 1.65; }
.section { padding: 32px 28px; }
.section h2 { margin-bottom: 18px; letter-spacing: -.015em; }
.section p,
.section li { line-height: 1.75; }
.section p:last-child,
.section li:last-child { margin-bottom: 0; }
.section[id],
.notice-tabs[id] { scroll-margin-top: 96px; }
.detail-jump-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
  margin: 0 0 24px;
  padding: 16px 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #f8fafc;
  font-size: 1rem;
  line-height: 1.5;
}
.detail-jump-links span { flex-basis: 100%; color: #1f2937; font-weight: 700; }
.detail-jump-links a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; color: #1d4ed8; text-decoration: underline; text-underline-offset: 4px; }
.detail-jump-links a:hover { color: #1e3a8a; }
.detail-jump-links a:focus-visible,
.official-link:focus-visible { outline: 2px solid #2563eb; outline-offset: 4px; border-radius: 2px; }
.qa-list { margin-top: 24px; }
.qa-item { padding: 28px 0; border-top: 1px solid var(--border); }
.qa-item:first-child { padding-top: 0; border-top: 0; }
.qa-item:last-child { padding-bottom: 0; }
.qa-item h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 14px;
  color: #172b4d;
}
.qa-answer { overflow-wrap: anywhere; }
.qa-answer p { margin-bottom: 14px; }
.qa-answer ul { margin-top: 14px; padding-left: 22px; }
.qa-answer li { padding-left: 3px; margin-bottom: 10px; }
.qa-answer li::marker { color: #64748b; }
.sidebar-head { background: #f8fafc; padding: 22px; }
.kv { padding: 6px 22px; gap: 0; }
.kv-row {
  display: block;
  padding: 16px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
}
.kv-row:last-child { border-bottom: 0; }
.kv-row span { display: block; font-size: .8rem; color: var(--text-muted); margin-bottom: 6px; }
.kv-row b { display: block; margin: 0; color: var(--text); font-size: .95rem; line-height: 1.55; font-weight: 650; }
.cta-button { white-space: normal; font-size: 1rem; line-height: 1.4; margin: 18px 22px 22px; box-shadow: none; }
.sources-section { line-height: 1.65; }
.official-link { overflow-wrap: anywhere; }
@media (max-width: 600px) {
  .section { padding: 26px 20px; }
  .hero h1 { font-size: 1.9rem; }
  .detail-jump-links { padding: 14px 16px; gap: 4px 18px; }
  .qa-item { padding: 24px 0; }
  .qa-item h3 { font-size: 1.075rem; }
  .sources-section { padding: 24px 20px; }
}
