/* Compact editor chrome: preserve writing space without removing power controls. */
.topbar { height: 52px; }
.format-bar { min-height: 38px; height: 38px; gap: 2px; padding: 0 8px; overflow-x: auto; scrollbar-width: none; }
.format-bar::-webkit-scrollbar { display: none; }
.format-bar select,
.format-bar > button { min-height: 28px; height: 28px; }
.format-bar > button { width: 28px; }
.format-bar > .toolbar-divider { height: 16px; margin-inline: 3px; }
.format-bar > .multi-select-toggle,
.format-bar > .copy-selected-blocks,
.format-bar > .delete-selected-blocks { height: 28px; }
.document-page { padding-top: 26px; }
.document-meta { margin-bottom: 20px; }
.markdown-bar { min-height: 27px; padding-block: 0; }
.topbar-actions { gap: 5px; }
.topbar .icon-button { width: 29px; height: 29px; }
.mode-switch button,
.workspace-switch button { min-height: 28px; }
@media (max-width: 760px) {
  .topbar { height: 50px; }
  .document-page { padding-top: 22px; }
}
