/**
 * Plumbing Variation — Block Editor Styles
 *
 * Editor-only overrides. Collapses Gutenberg's intermediate block-list wrapper
 * divs so the CSS Grid on .overlay-grid-wrap sees the card and badges as its
 * direct grid items, matching the frontend layout.
 */

.editor-styles-wrapper .overlay-grid-wrap > .block-editor-inner-blocks,
.editor-styles-wrapper .overlay-grid-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: contents;
}

.editor-styles-wrapper .plumbing-hero-card,
.editor-styles-wrapper .floating-badge--bl,
.editor-styles-wrapper .floating-badge--tr {
	grid-column: 1;
	grid-row: 1;
}

.editor-styles-wrapper .plumbing-hero-section .wp-block-heading mark {
	background: none;
	background-color: transparent;
}
