/* Ajustes finos sobre o pacote publicado. */
a[href^="https://wa.me/"].bg-whatsapp:not(.fixed) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.15rem;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(20, 150, 83, 0.18);
  transform: none;
}

a[href^="https://wa.me/"].bg-whatsapp:not(.fixed):hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(20, 150, 83, 0.22);
}

a[href^="https://wa.me/"].bg-whatsapp:not(.fixed) svg {
  width: 1.1rem;
  height: 1.1rem;
}

a[href^="https://wa.me/"].bg-whatsapp.fixed {
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  box-shadow: 0 12px 26px rgba(20, 150, 83, 0.28);
}

a[href^="https://wa.me/"].bg-whatsapp.fixed svg {
  width: 1.5rem;
  height: 1.5rem;
}

@media (max-width: 480px) {
  a[href^="https://wa.me/"].bg-whatsapp:not(.fixed),
  a[href="/sobre"].rounded-full,
  a[href="/multigestos"].rounded-full {
    width: 100%;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 1rem;
    font-size: 0.95rem;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
  }

  a[href="/sobre"].rounded-full,
  a[href="/multigestos"].rounded-full {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }

  a[href^="https://wa.me/"].bg-whatsapp.fixed {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    justify-content: center;
    border-radius: 9999px;
  }

  a[href^="https://wa.me/"].bg-whatsapp.fixed span {
    display: none;
  }
}
