:root {
  --sidebar-width: 220px;
}

body {
  min-height: 100vh;
}

.admin-shell {
  min-height: 100vh;
}

.admin-sidebar {
  width: var(--sidebar-width);
  min-height: 100vh;
}

.admin-content {
  flex: 1;
  min-width: 0;
}

pre.error-box {
  white-space: pre-wrap;
  word-break: break-word;
}

.faq-answer-preview {
  max-width: 420px;
  white-space: pre-wrap;
}

.totp-qr {
  max-width: 100%;
  height: auto;
}
