
.copy-container[data-v-f3b8cee4] {
  display: inline-flex;
  align-items: center;
  width: 0;
  overflow: hidden;
  transition: width 0.2s ease-in-out;
}
.copy-button[data-v-f3b8cee4] {
  cursor: pointer;
  white-space: nowrap;
}
.copy-container[data-v-f3b8cee4]:hover,
*:hover > .copy-container[data-v-f3b8cee4] {
  width: 20px;
}

