/* v26 — Sign Out title, confirmation text, and side-by-side centered actions. */
.dnxt-signout-card {
  width: min(380px, calc(100vw - 32px)) !important;
  padding: 26px 24px !important;
  text-align: center !important;
}
.dnxt-signout-card h3 {
  display: block !important;
  margin: 0 0 10px !important;
  color: #0b2325 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}
.dnxt-signout-card p {
  margin: 0 0 20px !important;
  color: #193e43 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}
.dnxt-signout-actions {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
}
.dnxt-signout-actions button {
  min-width: 118px !important;
  min-height: 38px !important;
  padding: 8px 18px !important;
}
html[data-theme="dark"] .dnxt-signout-card h3 {
  color: #f0fafb !important;
}
html[data-theme="dark"] .dnxt-signout-card p {
  color: #d1e3e5 !important;
}
