···294294 box-shadow: var(--shadow);
295295}
296296/* With `has-fixed-toolbar`, the fixed toolbar sits at the top of the layout,
297297- flush against the framed surface's top edge. Space it down so it isn't
298298- pinned to the border. (The `.edit-post-visual-editor` rule below only spaces
299299- the content beneath the toolbar.) */
300300-.skypress-editor .iso-editor .edit-post-layout.has-fixed-toolbar {
297297+ flush against the framed surface's top edge. Pad the header region (which
298298+ holds the toolbar) so the tools aren't pinned to the border. Keeping the
299299+ breathing room on the header — rather than on the layout root or the content
300300+ below — gives a single, predictable source of top spacing. */
301301+.skypress-editor .iso-editor .interface-interface-skeleton__header {
301302 padding-top: 1rem;
302303}
303304.skypress-editor .iso-editor .edit-post-visual-editor {
304305 background-color: transparent;
305305- /* Breathing room above the first block so the toolbar isn't flush to the
306306- top edge of the framed surface. */
307307- padding-top: 0.5rem;
308306}
309307/* Gutenberg sets `background: white` inline on the device-preview wrapper;
310308 only !important lets the paper surface show through (esp. in dark mode). */
···337335.skypress-editor .iso-editor .block-editor-block-contextual-toolbar {
338336 padding-left: 0.75rem;
339337 padding-right: 0.75rem;
338338+}
339339+/* The "Show/Hide block tools" collapse toggle (`<<`/`>>`). The header toolbar
340340+ stacks its rows vertically, so this toggle lands orphaned on its own line —
341341+ and it's redundant here anyway: the block tools auto-expand whenever a block
342342+ is selected, so the toggle never has a useful effect. Hide it. */
343343+.skypress-editor .iso-editor .edit-post-header__block-tools-toggle {
344344+ display: none;
340345}
341346342347.skypress-editor__status {