/* Phase 6 fix (F-1): API-created pages lack the editor's per-row padding classes, so
   HubSpot's default .dnd-section vertical padding double-spaces sections whose modules
   already carry band padding. Applied per-row via rowMetaData cssClass on affected pages. */
.dnd-section.p6-flush {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
