.inner {
  width: calc(100% - var(--space-small) * 2);
  max-width: var(--max-width);
  margin: 0 auto;
}
