/*
 * @file
 * Provides the layout styles for landing page template.
 */

.layout--landing-page-template-default {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;

  .layout__region--top {
    order: 1;
  }

  .layout__region--main-bottom {
    position: relative;
    order: 3;
  }

  .layout__region--bottom {
    order: 5;
  }

  .layout__region>.block {
    margin-bottom: 2rem;
  }
}
