/**
 * BSV-Tipped Content tipping address block.
 *
 * The QR is injected as an inline SVG by the Ordinals QR behaviour, so the
 * sizing below is applied to that SVG rather than to an <img>.
 */

.bsv-tip-address {
  display: flow-root;
  max-width: 20rem;
}

.bsv-tip-qr {
  width: 10rem;
  height: 10rem;
  margin: 0 0 0.5rem;
}

.bsv-tip-qr svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Addresses are long, case-sensitive and get copied by hand — a monospace face
   makes 0/O and 1/l/I distinguishable, and wrapping anywhere prevents overflow
   on narrow screens. */
.bsv-tip-address-text {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  user-select: all;
}

.bsv-tip-note {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.85;
}
