
.wrap-wa {
  max-width: 308px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  font-family: Arial;
}

.btn-wa.primary {
  background: linear-gradient(180deg, #0c61bc 0%, #004b99 100%);
  color: #fff;
  padding: 12px;
  gap: 10px;
}

.btn-wa.secondary {
  background: #fff;
  border: 1px solid #ccc;
  color: #0c4f97;
  padding: 10px;
}

.btn-wa .icon {
  width: 20px;
  height: 20px;
}
