/**
 * @file
 * Layout builder page styles.
 */
:root {
  --body-bg-color: white;
}

#main-wrapper {
  overflow-x: hidden;
}

#block-bc-page-title {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #block-bc-page-title {
    margin-bottom: 3rem;
  }
}

.main.container {
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
