/**
  * @file
  * Featured bottom regions spacing.
  **/

/** Creates consistent padding and supports half-width columns of views on the homepage **/
.region--featured-bottom-second,
.region--featured-bottom-third {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4%;
}

:is(
    .region--featured-bottom-first,
    .region--featured-bottom-second,
    .region--featured-bottom-third
  )
  > .block-region {
  width: 100%;
}
