/* ============================================
   Page Section block
   ============================================ */

:root .page-section {
	margin-block-end: 3rem;
	scroll-margin-top: calc(var(--ugamainnav-height-sticky, 60px) + 2rem);
}

:root .page-section:not(:last-child) {
	padding-block-end: 3rem;
	border-block-end: 1px solid color-mix(in srgb, var(--wp--preset--color--arch-black) 10%, transparent);
}

/* :root .page-section:last-child {
	margin-block-end: 3rem;
} */

/* .page-section__title {
	margin-top: 0;
} */

.page-section__content img {
	max-width: 100%;
	height: auto;
}

:root .page-section__title,
:root .page-section__content > * {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* The title (when present) is always the section's first child; otherwise
   the content wrapper's first child is. Only one of these can match. */
:root .page-section > .page-section__title:first-child,
:root .page-section > .page-section__content:first-child > *:first-child {
	margin-top: 0;
}

:root .page-section__content > *:last-child {
	margin-bottom: 0;
}