/* 2026-08-04 v1.4
 * - Keeps the content gap aligned with the readable desktop navigation width.
 *
 * 2026-08-04 v1.3
 * - Adds a small gap between the fixed navigation and the full-width content area.
 *
 * 2026-08-04 v1.2
 * - Removes legacy nested desktop offsets and reserves only the fixed navigation width.
 * - Lets table wrappers use the full width available beside the navigation.
 *
 * 2026-06-17 v1.1
 * - Increased desktop left padding for content blocks and table wrappers.
 */
body:has(.ledenportaal-nav) main {
	box-sizing:border-box;
	margin-left:calc(var(--spacing-2xl,60px) + var(--spacing-3xl,90px) + var(--spacing-lg,20px) + var(--spacing-xl,30px) + var(--spacing-xl,30px));
	padding-left:0;
}


/* Logisch eerste kolom (op basis van rowspan/colspan) */
/*table.js-table-annotated td[is-first="1"],
table.js-table-annotated th[is-first="1"]{ 
	background-color: beige;
}
*/
/* Visueel eerste kolom (offset-check) */
/*table.js-table-annotated td[visual-is-first="1"],
table.js-table-annotated th[visual-is-first="1"]{ 
	background-color: blue;
}
*/
/* Jouw doel: alleen rowspan-starters in kolom 1 */
/*table.js-table-annotated td[is-rowspan-start="1"][is-first="1"],
table.js-table-annotated th[is-rowspan-start="1"][is-first="1"]{
background-color: blueviolet;
}*/
