.legal-page {
  padding-bottom: 88px;
}

.legal-close-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  border: 0;
  box-shadow: 0 8px 24px rgb(55 35 31 / 24%);
  font: inherit;
  cursor: pointer;
}

@media (max-width: 760px) {
  .legal-close-button {
    right: 16px;
    bottom: 16px;
  }
}
