.fruitvolk-dagweetje {
	display: grid;
	grid-template-columns: minmax(0, 42%) minmax(0, 58%);
	gap: 48px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 56px;
	overflow: hidden;
	color: #221f1a;
	background: #dff3d4;
	border-radius: 6px;
}

.fruitvolk-dagweetje *,
.fruitvolk-dagweetje *::before,
.fruitvolk-dagweetje *::after {
	box-sizing: border-box;
}

.fruitvolk-dagweetje__beeld img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 4px;
}

.fruitvolk-dagweetje__inhoud {
	min-width: 0;
}

.fruitvolk-dagweetje__label {
	margin: 0 0 12px;
	color: #2f8f4e;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fruitvolk-dagweetje h2 {
	margin: 0 0 18px;
	color: #221f1a;
	font-size: 34px;
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: 0;
}

.fruitvolk-dagweetje__tekst {
	max-width: 60ch;
	margin: 0 0 26px;
	font-size: 18px;
	line-height: 1.65;
}

.fruitvolk-dagweetje__knop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	background: #4aa39b;
	border: 2px solid #4aa39b;
	border-radius: 4px;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.fruitvolk-dagweetje__knop:hover,
.fruitvolk-dagweetje__knop:focus-visible {
	color: #ffffff;
	background: #357f78;
	border-color: #357f78;
}

.fruitvolk-dagweetje__knop:focus-visible {
	outline: 3px solid #ffb931;
	outline-offset: 3px;
}

.fruitvolk-dagweetje__bron {
	margin: 18px 0 0;
	font-size: 13px;
	line-height: 1.5;
}

.fruitvolk-dagweetje__bron a {
	color: #357f78;
}

@media (max-width: 900px) {
	.fruitvolk-dagweetje {
		gap: 32px;
		padding: 40px;
	}

	.fruitvolk-dagweetje h2 {
		font-size: 30px;
	}
}

@media (max-width: 700px) {
	.fruitvolk-dagweetje {
		grid-template-columns: minmax(0, 1fr);
		gap: 26px;
		padding: 24px;
	}

	.fruitvolk-dagweetje h2 {
		font-size: 27px;
	}

	.fruitvolk-dagweetje__tekst {
		font-size: 17px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fruitvolk-dagweetje__knop {
		transition: none;
	}
}
