.html2e-widget-html2e-custom-btn-component-f2d0 {
  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;
  border: 1.5px solid #ff3344;
  background: transparent;
  flex: 1;
}

.html2e-widget-html2e-custom-btn-component-f2d0:hover {
  background: #ff3344;
  color: #ffffff;
  box-shadow: 0 0 25px rgba(255,51,68,0.35);
  transform: translateY(-2px);
}