
/* izGaraže v0.30d — phone reveal contrast fix */

/* After phone reveal the background is intentionally light.
   Keep the revealed number dark for proper contrast/readability. */
.v30-primary.is-revealed,
.v30-primary.revealed,
.v30-phone-revealed,
.v30-phone-value,
.v30-contact-card .phone-revealed,
.v30-contact-card [data-phone-revealed="1"]{
  color:#17191b !important;
}

/* In case the existing JS changes the main phone button text in-place */
.v30-contact-card .v30-primary[style*="background"],
.v30-contact-card .v30-primary.phone-visible{
  color:#17191b !important;
}

.v30-contact-card .reveal-phone.phone-visible{color:#17191b !important;}
