/* VORA Uganda 7.0 — public readability refinement. No redesign: improves contrast on high-brightness displays. */
:root{--v7-public-ink:#16384d;--v7-muted:#486575;--v7-card:#fffefb}
body{color:var(--v7-public-ink)}
/* Keep page colour identities while giving text a stronger optical floor. */
.content-card,.story-card,.service-card,.guide-card,.mission-card,.office-card,.contact-form,.directory-card,.result-card,.pathway-card{
  color:var(--v7-public-ink);
}
.content-card p,.story-card p,.service-card p,.guide-card p,.mission-card p,.directory-card p,.result-card p,.pathway-card p{color:var(--v7-muted)}
.directory-search,.directory-select{background:rgba(255,255,255,.94);border-color:rgba(7,58,99,.20)}
.directory-empty,.notice-ribbon{background:rgba(255,255,255,.88);border-color:rgba(7,58,99,.20)}
/* Soft page backgrounds can wash out on bright monitors; a subtle white underlay preserves colour without losing content. */
.disability-page,.refugee-page,.guides-page,.locations-page,.about-page,.contact-page{background-blend-mode:normal}
@media (prefers-contrast:more){body{--v7-public-ink:#0b2d43;--v7-muted:#294b5f}.floating-header,.content-card,.story-card,.service-card,.guide-card,.mission-card,.directory-card,.result-card{border-color:rgba(7,58,99,.28)!important}}
