.impressie_verticaal-layout {
    padding: max(1.5rem, 2 * calc(var(--su)));
    background-color: #ffffff;
	font-size: var(--desktop-body-sm);
}

.flex-content[data-color_mode="white"] .impressie_verticaal-layout {
    background-color: var(--foam);
}

.impressie_verticaal-layout .impressie:not(:last-child) {
    border-bottom: 1px solid var(--deep-pine-40);
    padding-bottom: max(1.5rem, calc(1.5 * var(--su)));
}
.impressie_verticaal-layout .impressie:not(:first-child) {
    padding-top: max(1.5rem, calc(1.5 * var(--su)));
}

.impressie_verticaal-layout .kennis-label {
	margin-bottom: 2em;
}
.flex-content[data-color_mode="white"] .impressie_verticaal-layout .kennis-label {
	background-color: #ffffff;
}

.impressie_verticaal-layout .impressie-title {
	margin-bottom: 0.666em;
}