So, I have the main class="repeating_meleeweapons", and a smaller 'summary' version of it elsewhere on the sheet, class="repeating_meleeweapons maingauchesummary". I want to display: none; the repcontrol on the summary only. Is it possible to target that specific copy of the repeating section? Some variations I have tried: .charsheet .repcontrol[data-groupname="repeating_meleeweapons"] + .maingauchesummary { .charsheet .repcontrol[data-groupname="repeating_meleeweapons maingauchesummary "] .charsheet .maingauchesummary .repcontrol[data-groupname="repeating_meleeweapons "] .charsheet .repcontrol .maingauchesummary [data-groupname="repeating_meleeweapons "] and a few others that I don't remember now.