/* TG 2026-09-07: manufacturer details with a sidebar only.
 * Width comes from the same native right_block.wide_N grid as the content.
 * Keep the title in normal flow and preserve all existing vertical spacing.
 */
@media (min-width: 992px) {
  .page-top.tg-manufacturer-heading.right_block.wide_N {
    float: none;
    margin-left: auto;
    margin-right: 0;
  }
  .side_RIGHT .page-top.tg-manufacturer-heading.right_block.wide_N {
    float: none;
    margin-left: 0;
    margin-right: auto;
  }
}
