.login-mode .install-help[open] {
  top: calc(82px + env(safe-area-inset-top));
  bottom: calc(12px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
}

.login-mode .install-help[open] > div {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  padding: 6px 0 8px;
}

.install-lead {
  margin: 0 0 8px;
  color: #333;
  font-size: .82rem;
  line-height: 1.25;
}

.install-steps {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.install-steps li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 7px;
  align-items: start;
  padding: 4px 0;
  border-radius: 0;
  background: transparent;
}

.install-step-number {
  width: auto;
  height: auto;
  display: block;
  border-radius: 0;
  background: transparent;
  color: #4f46e5;
  font-weight: 900;
}

.install-steps strong,
.install-steps span {
  display: block;
}

.install-steps strong {
  font-size: .84rem;
  line-height: 1.2;
}

.install-steps span {
  margin-top: 2px;
  color: #666;
  font-size: .74rem;
  line-height: 1.2;
}

.install-result {
  margin: 8px 0 0;
  color: #3730a3;
  font-weight: 800;
  font-size: .78rem;
  line-height: 1.2;
}

#installAndroid #installApp {
  margin: 0 0 8px;
}
