[hidden] {
  display: none !important;
}

.content-editor img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border: 1px solid #dce2e7;
  border-radius: 5px;
}

.article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 22px 0;
}

.account-modal { position:fixed; inset:0; z-index:30; display:grid; place-items:center; padding:20px; background:rgba(39,34,31,.55); backdrop-filter:blur(4px) }
.account-modal form { width:min(430px,100%); padding:24px; border:1px solid #d8c8b5; border-radius:7px; background:#fffdf9; box-shadow:0 24px 70px rgba(51,39,31,.25) }
.account-head { display:flex; align-items:start; justify-content:space-between; margin-bottom:20px }.account-head strong { display:block; font-size:18px }.account-head small { display:block; margin-top:3px; color:#776f65 }.account-head button { width:30px; height:30px; border:1px solid #ddd2c2; border-radius:5px; background:#fff; cursor:pointer; font-size:20px }
.account-modal label { margin:12px 0 }.account-error { min-height:21px; color:#a74848; font-size:12px }.account-actions { display:flex; justify-content:flex-end; gap:8px; margin-top:8px }.account-actions button { height:36px; padding:0 14px; border:1px solid #d8ccbd; border-radius:5px; background:#fff; cursor:pointer }.account-actions .primary { border-color:#9d6045; background:#9d6045; color:#fff }
.two-factor-settings { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:18px 0 10px; padding:14px 0; border-top:1px solid #e2d8ca; border-bottom:1px solid #e2d8ca }.two-factor-settings strong,.two-factor-settings small { display:block }.two-factor-settings small { color:#776f65; font-size:11px }.two-factor-settings button,#confirmTwoFactor { height:34px; padding:0 12px; border:1px solid #cbbba9; border-radius:5px; background:#fff; cursor:pointer }.secret-row { display:flex; gap:6px }.secret-row input { font:12px ui-monospace,monospace }.secret-row button { margin-top:6px; border:1px solid #d7cbbb; border-radius:5px; background:#fff; cursor:pointer }.two-factor-settings + div p,#recoveryCodes p { margin:8px 0; color:#776f65; font-size:12px }#recoveryCodeList { padding:12px; background:#eee9df; color:#373a36; white-space:pre-wrap }#disableTwoFactor { padding:10px 0 }.login #twoFactorLogin small { display:block; color:#776f65; font-size:11px }
