.modal-dialog__close-button {
  display: none;
}

.notification-modal__dont-show-again {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a7a7a7;
  background: rgb(var(--color-background));
  position: sticky;
  bottom: 0;

  button {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #777;
  }

  button:hover {
    background: #e7e7e7;
  }

  button:not(:last-child) {
    border-right: 1px solid #a7a7a7;
  }
}
