/* =====================================================================
   CATEGORY EXTRAS — only loaded on /category/*.html pages.
   Limits the "Mumbai Escort Category List" h_s9 card grid to 2 rows,
   matching the behaviour on profile and location pages.
   ===================================================================== */
html body section.h_s9 .patent-sec:nth-child(n+11) { display: none !important; }

@media (max-width: 1200px) {
    html body section.h_s9 .patent-sec:nth-child(n+9) { display: none !important; }
}
@media (max-width: 820px) {
    html body section.h_s9 .patent-sec:nth-child(n+7) { display: none !important; }
}
@media (max-width: 560px) {
    html body section.h_s9 .patent-sec:nth-child(n+5) { display: none !important; }
}
