.lestijden-wrapper {
	width: 100%;
	font-family: inherit;
	color: var(--e-global-color-587254d);
    font-family: var(--e-global-typography-d050fdd-font-family), Sans-serif;
    font-size: var(--e-global-typography-d050fdd-font-size);
    line-height: var(--e-global-typography-d050fdd-line-height);
}

.lestijden-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--24);
	margin-bottom: var(--16);
}

.lestijden-heading {
    font-weight: bold;
}

.lestijden-list {
	display: flex;
	flex-direction: column;
	gap: var(--24);
}

.lestijden-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--24);;
	align-items: center;
	padding: 1em 1.125em;
	background: var(--e-global-color-f073d71);
	border-radius: 16px;
}

.lestijden-row.is-pauze {
	background: var(--e-global-color-df4102a);
	border: 2px solid var(--e-global-color-f073d71)
}

.lestijden-tijd {
	display: flex;
	align-items: center;
	gap: var(--12);
}

@media (max-width: 767px) {
	.lestijden-wrapper {
		font-size: 14px;
	}
}