.html2e-widget-html2e-custom-btn-component-8802 {
  box-sizing: border-box;
  margin: 0;
  padding: 13px 24px;
  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.92rem;
  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: linear-gradient(135deg,#ff3344 0%,#ff6026 100%);
  box-shadow: 0 6px 18px rgba(255, 51, 68, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex: 1;
}

.html2e-widget-html2e-custom-btn-component-8802:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 51, 68, 0.55);
  color: #ffffff;
}