#qr canvas,#qr img {
  display: block;
  width: 180px !important;
  height: 180px !important;
}

.setup-title { grid-column: 1 / -1; }
.setup-title input {
  width: 100%;
  padding: .8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reset-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #e2bbb7;
  border-radius: 12px;
}
.reset-box h3,.reset-box p { margin-bottom: .25rem; }
.danger { background: var(--red); white-space: nowrap; }

@media(max-width:600px) {
  .reset-box { align-items: flex-start; flex-direction: column; }
}
