
/* V239 - Ícones reais em SVG para redes sociais e WhatsApp */
.social-svg-v239{
  width:17px!important;
  height:17px!important;
  display:block!important;
  fill:currentColor!important;
  stroke:currentColor!important;
}

/* Ponto.php */
.ponto-social-icon-v222{
  font-size:0!important;
}

.ponto-social-icon-v222 .social-svg-v239{
  width:16px!important;
  height:16px!important;
  color:#fff!important;
}

/* WhatsApp verdadeiro */
.ponto-social-icon-v222.whatsapp{
  background:#25D366!important;
}

/* Noticia.php - trocar símbolos por ícones SVG via mask */
.news-tools .share-buttons a::before,
.news-tools .share-buttons button::before,
.news-tools .reading-tools button::before{
  background-color:#64748b!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:15px 15px!important;
  color:transparent!important;
  overflow:hidden!important;
}

.news-tools .share-buttons a[href*="facebook.com"]::before{
  background-color:#1877F2!important;
  content:""!important;
  -webkit-mask:url("../img/social-icons-v239.svg#icon-facebook");
  mask:url("../img/social-icons-v239.svg#icon-facebook");
}

.news-tools .share-buttons a[href*="whatsapp.com"]::before{
  background-color:#25D366!important;
  content:""!important;
  -webkit-mask:url("../img/social-icons-v239.svg#icon-whatsapp");
  mask:url("../img/social-icons-v239.svg#icon-whatsapp");
}

.news-tools .share-buttons a[href*="twitter.com"]::before,
.news-tools .share-buttons a[href*="x.com"]::before{
  background-color:#111827!important;
  content:""!important;
  -webkit-mask:url("../img/social-icons-v239.svg#icon-x");
  mask:url("../img/social-icons-v239.svg#icon-x");
}

/* fallback visual simples quando mask em symbol não renderizar */
.news-tools .share-buttons a[href*="facebook.com"]::before{content:"f"!important;color:#fff!important}
.news-tools .share-buttons a[href*="whatsapp.com"]::before{content:"☎"!important;color:#fff!important}
.news-tools .share-buttons a[href*="twitter.com"]::before,
.news-tools .share-buttons a[href*="x.com"]::before{content:"𝕏"!important;color:#fff!important}

/* Links que contenham redes em outras partes do site */
a[href*="instagram.com"].social-link,
a[href*="facebook.com"].social-link,
a[href*="whatsapp.com"].social-link,
a[href*="youtube.com"].social-link,
a[href*="tiktok.com"].social-link,
a[href*="linkedin.com"].social-link,
a[href*="x.com"].social-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
}
