.main {
  $block: #{&};

  @include flex(row, nowrap, null, null, center);

  padding: $whitespace-6 $whitespace-10;

  &--no-padding {
    padding: 0;
  }

  &__wrapper {
    @include flex(column, nowrap, $whitespace-8);

    flex: 1;
    max-inline-size: 192rem;
  }
}
