.odb-reference { max-width: 860px; margin: 0 auto; overflow-wrap: anywhere; }
.odb-reference * { letter-spacing: 0; }
.odb-reference .reference-meta { color: var(--muted); font-size: 13px; }
.odb-reference .section { padding: 12px 0 24px; border-top: 1px solid var(--line); scroll-margin-top: 80px; }
.odb-reference .section > h2 { margin-top: 20px; }
.odb-reference h3 { margin: 24px 0 8px; font-size: 18px; }
.odb-reference p { line-height: 1.6; }
.reference-contents, .reference-related { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 26px 0; }
.reference-contents a, .reference-related a { padding: 8px 0; text-underline-offset: 3px; }
.odb-reference .odb-carrier-list, .odb-reference .odb-claim-grid { margin: 20px 0; }
.odb-reference .odb-carrier-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.odb-reference .odb-carrier-code { font: 700 19px var(--mono); color: var(--green); }
.odb-reference .odb-carrier-row > div { padding: 12px 8px; }
.odb-reference .odb-claim-row { display: grid; grid-template-columns: 150px 90px minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.odb-reference .odb-claim-row > div { padding: 12px 8px; }
.odb-reference .odb-claim-field, .odb-reference .odb-claim-entry { font-weight: 600; }
.odb-reference .odb-links, .odb-reference .policy-links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; }
.odb-reference .odb-links a, .odb-reference .policy-links a { padding: 5px 0; }
.odb-reference .odb-rule-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.odb-reference .odb-rule b, .odb-reference .odb-rule span { display: block; }
.odb-reference .odb-rule b { margin-bottom: 8px; }
.odb-reference .odb-flow-step { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; margin: 18px 0; }
.odb-reference .odb-flow-number { color: var(--green); font-weight: 700; }
.odb-reference .odb-flow-copy strong { display: block; margin-bottom: 5px; }
.odb-reference .response { border-bottom: 1px solid var(--line); padding-bottom: 16px; scroll-margin-top: 80px; }
.odb-reference .response:last-child { border: 0; }
.odb-reference .code, .odb-reference .intervention-code { font-family: var(--mono); font-weight: 700; }
.odb-reference .rejection-interventions { border-left: 3px solid var(--green); padding-left: 14px; }
.odb-reference .rejection-action-label { display: block; color: var(--muted); font-size: 13px; margin-bottom: 4px; }
.odb-reference .table-wrap { margin: 20px 0; }
.odb-reference table { border-collapse: collapse; width: 100%; font-size: 15px; }
.odb-reference th, .odb-reference td { padding: 12px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.odb-reference th { background: var(--surface-soft); }
.odb-reference .policy-quote { margin: 20px 0; padding-left: 18px; border-left: 3px solid var(--line); }
.footer .wrap { display: flex; flex-wrap: wrap; gap: 20px; }
.skip-link { position: absolute; left: 16px; top: -70px; padding: 12px; background: white; z-index: 20; }
.skip-link:focus { top: 8px; }
a:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
@media (max-width: 600px) {
  .odb-reference .odb-claim-row { grid-template-columns: minmax(0, 1fr) 90px; }
  .odb-reference .odb-claim-why { grid-column: 1 / -1; padding-top: 0; }
  .odb-reference .odb-rule-grid { grid-template-columns: 1fr; gap: 16px; }
  .odb-reference th, .odb-reference td { padding: 10px 8px; }
  .reference-contents { display: grid; grid-template-columns: 1fr; gap: 0; }
  .reference-contents a { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
