/* =====================================================================
   LOCATION EXTRAS — only loaded on /locations/*.html pages.
   Currently limits the "Mumbai Call Girls" profile card list to 2 rows.
   ===================================================================== */
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; }
}
