.falue-welcome-c2__demo-more.falue-welcome-share-trigger {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  margin: -6px;
  margin-inline-start: auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #686c7f;
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  cursor: pointer;
  touch-action: manipulation;
}

.falue-welcome-c2__demo-more.falue-welcome-share-trigger:hover,
.falue-welcome-c2__demo-more.falue-welcome-share-trigger:focus-visible {
  background: rgba(93, 76, 210, 0.09);
  color: #5041b7;
}

.falue-welcome-share-option-a[hidden] {
  display: none !important;
}

.falue-welcome-share-option-a {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 12px;
  color: #25283a;
  font-family: inherit;
}

.falue-welcome-share-option-a__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(20, 22, 36, 0.36);
  opacity: 0;
  cursor: default;
  transition: opacity 180ms ease;
}

.falue-welcome-share-option-a__sheet {
  position: relative;
  width: min(100%, 430px);
  margin: 0 0 max(0px, env(safe-area-inset-bottom));
  padding: 10px 16px 16px;
  overflow: hidden;
  border: 1px solid rgba(80, 75, 125, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(31, 29, 55, 0.32);
  opacity: 0;
  transform: translateY(calc(100% + 28px));
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity 160ms ease;
}

.falue-welcome-share-option-a.is-open .falue-welcome-share-option-a__backdrop,
.falue-welcome-share-option-a.is-open .falue-welcome-share-option-a__sheet {
  opacity: 1;
}

.falue-welcome-share-option-a.is-open .falue-welcome-share-option-a__sheet {
  transform: translateY(0);
}

.falue-welcome-share-option-a__handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: #dadbe5;
}

.falue-welcome-share-option-a__close {
  position: absolute;
  top: 18px;
  inset-inline-end: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f2f2f7;
  color: #34374b;
  cursor: pointer;
}

.falue-welcome-share-option-a__close svg,
.falue-welcome-share-option-a__action svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.falue-welcome-share-option-a__title {
  margin: 8px 48px 2px;
  color: #202337;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.falue-welcome-share-option-a__subtitle {
  margin: 0 40px 14px;
  color: #7a7e90;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.falue-welcome-share-option-a__action {
  -webkit-appearance: none;
  appearance: none;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 16px;
  border: 0;
  border-radius: 17px;
  color: #2e3144;
  background: #f2f2f7;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: start;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
}

.falue-welcome-share-option-a__action--primary {
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, #60629c 0%, #6f50e9 55%, #7c3ff0 100%);
  box-shadow: 0 12px 28px rgba(105, 74, 229, 0.28);
}

.falue-welcome-share-option-a__action--primary span {
  flex: 1;
}

.falue-welcome-share-option-a[dir="rtl"] .falue-welcome-share-option-a__action--primary svg:last-child {
  transform: rotate(180deg);
}

.falue-welcome-share-option-a__alternatives {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

.falue-welcome-share-option-a__status {
  min-height: 18px;
  margin: 8px 4px 0;
  color: #686c7f;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

@media (min-width: 900px) {
  .falue-welcome-share-option-a {
    align-items: center;
  }

  .falue-welcome-share-option-a__sheet {
    margin: 0;
  }
}

@media (max-width: 359px) {
  .falue-welcome-share-option-a {
    padding: 8px;
  }

  .falue-welcome-share-option-a__sheet {
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 24px;
  }

  .falue-welcome-share-option-a__action {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .falue-welcome-share-option-a__backdrop,
  .falue-welcome-share-option-a__sheet {
    transition-duration: 1ms;
  }
}
