/*---------------------------------------------------------------------------*\
	#Boxed-Content-Sidebar
\*---------------------------------------------------------------------------*/

.pumacy--boxed-content-sidebar__sticky {
	background: var(--wp--preset--color--white);
	border-radius: var(--wp--preset--spacing--x-small);
	box-shadow: var(--wp--preset--shadow--medium);
	padding: var(--wp--preset--spacing--small);

	/* Todo: Header height + gap */
	position: sticky;
	top: 152px;
}

.pumacy--boxed-content-sidebar__sticky > :where(*) {
	margin-block: var(--wp--preset--spacing--small);
}

.pumacy--boxed-content-sidebar__sticky > :where(:first-child) {
	margin-block: 0;
}

.pumacy--boxed-content-sidebar__sticky > :where(:last-child) {
	margin-block: 0;
}