How to hide a section when a Looper Provider doesn't have a result from ACF Repeater field

I have a section titled “Questions - Accordion” in Cornerstone, which contains a looper that is getting it’s information from an ACF repeater field (accordion_items). Within the accordion_items group, I have a field titled “title” and “content”. The looper is creating an accordion item for each repeating field.

The looper provider is on the row. {{dc:acf:post_field field=“accordion_items”}}
The looper consumer is on the accordion item

I have tried placing the following conditions on the section “Questions Accordion” and it doesn’t hide it when there are no results:
{{dc:looper:item}} > 0
{{dc:query:found_posts}} > 0
{{dc:acf:post_field field=“accordion_items”}} is not
{{dc:acf:post_field field=“accordion_items_content”}} is not
{{dc:looper:field key=“title”}} is not
{{dc:looper:field key=“field_69971ba174dfe”}} is not

Can you please provide some guidance and/or help me figure out what I am failing to do? I would greatly appreciate it.

Screenshot 2026-04-01 at 12.40.28 PM