.tt-schema {
	max-width: 900px;
	margin: 0 auto;
}

.tt-bijgewerkt {
	font-size: 0.85em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 1.5em;
}

.tt-blok {
	margin-bottom: 2.5em;
}

.tt-blok-titel {
	font-size: 1.4em;
	margin-bottom: 0.8em;
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 0.3em;
}

.tt-ondertitel {
	font-weight: 400;
	font-size: 0.7em;
	color: #777;
}

.tt-veld {
	margin-bottom: 1.2em;
	padding: 1em 1.2em;
	border: 1px dashed #ccc;
	border-radius: 4px;
}

.tt-veld-titel {
	font-size: 1.05em;
	margin-bottom: 0.4em;
	color: #333;
}

.tt-tijden-lijst {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tt-tijd-regel {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6em;
	padding: 0.25em 0;
	border-bottom: 1px dashed #eee;
}

.tt-tijd-regel:last-child {
	border-bottom: none;
}

.tt-tijd {
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	min-width: 120px;
}

.tt-groep {
	color: #333;
}

.tt-mededelingen {
	margin-top: 2em;
	font-size: 0.9em;
	color: #555;
}

.tt-mededelingen-titel {
	font-size: 1em;
	margin: 0 0 0.3em;
	color: #333;
}

.tt-mededelingen ul {
	margin: 0 0 0 1.2em;
	padding: 0;
	list-style: disc;
}

.tt-mededelingen li {
	margin: 0.15em 0;
}

.tt-bijzonderheden {
	margin-top: 1.2em;
}

.tt-adres {
	margin-top: 1.5em;
	font-size: 0.9em;
}

.tt-adres p {
	margin: 0.2em 0;
}

.tt-blok-titel {
	grid-column: 1 / -1;
}

@media (min-width: 700px) {
	.tt-blok {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 1.5em;
		align-items: start;
	}

	.tt-veld {
		margin-bottom: 0;
	}
}
