button.hh-button-delete-account {
  background-color: #f00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 24px;
  border: 0;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.hh-button-delete-account-not-logged-in {
  font-weight: bold;
  font-size: 24px;
}