/* Shared native WordPress page layout. */
.cms-page__content{background:var(--surface-base)}
.cms-page__featured-image{aspect-ratio:16/9;margin:0 0 clamp(2rem,4vw,4rem);overflow:hidden}
.cms-page__featured-image img{display:block;height:100%;object-fit:cover;width:100%}
.cms-page .entry-content{max-width:var(--shell,72rem)}
.cms-page .entry-content>:first-child{margin-top:0}
.cms-page .entry-content>:last-child{margin-bottom:0}
.cms-page .entry-content img{height:auto;max-width:100%}
