
/* getfortune delivery: force mobile/desktop-visible bottom CTA bar */
.sticky-btn,
.sticky-btn.is-scrolled {
  display: block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 9999 !important;
  box-sizing: border-box !important;
  background: linear-gradient(180deg, rgba(8,10,20,0) 0%, rgba(8,10,20,.72) 35%, rgba(8,10,20,.92) 100%) !important;
  pointer-events: none;
}
.sticky-btn .fill-btn,
.sticky-btn .fill-btn_gradient,
.sticky-btn a.btn {
  pointer-events: auto !important;
  display: block !important;
  width: 100% !important;
  max-width: 42rem !important;
  margin: 0 auto !important;
  text-align: center !important;
  border-radius: 999px !important;
  padding: 1rem 1.25rem !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  line-height: 1.1 !important;
  color: #06241c !important;
  text-decoration: none !important;
  border: 0 !important;
  background: linear-gradient(90deg, #5ef0d0 0%, #2ee6a8 45%, #7cf7ff 100%) !important;
  box-shadow: 0 0 0 1px rgba(126,247,255,.35), 0 8px 28px rgba(46,230,168,.35), 0 0 22px rgba(94,240,208,.45) !important;
}
.no-stikybtn .sticky-btn,
body.no-stikybtn .sticky-btn {
  display: block !important;
}
body {
  padding-bottom: 5.5rem !important;
}
