#cookie-nuisance {
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: bottom 2.5s ease-in 0.5s;
  box-shadow: 1rem 0 1rem 0.5rem rgba(0, 0, 0, .1);
  background-color: var(--canvas);
  font-size: smaller;
  display: flex;
  padding: 0.5rem 1rem;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  button { white-space: nowrap;}
}

@media print {
  #cookie-nuisance { display: none !important; }
}
