/* 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: 1170px; }

