/*
 * Responsibility: miasto route shell, sidebar column behavior, shared article
 * shell fragments reused inside the city page, and lazy YouTube player chrome.
 * Does not cover: shared listing cards, map vendor styles, or city-only card grids.
 */

/* !important retained: route shell needs a hard overflow reset against global
   body/layout rules loaded outside the extracted bundle. */
body.miasto-route {
    background: #fff;
    overflow-x: hidden !important;
}
