.html2e-widget-html2e-custom-btn-component-f1b9 {
  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: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.html2e-widget-html2e-custom-btn-component-f1b9:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
  transform: translateY(-2px);
}