/* VOCPhone site overrides.
   Loaded by Helix Ultimate after the template CSS, so it survives template updates
   in a way that editing presets/default.css would not.
   Added 10 September 2026. */

/* The footer sits on a white background, but templates/nuron/css/presets/default.css
   styles footer links for a DARK footer:
       #sp-footer a          { color:#a2a2a2 }   2.55:1 on white, below AA
       #sp-footer a:hover    { color:#ffffff }   1.00:1 on white, invisible
   Restore a readable resting colour and hover in VOC Blue. */
#sp-footer a,
#sp-footer-new a,
#sp-bottom a {
  color: #5d6b79;
}
#sp-footer a:hover,  #sp-footer a:active,  #sp-footer a:focus,
#sp-footer-new a:hover, #sp-footer-new a:active, #sp-footer-new a:focus,
#sp-bottom a:hover,  #sp-bottom a:active,  #sp-bottom a:focus {
  color: #0B72D6;
}
