/* ============================================================
   PIRANOT — Disable Share Buttons
   Data: 27 Feb 2026
   Motivo: Ninguém usa compartilhamento de notícia
   Remove todos os botões de compartilhamento do site
   ============================================================ */

/* Desabilitar share buttons em TODOS os lugares */
.pira-share,
.pira-share-premium,
.pira-share-float,
.pira-share-label,
.pira-share-buttons,
.pira-article__byline-premium .pira-share,
[class*="share"] {
  display: none !important;
}

/* Garantir que o article byline sem share fique bem */
.pira-article__byline-premium {
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.pira-article__author-premium {
  flex: 1;
}
