.bombo-delete-account-flow {
  margin-top: 8px;
}

.bombo-delete-account-symbol {
  margin: 0;
  text-align: center;
  font-size: 2.35rem;
  line-height: 1;
}

.bombo-delete-account-flow h2 {
  text-align: center;
  margin-top: 0.35rem;
}

.bombo-delete-account-intro {
  margin: 10px 0 12px;
  text-align: center;
}

.bombo-delete-account-notice {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px 12px;
  border-radius: 6px;
}

.bombo-delete-account-notice.is-error {
  background: rgba(255, 77, 79, 0.15);
  border: 1px solid rgba(255, 77, 79, 0.45);
}

.bombo-delete-account-notice.is-success {
  background: rgba(76, 175, 80, 0.15);
  border: 1px solid rgba(76, 175, 80, 0.45);
}

.bombo-delete-account-form {
  margin-top: 10px;
}

.bombo-delete-account-field {
  margin-bottom: 14px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.bombo-delete-account-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  text-align: center;
}

.bombo-delete-account-input {
  width: auto;
  margin: 1rem auto;
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  box-shadow: none;
  color: var(--input-text-color, #d9ffe0);
  font-size: 15px;
  line-height: 1.5;
  min-height: auto;
  outline: none;
  padding: 10px 12px;
}

.bombo-delete-account-input-readonly {
  opacity: 0.95;
  cursor: not-allowed;
  caret-color: transparent;
}

.bombo-delete-account-info {
  margin: 8px auto 12px;
  max-width: 700px;
  padding: 0;
  border: 0;
  background: transparent;
}

.bombo-delete-account-info p {
  margin: 0 0 8px;
  font-weight: 600;
  text-align: center;
}

.bombo-delete-account-info ul {
  margin: 0;
  padding-left: 1.1rem;
}

.bombo-delete-account-info li {
  margin: 0 0 6px;
}

.bombo-delete-account-confirm-row {
  margin: 2rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.bombo-delete-account-confirm-row label {
  display: inline-flex;
  gap: 8px;
  align-items: flex-start;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bombo-delete-account-submit.button {
  border-color: #ff4d4f !important;
  color: #ffd4d4 !important;
  background: rgba(255, 77, 79, 0.12) !important;
  border-radius: 10px !important;
  padding: 0.65rem 1rem !important;
  min-height: 44px;
  line-height: 1.2;
}

.bombo-delete-account-submit.button:hover,
.bombo-delete-account-submit.button:focus {
  border-color: #ff6b6b !important;
  color: #fff !important;
  background: rgba(255, 77, 79, 0.24) !important;
}

.bombo-delete-account-cancel-request.button {
  border-color: #efbf04 !important;
  color: #f8e7a1 !important;
  background: rgba(239, 191, 4, 0.12) !important;
  border-radius: 10px !important;
  padding: 0.6rem 0.95rem !important;
  min-height: 42px;
}

.bombo-delete-account-cancel-request.button:hover,
.bombo-delete-account-cancel-request.button:focus {
  border-color: #f6cc3a !important;
  color: #fff3bf !important;
  background: rgba(239, 191, 4, 0.24) !important;
}

.bombo-delete-account-alert {
  margin: 10px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 77, 79, 0.45);
  border-radius: 8px;
  background: rgba(255, 77, 79, 0.12);
}

.bombo-delete-account-alert p {
  margin: 0 0 8px;
}

.bombo-delete-account-alert p:last-child {
  margin-bottom: 0;
}

.bombo-delete-account-flow a.bombo-delete-account-cancel-link {
  color: #ff6b6b !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bombo-delete-account-flow a.bombo-delete-account-cancel-link:hover {
  color: #ff8789 !important;
}

.bombo-delete-account-cta .bombo-delete-account-btn.button {
  border-color: #ff4d4f !important;
  color: #ff6b6b !important;
}

.bombo-delete-account-cta .bombo-delete-account-btn.button:hover,
.bombo-delete-account-cta .bombo-delete-account-btn.button:focus {
  border-color: #ff6b6b !important;
  color: #ffd4d4 !important;
  background: rgba(255, 77, 79, 0.12) !important;
}
