/**
 * Container Width Fix
 * Ensures consistent container widths across different pages
 *
 * SUPERSEDED 2026-08-22: these rules were dead code — mobile-responsive-fixes.css
 * sets ".container { max-width: 1380px !important; width: 100%; ... }" unconditionally,
 * and !important always wins over the non-important rules that used to live here,
 * on every screen size. Left as an empty stylesheet rather than removing the
 * <link> from base.html, to keep this change minimal. See mobile-responsive-fixes.css
 * section 1 for the actual container-width logic.
 */
