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

.layout--onecol-overlay-section {
  position: relative;
}

.layout--onecol-overlay-section > .layout__region--first:not(.layout-builder__region) {
  position: relative;
  z-index: 0;
}

.layout--onecol-overlay-section > .layout__region--first.layout-builder__region {
  margin-bottom: 10px;
}

.layout--onecol-overlay-section > .layout__region--first.layout-builder__region .layout-builder__region-label {
  background-color: lightgray;
  display: block;
}

.layout--onecol-overlay-section > .layout__region--second:not(.layout-builder__region) {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.layout--onecol-overlay-section > .layout__region--second.layout-builder__region .layout-builder__region-label {
  background-color: lightgray;
  display: block;
}