/* Avoid stacked margins and padding around the end of an article. */
.re-essay-page .re-essay-body>:last-child{margin-bottom:0}
.re-essay-page .re-essay-related{margin-top:var(--mfr-post-end-gap,40px);padding-top:0;border-top:0}
.re-essay-page .re-essay-related .re-writing-intro{margin-top:0;margin-bottom:20px;padding-top:0}
.re-essay-page .re-essay-related .re-writing-intro h2{margin-top:0;margin-bottom:0}
@media(max-width:767px){
 .re-essay-page .re-essay-related{margin-top:var(--mfr-post-end-gap-phone,32px)}
}

/* The author appears once, in the top byline. Featured image frame is 16:9. */
.re-essay-page .mfr-author-inline{display:inline-flex;align-items:center;gap:7px;vertical-align:middle}
.re-essay-page .mfr-author-icon{width:22px;height:22px;flex:none;stroke-linecap:round;stroke-linejoin:round}
.re-essay-page .re-essay-figure .re-essay-photo{display:block;width:100%;height:auto;max-height:none;aspect-ratio:16/9;object-fit:var(--mfr-post-image-fit,cover);object-position:center}
