/* V58 targeted CTA dark-mode contrast fix */
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .kds-cta{
  background:linear-gradient(110deg,#184f9f,#092f70)!important;
  color:#fff!important;
}
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .kds-cta h2{
  color:#fff!important;
  opacity:1!important;
  text-shadow:0 1px 2px rgba(0,0,0,.22)!important;
}
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .kds-cta p{
  color:#eaf3ff!important;
  opacity:1!important;
}
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .kds-cta :is(.kds-cta-kicker,.kds-cta-tags span){
  color:#fff!important;
  border-color:rgba(255,255,255,.38)!important;
  background:rgba(255,255,255,.13)!important;
  opacity:1!important;
}
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .kds-cta .kds-wa{
  background:#35cf78!important;
  color:#fff!important;
}
:is(html[data-theme="dark"],html[data-kds-theme="dark"],html.dark) .kds-cta .kds-call{
  background:#fff!important;
  color:#164f9f!important;
}
