/* Dedicated CSS hook for the map page (`/map`, `/ar/map`).
 * Keep map-only extensions here to avoid bloating shared catalog styles.
 */

.wrap.is-map-mode .catalog-layout.is-map-page {
    contain: layout paint;
}

