/* ZShop product consultation CTA hotfix v42
   Restores visible label/icon when inherited/custom-property color collapses to white. */
.z24-help a{
  background:#fff!important;
  color:#0b4f3f!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:14px!important;
  line-height:1.5!important;
  min-height:48px!important;
}
.z24-help a i,
.z24-help a .bi{
  color:#0b4f3f!important;
  opacity:1!important;
  visibility:visible!important;
}
@media(max-width:767px){
  .z24-help a{
    width:100%!important;
    min-height:52px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
  }
}
