.banknotify-qr {
  width: 240px;
  max-width: 100%;
  margin: 0 auto var(--space-3, 12px);
  padding: var(--space-2, 8px);
  background: #fff;
  border-radius: var(--radius-sm, 4px);
}

.banknotify-qr svg {
  display: block;
  width: 100%;
  height: auto;
}

.banknotify-amount {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.banknotify-hint {
  text-align: center;
  margin-bottom: var(--space-3, 12px);
}

.banknotify-raw {
  white-space: pre-wrap;
  word-break: break-word;
}

.banknotify-mono {
  font-family: monospace;
}
