/* Canonical UI styles from the developer's fdba402 design update. */
body { background: var(--cloud); color: var(--charcoal); font-family: var(--sans); font-size: 17px; }
button, input, select, textarea, nav, nav a { font-family: var(--sans); }
.ev-header-logo img { width:180px!important; height:auto!important; display:block; }
.evf-logo img { width:100%; height:auto; }
.ehi-card-brand img, .eyc-card-brand img, .ema-card-brand img { width:120px!important; height:auto!important; }
.evh-live-brand img { width:88px!important; height:auto!important; }
/* Homepage dark-surface guards against Elementor kit heading colors. */
body.page-id-18 .evhp-page h1,
body.page-id-18 .evhp-page h2,
body.page-id-18 .evhp-page h3,
body.page-id-18 .evhp-page h1 em,
body.page-id-18 .evhp-page h2 em {
  font-family: "Instrument Serif", ui-serif, Georgia, "Times New Roman", serif !important;
}
body.page-id-18 .evhp-information-card,
body.page-id-18 .evhp-information-card h3 { color:#fff!important; }
body.page-id-18 .evhp-information-card .evhp-eyebrow { color:#cfe1ef!important; }
body.page-id-18 .evhp-information-card li { color:#e2ebf3!important; }
body.page-id-18 .evhp-information-card li strong { color:#fff!important; }
body.page-id-18 .evhp-information-card p { color:#cfe1ef!important; }
body.page-id-18 .evhp-final h2 { color:#fff!important; }
body.page-id-18 .evhp-final h2 em { color:#FFD04D!important; }
body.page-id-18 .evhp-final p { color:#dce8f2!important; }
@media(max-width:760px) {
  body { font-size:16px; }
  .ev-header-logo img { width:146px!important; }
}
