.bend-sidebar {
	border: 1px solid var(--wp--preset--color--border-subtle);
	border-radius: var(--wp--custom--bend--radius--large);
}

.bend-sidebar :where(ul) {
	padding-inline-start: 1.15rem;
}

.bend-sidebar :where(li + li) {
	margin-block-start: var(--wp--preset--spacing--xs);
}

@media (min-width: 782px) {
	.bend-layout-with-sidebar--left .bend-sidebar-columns {
		flex-direction: row-reverse;
	}

	.bend-site-sidebar {
		position: sticky;
		top: calc(var(--wp--custom--bend--header--height, 4rem) + var(--wp--preset--spacing--m));
	}
}

@media (forced-colors: active) {

	.bend-sidebar {
		border-color: CanvasText;
	}
}
