footer {
  background-color: var(--wa-color-surface-raised);
  bottom: 0;
  box-shadow: var(--wa-shadow-m);
  display: none;
  position: sticky;
  z-index: 10;

  @media screen and (max-width: 800px) {
    display: block;
  }
}
