[data-template="sectioned"] section { scroll-margin-top: 6rem; } [data-template="sectioned"] .section__row { margin-bottom: 1rem; } [data-template="sectioned"] main p:not(:last-child) { font-size: var(--font-size-s); margin-bottom: 1rem; } [data-template="sectioned"] main p { font-size: var(--font-size-s); } [data-template="sectioned"] main .big p { font-size: var(--font-size-m); } [data-template="sectioned"] main h2 { font-weight: bold; } [data-template="sectioned"] main h2, [data-template="sectioned"] main h3 { margin-bottom: calc(var(--padding-vertical) / 1.5); } [data-template="sectioned"] .blocks > *:not(:last-child) { margin-bottom: 1rem; } [data-template="sectioned"] main section:nth-child(odd):not(:first-child) { background-color: var(--color-brown-light); }