.btn--copied img {
  animation: var(--animate-fade-out), var(--animate-slide-out-up);
  animation-duration: var(--time-500);
}

.btn--revealed img {
  background-image: url("/assets/off-a323d629.svg");
  background-size: cover;
}

.input--clearable ::-webkit-search-cancel-button {
  display: none;
}
