.behandeling-layout {
	display: flex; flex-direction: column; justify-content: space-between; gap: 1rem;
	background: var(--zgem-flex-lightest-pink); border-radius: var(--zgem-radius-mid);
	padding: 2rem 1.5rem;
}