/* WM Tippspiel – öffentlicher Spielplan [wm_spielplan] (helles Design) */
.wmt-sched { max-width: 640px; margin: 0 auto; }
.wmt-sched-stage {
	font-size: 15px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
	color: #b45309; margin: 28px 0 6px;
}
.wmt-sched-day { font-size: 13.5px; font-weight: 800; color: #5b6b81; margin: 14px 0 6px; }
.wmt-sched-match {
	background: #ffffff; border: 1px solid #e2e8f0;
	border-radius: 14px; padding: 12px 14px; margin-bottom: 8px; color: #0f172a;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .05);
}
.wmt-sched-meta { font-size: 11.5px; color: #5b6b81; font-weight: 700; margin-bottom: 8px; }
.wmt-sched-row { display: flex; align-items: center; gap: 10px; }
.wmt-sched-team { flex: 1; display: flex; align-items: center; gap: 8px; min-width: 0; }
.wmt-sched-team.away { justify-content: flex-end; text-align: right; }
.wmt-sched-flag { font-size: 24px; line-height: 1; }
.wmt-sched-q {
	display: inline-flex; align-items: center; justify-content: center;
	width: 26px; height: 26px; border-radius: 50%; background: #eef2f9;
	color: #5b6b81; font-size: 13px; font-weight: 800; flex-shrink: 0;
}
.wmt-sched-name { font-size: 14.5px; font-weight: 800; overflow: hidden; text-overflow: ellipsis; }
.wmt-sched-name.ph { color: #5b6b81; font-weight: 600; font-size: 12px; }
.wmt-sched-score {
	font-size: 16px; font-weight: 800; background: #eef2f9; color: #0f172a;
	border-radius: 10px; padding: 6px 10px; white-space: nowrap;
}

/* ---------- Gruppentabellen [wm_tabellen] ---------- */
.wmt-standings {
	width: 100%; border-collapse: collapse; margin-bottom: 10px;
	background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .05); font-size: 13.5px;
}
.wmt-standings th {
	background: #f4f6fb; color: #5b6b81; font-size: 11px; font-weight: 800;
	text-transform: uppercase; letter-spacing: .04em;
	padding: 8px 6px; text-align: center;
}
.wmt-standings td { padding: 8px 6px; border-top: 1px solid #eef2f9; text-align: center; color: #0f172a; font-weight: 600; }
.wmt-standings th.team, .wmt-standings td.team { text-align: left; padding-left: 10px; }
.wmt-standings td.team { font-weight: 800; white-space: nowrap; }
.wmt-standings .pos { width: 28px; color: #5b6b81; }
.wmt-standings td.pts { font-weight: 800; color: #15803d; }
.wmt-standings tr.qualified td.pos { color: #15803d; font-weight: 800; }
.wmt-standings tr.qualified td:first-child { box-shadow: inset 3px 0 0 #22c55e; }
.wmt-tables-note { font-size: 12.5px; color: #5b6b81; margin-top: 12px; }
.wmt-tables-hint { font-size: 13px; color: #5b6b81; margin: 14px 0 4px; }

/* ---------- Klick-Panels: Spiele je Gruppe / Land ---------- */
.wmt-tbl-group-head { cursor: pointer; -webkit-tap-highlight-color: transparent; }
.wmt-tbl-arrow { font-size: 12px; color: #94a3b8; }
.wmt-tbl-team { cursor: pointer; }
.wmt-tbl-team:hover td { background: #f4f9f6; }
.wmt-tbl-panel {
	background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 14px;
	padding: 12px 14px; margin: -2px 0 14px;
}
.wmt-tbl-panel-title { font-size: 13px; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.wmt-tbl-match {
	display: flex; align-items: center; gap: 8px 12px; flex-wrap: wrap;
	background: #fff; border: 1px solid #e2e8f0; border-radius: 10px;
	padding: 9px 12px; margin-bottom: 6px; font-size: 13.5px; color: #0f172a;
}
.wmt-tbl-match .pair { flex: 1; min-width: 0; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-weight: 700; }
.wmt-tbl-match .pair .t { white-space: nowrap; }
.wmt-tbl-match .vs { color: #94a3b8; }
.wmt-tbl-match .res { font-weight: 800; white-space: nowrap; color: #5b6b81; }
.wmt-tbl-match .res.played { background: #eef2f9; border-radius: 8px; padding: 3px 9px; color: #0f172a; }
.wmt-tbl-match .res.played small { color: #b45309; font-weight: 800; }
.wmt-tbl-match .meta { width: 100%; font-size: 11.5px; color: #94a3b8; font-weight: 600; }
