.account-fake-delete-form {
  padding: 48px 0
}
a.dropdown-panel__item--delete {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px 12px;
  background-color: transparent;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: .2s background-color ease-in;
  transition: .2s background-color ease-in
}
a.dropdown-panel__item--delete:hover {
  background-color: #e6f0ff;
  text-decoration: none
}
a.dropdown-panel__item--delete .dropdown-panel__item-title {
  color: #db3936;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}
.account-delete__form-title {
  margin-bottom: 12px
}
.account-delete__form-description {
  margin-bottom: 24px
}
.account-delete__form-wrapper {
  max-width: 560px
}
.account-delete__action-link {
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  height: 48px;
  width: 95px;
  line-height: normal
}
@media (max-width:767px) {
  .account-delete__action-link {
    width: 100%
  }
}
.account-delete__confirm,
.account-delete__confirm:hover {
  color: #fff;
  background: #1f66ff
}
.account-delete__cancel,
.account-delete__cancel:hover {
  background: #c4d8ff;
  color: #0045d9
}
.account-delete__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}