@media (max-width: 767px) {
	.sleepwoordenblok .sleepwoord {
		background-color: rgba(241, 250, 255, 1);
		color: rgba(86, 153, 184, 1);
		font-size: 14px;
		line-height: 17px;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	}

	.sleepwoordenblok {
		max-width: 100%;
	}

	.invulvragen {
		padding-left: 17px;
	}

	.invuldrop {
		border: 1px dashed rgba(130, 130, 130, 1) !important;
		background-color: rgba(142, 142, 142, 0.15) !important;
		width: 79px;
		height: 52px !important;
	}

	.invuldrop.correct {
		background: rgba(70, 193, 66, 0.15) !important;
		border: 2px solid rgba(70, 193, 66, 1) !important;
		color: rgba(130, 130, 130, 1) !important;
	}

	.invuldrop.fout {
		background: rgba(226, 74, 64, 0.15) !important;
		border: 1px solid rgba(226, 74, 64, 1) !important;
	}

	.invuldrop.fout ~ .try_again {
		position: absolute;
		margin-left: 0;
		transform: translate(-72px, 17px);
		font-size: 14px;
		line-height: 17px;
		color: rgba(226, 74, 64, 1);
		background: #fce5e3 !important;
		font-weight: normal !important;
	}

	.sleepwoorden + .invulvragen li {
		display: none;
	}

	.sleepwoorden + .invulvragen li:nth-child(-n+5) {
		display: list-item;
	}

	.results {
		color: rgba(130, 130, 130, 1);
		font-size: 16px;
		line-height: 19px;
		position: relative;
		margin-bottom: 22px;
		display: flex;
		gap: 11px;
		align-items: center;
	}

	.results:after {
		content: '';
		display: block;
		height: 2px;
		background-color: #5699B8;
		flex-grow: 1;
	}

	ol.invulvragen.correct_ones {
		margin-top: 0;
	}

	.correct_ones p:after {
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url(../images/check-square.svg);
		margin-left: 10px;
		position: relative;
		top: 2px;
	}

	.eindtoets .drag_to_sentences_results {
		display: none;
	}
}
