.POST {
	/* max-width: 690rem; */
	/* margin: 0 auto; */
}

.POST .meta {
	margin-bottom: 40rem;
}

.POST .image,
.POST p > img {
	margin: 40rem 0;
	border-radius: 10rem;
	width: 100%;
}

.POST .content { margin-bottom: 40rem; }

.POST .content > p { margin: 1.15em 0; }
.POST :where(.content) > :where(ul, ol) { padding: 0 0 0 2.5em; }

@media screen and (max-width: 960px) {
	.POST .content > p { margin: 0.75em 0; }
	.POST :where(.content) > :where(ul, ol) { padding: 0 0 0 1.75em; }
}


.POST .container {
	gap: 40rem;
	display: flex;
}
.POST .inner { width: min(var(--col-9), 100%) }



/* SUMMARY */

.POST .featured-image {
	width: 100%;
	height: auto;
}

.POST .featured-image > .image { margin: 0; }

.POST .featured-image {
	width: 100%;
	height: auto;
}



/* HEADING */

.POST .heading {
	margin: 40rem 0;
}

.POST .heading > * {
	margin: 0;
}

.POST .heading h2 {
	margin: 10rem 0;
}



/* AUTHORS */

.POST .authors { margin: 40rem 0; }
.POST .authors ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 90rem;
}

.POST .author .avatar {
	position: relative;
	width: 104rem;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 100%;
}

.POST .author .avatar::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(315deg, #2B81D2 0%, rgba(43, 129, 210, 0.00) 49.81%);
}

@media screen and (max-width: 960px) {
	.POST .authors ul { gap: 20rem; }
	.POST .authors ul > li { width: calc(50% - 10rem); }
	.POST .authors .author { margin: 0 auto; }
}



/* MAIN CONTENT */

.POST .content {}



/* STICKY SCROLL */

.POST .sticky-wrapper {
	width: min(300rem, 100%);
	margin: calc((20rem + var(--page-head-height-compressed)) * -1) 0 0;
}

.POST .sticky {	
	padding: calc(20rem + var(--page-head-height-compressed)) 0 0 20rem;
	align-self: flex-start;
	position: sticky;
	right: 0;
	top: 0;
	margin: 0 0 0 auto;
}
.POST .sticky::before {
	content: '';
	position: absolute;
	left: 0;
	width: 2rem;
	height: calc(100% - (20rem + var(--page-head-height-compressed)));
	background-color: var(--light-blue);
}

.POST .sticky .content > h4 { margin: 0 0 5rem; }
.POST .sticky .content > h4 + p { margin: 0; }

.POST .sticky .form_wrapper { margin: 20rem 0 0 0; }

.POST .sticky .social { margin: 40rem 0 0; }
.POST .sticky .social .social-header { margin: 0 0 20rem; }
.POST .sticky .social .social-icons a { color: var(--black); display: flex; align-items: center; justify-content: center;}
.POST .sticky .social .social-icons a:hover { color: var(--light-blue); }
.POST .sticky .social .social-icons a::after { display: none; }

.POST .gform_footer { margin: 20rem 0 0 0; }

@media screen and (max-width: 960px) {
	.POST .sticky-wrapper { display: none; }
}
