/* Gizlen Global — evidence pill contrast hardening, 2026-08-09.
   Keep pale evidence labels legible on dark proof panels without changing layout. */
body.page-workflow .case-panel .tag,
body.page-results .case-result-rail .tag {
  color:#14464b !important;
  -webkit-text-fill-color:#14464b !important;
  background:#e1f5f1 !important;
  border:1px solid #83cec1 !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
  text-shadow:none !important;
  filter:none !important;
}

/* Results loads this file after its page stylesheet. Reassert the light CTA
   surface so supporting copy and the secondary action cannot inherit white. */
body.page-results .cta-band .results-cta-copy > p:last-child {
  color:#42566a !important;
  -webkit-text-fill-color:#42566a !important;
  opacity:1 !important;
}

body.page-results .cta-band .results-cta-actions .button.button-secondary {
  background:#fff !important;
  border-color:#718594 !important;
  color:#0a1b2f !important;
  -webkit-text-fill-color:#0a1b2f !important;
  box-shadow:0 6px 18px rgba(7,25,35,.08) !important;
}

body.page-results .cta-band .results-cta-actions .button.button-secondary:hover {
  background:#e4f1ef !important;
  border-color:#176f65 !important;
  color:#071923 !important;
  -webkit-text-fill-color:#071923 !important;
}
