.wab-wrap {
  margin: 28px 0;
  text-align: center;
}

.wab-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.wab-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  color: #ffffff !important;
}

.wab-btn:active {
  transform: translateY(0);
}

.wab-btn svg {
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .wab-btn {
    font-size: 14px;
    padding: 12px 22px;
  }
}
