.copyable-text {
  line-height: inherit;
  padding: 0.25rem 0.5rem;
  margin: 0;
  background: var(--bg);
  border-radius: 3px;
  cursor: pointer; }
  .copyable-text i {
    color: var(--text-blue); }
