.transfer-receipt-copy-reference-runtime {
  width: 100%;
  min-width: 0;
  padding: 2px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: end;
  gap: 4px 7px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: right;
}

.transfer-receipt-copy-reference-runtime > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.transfer-receipt-copy-reference-runtime .copy-mark {
  color: #a9852d;
  font-size: 16px;
  line-height: 18px;
}

.transfer-receipt-copy-reference-runtime small {
  grid-column: 1 / -1;
  color: #8a7139;
  font-size: 10px;
  line-height: 12px;
}
