.fade-in-animation.htmx-added {
  opacity: 0;
}
.fade-in-animation {
  opacity: 1;
  transition: opacity 1s ease-out;
}