.decktoys-boot-recovery {
  position: fixed;
  z-index: 200000;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 10vh 20px 24px;
  overflow: auto;
  background: #f6f8f9;
}

.decktoys-boot-recovery-card {
  width: 100%;
  max-width: 480px;
  padding: 32px;
  border: 1px solid #dfe5e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(22, 45, 55, .12);
  color: #24353d;
  text-align: center;
}

.decktoys-boot-recovery-title {
  margin: 0;
  color: #24353d;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.decktoys-boot-recovery-message {
  margin: 12px 0 24px;
  color: #5a6b73;
  font-size: 16px;
  line-height: 1.55;
}

.decktoys-boot-recovery-retry {
  min-width: 120px;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid #0d7780;
  border-radius: 6px;
  background: #0d7780;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
}

.decktoys-boot-recovery-retry:hover,
.decktoys-boot-recovery-retry:focus {
  border-color: #095f66;
  background: #095f66;
  outline: none;
}

.decktoys-boot-recovery-retry:focus-visible {
  box-shadow: 0 0 0 3px rgba(13, 119, 128, .28);
}

@media (max-width: 600px) {
  .decktoys-boot-recovery {
    top: 54px;
    padding: 28px 16px 20px;
  }

  .decktoys-boot-recovery-card {
    padding: 26px 22px;
  }
}
