fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}

fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group > * {
  grid-column-end: auto !important;
}

fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group > .clr,
fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group > .subpal {
  grid-column-start: auto !important;
}

fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group > .tl_widget,
fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group > .widget {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
}

/* Erstes Feld, z. B. Überschrift Zutaten, volle Breite */
fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group > .widget:first-child,
fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group > .tl_widget:first-child {
  grid-column: 1 / -1 !important;
}

@media (max-width: 767.98px) {
  fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group {
    grid-template-columns: 1fr !important;
  }

  fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group > .widget:first-child,
  fieldset[id^="pal_zutaten-block-"][id$="_legend"] .widget-group > .tl_widget:first-child {
    grid-column: auto !important;
  }
}