.copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  padding: .5rem;
  border-radius: 3px;
  border: 1px dashed gainsboro;
}