.order-ids {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.28rem;
  margin-top: 0.28rem;
}
.order-ids-full { margin-top: 0.35rem; }
button.order-id {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  line-height: 1.3;
  padding: 0.08rem 0.38rem;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  color: inherit;
  cursor: pointer;
  max-width: 100%;
}
button.order-id:hover,
button.order-id:focus-visible {
  outline: 1px solid currentColor;
}
.order-id-lab { opacity: 0.72; letter-spacing: 0.04em; font-size: 0.6rem; }
.order-id-num { word-break: break-all; }
