.ww-future-control-btn {
  position: relative !important;
  border: 0 !important;
  cursor: pointer !important;
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(229,245,255,.74)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 8px 24px rgba(42, 93, 140, .12) !important;
  color: #20354f !important;
  font-weight: 900 !important;
}

.ww-future-icon {
  color: #0a84ff !important;
  background: rgba(255,255,255,.88) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 5px 14px rgba(10,132,255,.13) !important;
}

.ww-future-label {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding-right: 34px !important;
}

.ww-future-pill {
  position: absolute !important;
  top: 5px !important;
  right: 8px !important;
  border-radius: 999px !important;
  padding: 2px 7px !important;
  background: rgba(10,132,255,.12) !important;
  color: #0a84ff !important;
  font-size: 9px !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

#ww-future-feature-modal {
  display: none;
}

#ww-future-feature-modal.is-open {
  display: block;
}

.ww-future-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999998;
  background: rgba(20, 39, 60, .34);
  backdrop-filter: blur(8px);
}

.ww-future-card {
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, calc(100vw - 40px));
  border-radius: 30px;
  padding: 30px;
  background:
    radial-gradient(circle at top left, rgba(75,170,255,.20), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(231,246,255,.94));
  box-shadow: 0 26px 90px rgba(20, 50, 90, .30);
  border: 1px solid rgba(255,255,255,.75);
  color: #152942;
}

.ww-future-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  color: #314963;
  font-size: 26px;
  cursor: pointer;
}

.ww-future-kicker {
  color: #0a84ff;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 1000;
  margin-bottom: 10px;
}

.ww-future-card h2 {
  margin: 0 44px 12px 0;
  font-size: 28px;
  line-height: 1.1;
}

.ww-future-desc {
  margin: 0 0 18px;
  color: #526a84;
  font-weight: 800;
  line-height: 1.55;
}

.ww-future-note {
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(10,132,255,.10);
  color: #24577e;
  font-weight: 900;
}

.ww-future-ok {
  margin-top: 22px;
  width: 100%;
  border: 0;
  border-radius: 18px;
  padding: 14px 18px;
  color: #fff;
  background: linear-gradient(180deg, #43a2ff, #0a84ff);
  font-weight: 1000;
  cursor: pointer;
}
