/* v22 — stack sign-out actions vertically beneath the confirmation text. */
.dnxt-signout-card p {
  margin: 0 0 18px !important;
  text-align: center !important;
}
.dnxt-signout-actions {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
}
.dnxt-signout-actions button {
  width: 150px !important;
  min-width: 150px !important;
  margin: 0 !important;
}
