.messages--wizionary { position: fixed;
  right: 2rem;
  box-shadow: 0 0 5px var(--white);
  border-radius: 1rem;
  bottom: 4rem;
  display: table;
  padding: 1rem 2rem;
  z-index: 9000;
  color: var(--dark);
  background: var(--white);
  -moz-animation: hide-up 5s forwards;
  -webkit-animation: hide-up 5s forwards;
  -o-animation: hide-up 5s forwards;
  animation: hide-up 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;}
.messages--wizionary a{color:var(--dark)!important;text-decoration:underline}
.alert-heading{color:inherit}
.alert-link{font-weight:700}

.messages--wizionary:has(div:last-of-type:empty) {display:none}
