.wa-button {
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.wa-button .wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 1;
}

/* Posisi ikon kanan */
.icon-right .wa-button {
  flex-direction: row-reverse;
}

/* Teks dalam tombol */
.wa-button .wa-text {
  display: inline-block;
}

/* Responsif Mobile */
@media (max-width: 480px) {
  .wa-button {
    font-size: 14px;
  }
}
