.copy-container {
  padding: 1rem;
  background: #f9fafb;
  border-radius: 6px;
  border: 1px dashed #e7e7e7;
  word-wrap: break-word;
  display: flex;
  justify-content: space-between;
}

.link-header {
  font-size: 16px;
}
