/* ============================================================
   Odyssey Database V2.13.2 — Typography Hotfix
   Scope: text legibility only. No feature or layout restructuring.
   ============================================================ */
:root{
  --od-readable-body:16px;
  --od-readable-small:14px;
  --od-readable-label:13px;
  --od-readable-nav:15px;
}

html{font-size:16px}
body,button,input,select,textarea{font-size:var(--od-readable-body)}
body{line-height:1.72}

/* Global body copy */
p,li,td,th,dd,dt,label,.card,.panel{font-size:max(1em,var(--od-readable-body))}
p,li,dd,td{line-height:1.75}
small,.muted,[class*="__meta"],[class*="-meta"]{font-size:max(.875em,var(--od-readable-small));line-height:1.6}

/* Header, navigation and dropdowns */
.brand__text strong{font-size:21px}
.brand__text small{font-size:13px}
.nav-item__link,.nav-item__trigger{font-size:var(--od-readable-nav)}
.nav-panel a{font-size:var(--od-readable-nav);line-height:1.55;padding-top:12px;padding-bottom:12px}
.nav-panel__intro small,.nav-panel__groups strong{font-size:var(--od-readable-label)}
.nav-panel__intro strong{font-size:17px}
.nav-search-link,.nav-search-link span{font-size:var(--od-readable-small)}
.site-breadcrumb .container{font-size:var(--od-readable-small)}

/* Common labels, badges and helper text */
.eyebrow,[class*="__tag"],[class*="-tag"],.status,.tag,.od-badge,
[class*="__label"],[class*="-label"]{font-size:max(.8125rem,var(--od-readable-label))}

/* Buttons and controls */
button,.btn,.od-btn,input,select,textarea{font-size:var(--od-readable-body)}

/* Tables and data-heavy content */
table{font-size:var(--od-readable-body)}
th{font-size:var(--od-readable-small);line-height:1.55}
td{line-height:1.7}

/* Prevent legacy micro text from becoming unreadable */
[style*="font-size: 9px"],[style*="font-size:9px"],
[style*="font-size: 10px"],[style*="font-size:10px"],
[style*="font-size: 11px"],[style*="font-size:11px"],
[style*="font-size: 12px"],[style*="font-size:12px"]{font-size:var(--od-readable-label)!important}

@media(max-width:920px){
  :root{--od-readable-body:16px;--od-readable-small:14px;--od-readable-label:13px;--od-readable-nav:16px}
  .brand__text strong{font-size:17px}
  .brand__text small{font-size:11px}
  .nav-item__link,.nav-item__trigger{font-size:16px;min-height:54px}
  .nav-panel a{font-size:15px;min-height:44px}
  .nav-panel__groups strong{font-size:13px}
  .main-nav__mobile-head{font-size:12px}
  .main-nav__mobile-foot,.main-nav__mobile-foot small{font-size:11px}
}

@media(max-width:480px){
  .brand__text strong{font-size:16px}
  .brand__text small{font-size:10px}
}
