/**
 * WCAG AA contrast correction.
 *
 * Two brand values fail AA for normal-size text on white:
 *   --mut #7E8C9A  scores 3.44  (needs 4.5)
 *   --acc #1B9DF0  scores 2.95  (needs 4.5)
 *
 * This overrides only where those colours carry small text. Large display
 * text, borders and fills keep the original brand blue, so the design is
 * visually unchanged.
 *
 * To ship the exact approved palette instead, add to your child theme:
 *   add_filter( 'ainovate_use_contrast_fix', '__return_false' );
 */
:root{ --mut:#5F6D7A; --accd:#0A62A0; }

.kick, .cs-meta .s, .plink .s, .cellx .i, .pcell .n, .find .n,
.site .u, .rrow .s, .stage .no, .fact .v, .split div:last-child .num,
.pstat .v, .pr.big .v, .row.hero-row .v, tr.hi td:last-child{
  color:#0A62A0;
}
.note, .cap, .fs, .l, .cs-strip, .client .c, .svc p small,
.gslot .d, .shot .d{ color:#5F6D7A; }
.microcopy, .fine, .fnote{ color:#5F6D7A; }
