.copy-label[data-v-37f251dc] {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
}
.copy-box[data-v-37f251dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
}
.copy-value[data-v-37f251dc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #1f2937;
  word-break: break-all;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.copy-btn[data-v-37f251dc] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.copy-btn[data-v-37f251dc]:hover {
    background: #e5e7eb;
}
.icon-copy[data-v-37f251dc] {
  color: #9ca3af;
}
.icon-success[data-v-37f251dc] {
  color: #16a34a;
}


/*# sourceMappingURL=80.b734da2d.css.map*/