/* SAFE: color-only styling so Zoho tab click JS still works */
.cta-tab,
.cta-tab a,
.cta-tab button {
  background-color: #b91c1c !important;
  color: #ffffff !important;
}

.cta-tab *,
.cta-tab a * {
  color: #ffffff !important;
}

/* A little “button” feel without changing layout */
.cta-tab,
.cta-tab a,
.cta-tab button {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35) !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}