
.metaproperties-content[data-v-cc8acbee] {
  min-height: 250px;
  max-height: 500px;
  overflow-y: auto;
}
.copy-icon[data-v-cc8acbee] {
  cursor: pointer;
  height: 20px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.copy-icon[data-v-cc8acbee]:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
