.hash {
  overflow: hidden;
  max-width: var(--cmf-evagit-hash-width, 100%);
  color: var(--accent-color-bg);
  text-overflow: ellipsis;
}

.copy {
  cursor: pointer;
  display: flex;
  gap: 6px;
  align-items: center;
}

.icon {
  display: flex;
}
