.printer-wrap h1 {
  margin: 0.4rem 0 0.35rem;
}

.pending-id {
  font-weight: 600;
  color: #047857;
}

.printer-list {
  display: grid;
  gap: 12px;
}

.printer-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: center;
}

.printer-card img {
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 10px;
}

.printer-card strong,
.printer-card span {
  display: block;
}

.printer-card span {
  color: #6b7280;
  font-size: 0.88rem;
  margin: 0.2rem 0 0.4rem;
}

.printer-sheet {
  max-width: 420px;
}

.printer-sheet h3 {
  margin: 0 0 0.4rem;
}

.printer-sheet .hint {
  margin: 0 0 0.8rem;
  color: #6b7280;
  font-size: 0.9rem;
}

.printer-pick {
  display: grid;
  gap: 8px;
  margin-bottom: 0.85rem;
}

.printer-pick button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  cursor: pointer;
}

.printer-pick button.is-on {
  border-color: #ff5722;
  background: #fff7f3;
}

.printer-pick button img {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 8px;
}

.printer-pick button span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}

.printer-pick button em {
  font-style: normal;
  color: #6b7280;
  font-size: 0.82rem;
}

.printer-add-row {
  display: flex;
  gap: 8px;
  margin: 0.5rem 0 0.75rem;
}

.printer-add-row input {
  flex: 1;
  min-width: 0;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 10px;
  font: inherit;
}

.printer-qr-demo {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 0.4rem;
}

.printer-qr-demo img {
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 8px;
}
