/*
 * @file
 * Provides the layout styles for one-column layout section.
 */

.layout--cc--onecol-section {
  display: flex;
  flex-wrap: wrap;
}

.layout--cc--onecol-section > .layout__region {
  flex: 0 1 100%;
}
