.html2e-widget-html2e-custom-btn-component-0d49 {
  box-sizing: border-box;
  margin: 0;
  padding: 8px 14px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Outfit",sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  background: #25D366;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  border: none;
}

.html2e-widget-html2e-custom-btn-component-0d49:hover {
  background: #20BA5C;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
  color: #ffffff;
}