/* Example Usage in CSS */
.items.accordion > li,
.items.accordion > [role=listitem] {
    padding: 10px !important; /* !important only if 10px is not enough */
}
@media screen and (min-width: 1024px) {
        .banner:has(hgroup) {
             padding-block:1lh !important; 
        }
    }