.site-core-sticky {
	box-sizing: border-box;
}

.site-core-sticky.is-sticky {
	position: fixed !important;
	top: var(--site-core-sticky-top, 0px) !important;
	left: var(--site-core-sticky-left, auto) !important;
	width: var(--site-core-sticky-width, auto) !important;
	z-index: var(--site-core-sticky-z, 10) !important;
	box-sizing: border-box;
}

.site-core-sticky-placeholder {
	display: flow-root;
	width: 100%;
	position: relative;
}
