/* Database CMS templates supply their own responsive container widths. Bootstrap
   5's additional max-width otherwise clips the legacy theme's wider layout. */
.page-home .container,
.page-cms .site-shell-main--full .container {
  max-width: none;
}
