@layer page { main > section > p:not(:last-child) { margin-bottom: var(--body-item-spacing); } p:has(img#me) { display: inline; grid-column: unset; margin-bottom: 0; } img#me { margin: 0; shape-outside: circle(55%); width: min(200px, 25%); } }