{# Frontend: rendert nichts Sichtbares, kollabiert aber den umgebenden dnd-Abschnitt #}
<style>
  .dnd-section:has(> .dnd-column > .dnd-row #hs_cos_wrapper_) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }
</style>