.value {
  color: #fff; /* Adjust to match your theme */
  font-size: 14px; /* Match the font size */
  text-decoration: none;
}

.utf-custom-span-contact {
  padding-left: 35px; /* Adjust to align with the icon */
}

.copied-tooltip {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
}

.value:hover {
  color: #ccc; /* Slight hover effect */
}
