/* zh (chineselaw) header nav fix — additive, does not touch Oxygen builder JSON.
 * Root cause: header template post 56's compiled per-post CSS is missing the
 * custom-range override rule that the EN source (portnershurepa post header,
 * same #div_block-210-1070 wrapper id, fresh-clone identical Oxygen IDs) has.
 * Base rule present on BOTH sites: @media (max-width:1681px){ #div_block-210-1070{display:none} }
 * EN also has this override (missing on zh, added here verbatim):
 */
@media (min-width: 1400px) and (max-width: 1681px) {
  #div_block-210-1070 { display: flex !important; }
}
