.mobile-ready-v68 {
  position: fixed;
  z-index: 99999;
  right: 14px;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 14px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
  padding: 13px 15px;
  border: 1px solid rgba(75, 239, 151, .62);
  border-radius: 16px;
  color: #f4fffa;
  background:
    radial-gradient(circle at 10% 50%, rgba(52, 240, 145, .2), transparent 32%),
    rgba(5, 26, 25, .96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .09),
    0 0 24px rgba(44, 230, 138, .24),
    0 16px 38px rgba(0, 0, 0, .42);
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  transition: opacity .22s ease, transform .22s ease;
}

.mobile-ready-v68.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-ready-v68-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(75, 239, 151, .5);
  border-radius: 14px;
  color: #72f5ae;
  background: rgba(29, 156, 97, .18);
  box-shadow:
    inset 0 0 13px rgba(75, 239, 151, .12),
    0 0 15px rgba(75, 239, 151, .2);
  font-size: 24px;
}

.mobile-ready-v68 strong,
.mobile-ready-v68 span {
  display: block;
}

.mobile-ready-v68 strong {
  font-size: 17px;
  line-height: 1.15;
}

.mobile-ready-v68 span {
  margin-top: 3px;
  color: #9ed1b9;
  font-size: 12px;
}
