.ui-copy[data-v-137ed33b] {
  align-items: center;
  cursor: pointer;
  overflow: visible;
  position: relative;
  white-space: nowrap;
  --tooltip-background: white;
  --tooltip-color: #141117
}

:root {
  --property-align-items: flex-start;
  --property-justify-content: flex-start;
  --property-flex-direction: column;
  --property-text-align-items: center;
  --property-text-text-align: left;
  --property-text-font-size: 18px;
  --property-title-font-size: 14px
}

:root,
.light-theme {
  --property-title-color: #141117;
  --property-text-color: #141117
}

.dark-theme {
  --property-title-color: #B1A3BF;
  --property-text-color: #fff
}

.ui-property[data-v-fc0f6e83] {
  width: var(--property-width)
}

.ui-property__wrapper[data-v-fc0f6e83] {
  display: inline-flex;
  vertical-align: middle;
  width: var(--property-width);
  flex-direction: var(--property-flex-direction);
  justify-content: var(--property-justify-content);
  align-items: var(--property-align-items)
}

.ui-property__title[data-v-fc0f6e83] {
  color: var(--property-title-color);
  font-size: var(--property-title-font-size);
  line-height: var(--property-title-line-height);
  font-weight: var(--property-title-font-weight);
  margin-bottom: var(--property-title-spacing)
}

.ui-property__text[data-v-fc0f6e83] {
  display: flex;
  max-width: var(--property-text-max-width, inherit);
  align-items: var(--property-text-align-items);
  color: var(--property-text-color);
  font-size: var(--property-text-font-size);
  line-height: var(--property-text-line-height);
  text-align: var(--property-text-text-align);
  margin: var(--property-text-margin);
  word-break: var(--property-text-word-break);
  font-weight: var(--property-text-font-weight);
  white-space: var(--property-text-white-space)
}

.ui-property__copy-btn[data-v-fc0f6e83] {
  --button-width: 20px;
  --button-height: 20px;
  --button-padding: 0;
  color: #fff;
  margin-left: 8px
}