/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Description: Child theme for Kadence. Dev workspace for wp-inview docs site.
Author: Social Factory
Template: kadence
Version: 0.1.0
Text Domain: kadence-child
*/

/* Tu możesz wrzucać minimalne nadpisania, ale lepiej trzymać własne CSS w /assets i enqueue w functions.php */

:root {
	--scrollbar-offset: 125px !important;
}

html {
	scroll-margin-top: 80px; /* wysokość headera */
}

.sticky-sidebar .primary-sidebar {
	position: sticky;
	top: 64px; /* dopasuj do wysokości headera */
	align-self: flex-start;
}
@media (max-width: 1024px) {
	.sticky-sidebar .primary-sidebar {
		position: static;
	}
}
