/* Ajustes de ícone do WhatsApp nos botões para unificar visual */
a.btn .btn-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px !important; /* sobrescreve inline style do shortcode */
}

a.btn .btn-icon svg {
  width: 18px;
  height: 18px;
  color: inherit; /* segue a cor do texto do botão */
}

a.btn.btn-success .btn-icon svg {
  color: #fff; /* garante ícone branco no botão verde */
}