.copy-notice {
  margin-left: 10px;
  font-size: 0.9em;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.copy-notice.is-visible {
  opacity: 1;
}