/*
 * @file
 * Provides the layout styles for layout_onecol.
 */
.flayout--onecol .layout__region {
  width: 100%;
  --grid-span:unset;
}
