/* Hide all target sections by default; JS will reveal matching ones per post card */
.associatedServices,
.commercialFeederCattle,
.commercialReplacementFemales,
.seedstock {
    display: none !important;
}

/* When JS determines the section should be visible, it adds this class */
.msga-ltv-visible {
    display: grid !important;
}
