/* V73: ONLY restore visible icons inside top-right contact chips */
.topline .top-contact-link[href^="tel"] .ico-svg{
  stroke:none !important;
  fill:none !important;
}
.topline .top-contact-link[href^="tel"] .ico-svg .phone-handset{
  fill:currentColor !important;
  stroke:none !important;
}
.topline .top-contact-link[href^="mailto"] .ico-svg{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.9 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.topline .top-contact-link[href^="mailto"] .ico-svg path{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.9 !important;
}
.topline .top-whatsapp .wa-svg{
  stroke:none !important;
  fill:none !important;
}
.topline .top-whatsapp .wa-svg circle{
  fill:#25D366 !important;
  stroke:none !important;
  opacity:1 !important;
}
.topline .top-whatsapp .wa-svg path:nth-of-type(1){
  fill:none !important;
  stroke:#ffffff !important;
  stroke-width:1.7 !important;
  stroke-linejoin:round !important;
}
.topline .top-whatsapp .wa-svg path:nth-of-type(2){
  fill:#ffffff !important;
  stroke:none !important;
}
