Toggle to control all entities in Horizontal Stack card?

kitchen

type: horizontal-stack
cards:
  - type: entities
    entities:
      - entity: light.kitchen_ambiant_1_2
      - entity: light.kitchen_ambiant_4_2
      - entity: light.kitchen_ambiant_3_2
      - entity: light.kitchen_ambiant_2_2
      - entity: light.hue_ambiance_spot_1
      - entity: light.top_landing_2_2
      - entity: light.bathroom_light_2_2
    state_color: true
    show_header_toggle: true
    title: Kitchen Lights
  - type: entities
    entities:
      - entity: light.dimmable_light_2_2
      - entity: light.bathroom_light_1_2
      - entity: light.dimmable_light_3_2
      - entity: light.landing_dimmable_4_2
      - entity: light.dimmable_light_1_2
      - entity: light.landing_dimmable_3_2
      - entity: light.landing_dimmable_1_2
    state_color: true
    show_header_toggle: false

Currently added all my kitchen lights like the image above - However the main toggle only controls the 7 lights in the first grid.

Is there anyway I could get the main toggle to comtrol all 14 lights?