
.app-install-button {
  border: 1px solid #d8cdbc;
  background: #26362c;
  color: #f6efe3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1;
  min-height: 38px;
  padding: 9px 12px;
  cursor: pointer;
  white-space: nowrap;
}

.app-install-button:hover {
  background: #1f2c24;
}

.app-install-modal[hidden],
.app-install-button[hidden] {
  display: none !important;
}

.app-install-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(31, 36, 33, .48);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.app-install-dialog {
  position: relative;
  width: min(520px, 100%);
  background: #fbf8f1;
  border: 1px solid #d8cdbc;
  box-shadow: 0 18px 54px rgba(31, 36, 33, .22);
  padding: 24px;
  color: #1f2421;
}

.app-install-dialog h2 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.15;
}

.app-install-dialog p {
  color: #6e6a62;
  margin: 0 0 14px;
}

.app-install-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: transparent;
  color: #1f2421;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.app-install-steps {
  border-top: 1px solid #d8cdbc;
  padding-top: 14px;
  color: #1f2421;
}

.app-install-steps ol {
  margin: 8px 0 0 22px;
  padding: 0;
}

.app-install-steps li {
  margin: 6px 0;
}

@media (max-width: 860px) {
  .header-inner {
    gap: 14px;
  }

  .app-install-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .app-install-dialog {
    padding: 20px 16px;
  }

  .app-install-dialog h2 {
    font-size: 22px;
  }
}
