.copy-link-input input {
  padding-right: 0;
}

.embed-code-copied {
  text-align: center;
  max-width: 600px;
  color: #929292;

  i {
    margin-left: 5px;
  }
  path {
    fill: #929292;
  }
}

.copy-link {
  cursor: pointer;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;

  img:last-child {
    display: none;
  }

  &:hover {
    path {
      fill: #02bf6f;
    }
    i {
      color: #02bf6f;
    }
    img:first-child {
      display: none;
    }
    img:last-child {
      display: block;
    }
  }
}