/* Dr. Furch v5 — remove all default block-gaps so sections render edge-to-edge */
.wp-site-blocks > *,
main > *,
.wp-block-post-content > * { margin-block-start: 0 !important; margin-block-end: 0 !important; }
.wp-block-group > *:not(:last-child) { margin-bottom: 0 !important; }
main.wp-block-group { padding: 0 !important; max-width: none !important; }
body .wp-block-post-content { gap: 0 !important; }
/* Sections inside our blocks already have their own padding */
[data-type^="dfp/"] + [data-type^="dfp/"] { margin-top: 0 !important; }
