/* MOVEZE Tolkosten Calculator — licht, hoog contrast */
.mtol { max-width: 1000px; margin: 0 auto; padding: 32px 20px;
	background: #ffffff !important; color: #143A4A !important; border-radius: 20px; }
.mtol h2 { color: #143A4A !important; font-size: 24px; margin: 0 0 8px; }
.mtol h3 { color: #143A4A !important; font-size: 17px; margin: 28px 0 12px; }
.mtol__intro { color: #143A4A !important; font-size: 15px; max-width: 640px; }

.mtol__klasse { margin: 20px 0; font-size: 14px; color: #143A4A !important; }
.mtol__klasse select { margin-left: 10px; padding: 9px 12px; border: 1px solid #DCEAF1;
	border-radius: 8px; background: #ffffff !important; color: #143A4A !important; font-size: 14px; }

.mtol__invoer { width: 100%; border-collapse: collapse; font-size: 14px; }
.mtol__invoer th { text-align: left; padding: 8px 10px; font-size: 12px; text-transform: uppercase;
	letter-spacing: .05em; color: #6F9DB8 !important; border-bottom: 1px solid #DCEAF1; }
.mtol__invoer td { padding: 8px 10px; border-bottom: 1px solid #DCEAF1; color: #143A4A !important; }
.mtol__stelsel { color: #6F9DB8 !important; font-size: 13px; }
.mtol__invoer input { width: 120px; padding: 8px 10px; border: 1px solid #DCEAF1; border-radius: 8px;
	background: #ffffff !important; color: #143A4A !important; font-size: 14px; text-align: right; }

.mtol__totaal { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px; margin: 28px 0 12px; }
.mtol__kpi { background: #F7F9F8; border-radius: 12px; padding: 16px 18px; }
.mtol__kpi span { display: block; font-size: 12px; color: #6F9DB8 !important; margin-bottom: 4px; }
.mtol__kpi strong { font-size: 22px; color: #143A4A !important; font-variant-numeric: tabular-nums; }
.mtol__kpi--groen { background: #DCEAF1; }
.mtol__kpi--groen strong { color: #3F8F83 !important; }

.mtol__perkm { font-size: 13px; color: #143A4A !important; }

.mtol__land { margin-bottom: 18px; }
.mtol__land-kop { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 5px; }
.mtol__land-kop strong { color: #143A4A !important; font-size: 15px; }
.mtol__land-pct { font-size: 13px; font-weight: 600; color: #3F8F83 !important; }
.mtol__land-bar-track { background: #F7F9F8; border-radius: 6px; height: 10px; overflow: hidden; }
.mtol__land-bar { background: #F2C94C; height: 100%; border-radius: 6px;
	transition: width .45s cubic-bezier(.4,0,.2,1); }
.mtol__land-detail { font-size: 13px; color: #143A4A !important; margin-top: 6px; line-height: 1.5; }
.mtol__land-detail strong { color: #143A4A !important; }

.mtol__inzicht { background: #F7F9F8; border-radius: 12px; padding: 16px 18px;
	font-size: 14px; color: #143A4A !important; }
.mtol__inzicht strong { color: #143A4A !important; }
.mtol__leeg { color: #6F9DB8 !important; font-style: italic; }
.mtol__bron { font-size: 12px; color: #6F9DB8 !important; margin-top: 22px; }
.mtol__cta { display: inline-block; margin-top: 14px; padding: 12px 22px; background: #143A4A;
	color: #ffffff !important; border-radius: 10px; font-weight: 600; text-decoration: none; font-size: 14px; }

@media (max-width: 600px) {
	.mtol__invoer .mtol__stelsel { display: none; }
	.mtol__invoer input { width: 100px; }
}
