.entry-content section,
.entry-content > figure {
	z-index: 9;
	position: relative;
}

.pb-0 {
	padding-bottom: 0;
}
.pt-0 {
	padding-top: 0;
}

.gap--xxs {
	gap: 1.2rem;
}

section.pre-feed-btn + section {
	padding-top: var(--section-space-xs);
}

body a {
	text-decoration: none;
}
body p a:hover {
	color: var(--base);
	text-decoration: underline;
}

body p a {
	color: var(--action);
	text-underline-offset: 4px;
	font-weight:600;
}

body .smart-spacing * + ul {
	margin-block-end: 2.5rem;
}

body .smart-spacing ul,
body .smart-spacing ol {
	padding-inline: 3rem;
	margin-left:1rem;
}

body .smart-spacing ul li + li,
body .smart-spacing ol li + li{
margin-top:1.5rem;
}