/* Control your vertical spacing here within the list */
.tightList.bde-loop, 
.tightList .bde-loop,
.tightList .bde-loop-grid {
    /* Change the first number (e.g., 6px) to adjust the vertical space between items */
    gap: 12px 0px !important; 
}

/* Keep the wrappers flat so they don't break your gap changes */
.tightList .bde-loop-item,
.tightList .bde-dynamic-repeater-item,
.tightList article[class*="bde-"],
.tightList div[class*="global-block"] {
    margin: 0px !important;
    padding: 0px !important;
    height: auto !important;
    min-height: 0px !important;
}
