
/**
 * @file
 * Region default layout.
 */

 .region > *:where(:not([data-big-pipe-placeholder-id])) {
  margin-block-end: 0.5rem;
}

@media (min-width: 43.75rem) {
  .region > *:where(:not([data-big-pipe-placeholder-id])) {
    margin-block-end: 1rem;
  }
}

@media (min-width: 62.5rem) {
  .region > *:where(:not([data-big-pipe-placeholder-id])) {
    margin-block-end: 1rem;
  }
}
