/* Breathing room between the product grid and the result/pagination bar. */
@media (min-width: 641px) {
    html body:not(.admin) section.all-products-page.rr-products-filter-sidebar-v1 .rr-products-listing-main > .rr-products-live-results {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    html body:not(.admin) section.all-products-page.rr-products-filter-sidebar-v1 .rr-products-listing-main > .rr-products-live-results > .all-products-meta,
    html body:not(.admin) main .all-products-page .rr-products-live-results > .all-products-meta {
        margin-top: 22px !important;
    }
}

@media (max-width: 640px) {
    html body:not(.admin) section.all-products-page.rr-products-filter-sidebar-v1 .rr-products-listing-main > .rr-products-live-results > .all-products-meta {
        margin-top: 16px !important;
    }
}
