/* MHL Ausfahrtenplaner – Admin-Styles */

.mhl-meta-table th { width: 220px; }

.mhl-repeater__rows { margin-bottom: 8px; }

.mhl-repeater__row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	padding: 6px 8px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 3px;
}

.mhl-repeater__row--fee { flex-wrap: wrap; }

.mhl-tour-manual-food__row span { min-width: 70px; font-weight: 600; }

.mhl-repeater__remove {
	color: #b32d2e;
	text-decoration: none;
	font-weight: bold;
	margin-left: auto;
}

.mhl-tour-admin .nav-tab-wrapper { margin-bottom: 16px; }

.mhl-tour-version {
	font-size: 12px;
	color: #646970;
	font-weight: normal;
	vertical-align: middle;
}

.mhl-tour-stat-cards {
	display: flex;
	gap: 16px;
	margin: 20px 0;
}

.mhl-tour-stat-card {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 16px 24px;
	min-width: 140px;
	text-align: center;
}

.mhl-tour-stat-card__num {
	display: block;
	font-size: 28px;
	font-weight: 600;
	color: #1d3b2f;
}
