/* Fresno articles reuse the existing SEO palette, navigation and components. */
.fresno-article {
  --display:'Cormorant Garamond', Georgia, serif;
}
.fresno-article .seo-wrap { max-width:820px; }
.guide-byline { font-size:13px; margin-bottom:24px; }
.fresno-article .seo-cta { max-width:100%; }
.guide-table-wrap { overflow-x:auto; margin:28px 0; }
.guide-table-wrap:focus-visible { outline:2px solid var(--brass); outline-offset:4px; }
.guide-table { width:100%; border-collapse:collapse; color:var(--bone); }
.guide-table caption { text-align:left; font-size:13px; color:var(--champagne); padding-bottom:12px; }
.guide-table th, .guide-table td { padding:16px; border:1px solid var(--line-strong); text-align:left; vertical-align:top; }
.guide-table thead { background:var(--forest); }
.guide-table th { font-weight:500; }
.guide-table td { color:rgba(245,239,230,0.76); font-weight:300; }
.guide-table-wide { min-width:640px; }
@media(max-width:560px) {
  .fresno-article .seo-eyebrow { font-size:10px; letter-spacing:0.12em; }
  .guide-table th, .guide-table td { padding:12px; font-size:14px; }
}
