.form_sidebar-layout .content-col {
	padding: max(1.5rem, calc(3 * var(--su)));
	background: #ffffff;
	height: 100%;
}
.flex-content[data-color_mode="white"] .form_sidebar-layout {
	background-color: var(--ivory);
}
.form_sidebar-layout .sidebar-col {
    position: sticky; top: 0; align-self: start;
}
.form_sidebar-layout.sidebar-position-right .sidebar-col {
	order: 2;
}
.form_sidebar-layout .sidebar-col .flex-repeater > .flex-content:first-child > .flex-layout:first-child {
	margin-top: 0;
}
.form_sidebar-layout .sidebar-col .flex-repeater > .flex-content:last-child > .flex-layout:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 767px) {
	.form_sidebar-layout .pk-grid-container {
		row-gap: 3rem;
	}
}