/* Loaded only by widgets.html. Widens the chromeservice layout's Bootstrap*/
/* .container around the UnCAF search-widget mount so the widget gets the*/
/* horizontal space its results grid needs. The Beagle path widens the same*/
/* container imperatively from its own bundle, so no rule is needed for it*/
/* here.*/
.content > .container:has(.awsmp-uncaf-widget-mount) {
  max-width: 1288px; }
  @media (min-width: 1200px) {
    .content > .container:has(.awsmp-uncaf-widget-mount) {
      width: 1288px !important; } }

