.ms-v-hokeji-2026-wrap,
.ms-standings-wrap,
.ms-next-matches-wrap,
.ms-match-browser-wrap {
	width: 100%;
	box-sizing: border-box;
}

section:where(:not(.bricks-shape-divider)):has(.ms-next-matches-wrap),
section:where(:not(.bricks-shape-divider)):has(.ms-match-browser-wrap) {
	--container-gap: 1rem;
}

.ms-v-hokeji-2026-wrap,
.ms-next-matches-wrap,
.ms-match-browser-wrap {
	display: flex;
	justify-content: center;
}

.ms-next-matches,
.ms-match-browser,
.ms-standings {
	display: block;
	align-items: stretch;
	gap: 0;
}

.ms-next-matches > .ms-next-matches__body {
	display: grid !important;
}

.ms-match-browser > .ms-match-browser__filters {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
}

.ms-match-browser .ms-match-browser__grid {
	display: grid !important;
}

.ms-match-browser .ms-match-browser__empty-state,
.ms-standings > .ms-standings__table-shell {
	display: block !important;
}

.ms-match-browser .ms-match-browser__grid[hidden],
.ms-match-browser .ms-match-browser__empty-state[hidden] {
	display: none !important;
}

.ms-v-hokeji-2026-wrap {
	padding: 12px;
}

.ms-next-matches-wrap {
	padding: 12px;
}

.ms-match-browser-wrap {
	display: block;
	padding: 12px;
	container-type: inline-size;
}

.ms-v-hokeji-2026 {
	width: min(100%, 332px);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 54px rgba(21, 35, 63, 0.14);
	overflow: hidden;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ms-v-hokeji-2026--empty,
.ms-standings--empty,
.ms-next-matches--empty {
	padding: 24px 20px;
	color: #24324a;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 18px 54px rgba(21, 35, 63, 0.08);
}

.ms-v-hokeji-2026__head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px 24px 22px;
	background: linear-gradient(180deg, #bf3429 0%, #b83027 100%);
}

.ms-v-hokeji-2026__head-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 24px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.16);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ms-v-hokeji-2026__head-flag span {
	font-size: 16px;
	line-height: 1;
	transform: translateY(-1px);
}

.ms-v-hokeji-2026__head-copy h3 {
	margin: 0;
	color: #ffffff;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.ms-v-hokeji-2026__head-copy p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.ms-v-hokeji-2026__body {
	padding: 20px 18px 22px;
	background: #ffffff;
}

.ms-v-hokeji-2026__row {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr) 50px;
	align-items: center;
	column-gap: 14px;
	padding: 12px 0;
}

.ms-v-hokeji-2026__team {
	display: grid;
	justify-items: center;
	row-gap: 7px;
}

.ms-v-hokeji-2026__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 21px;
	font-size: 20px;
	line-height: 1;
}

.ms-v-hokeji-2026__code {
	color: #657083;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
}

.ms-v-hokeji-2026__center {
	display: grid;
	justify-items: center;
	align-items: center;
	row-gap: 6px;
	text-align: center;
}

.ms-v-hokeji-2026__score {
	color: #1f2937;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.04em;
}

.ms-v-hokeji-2026__time-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	min-height: 34px;
	padding: 0 18px;
	border-radius: 999px;
	background: #f2f4f8;
	color: #394255;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
}

.ms-v-hokeji-2026__date {
	color: #a2acbc;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
}

.ms-next-matches-wrap {
	container-type: inline-size;
}

.ms-next-matches {
	width: 100%;
	max-width: none;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 54px rgba(21, 35, 63, 0.14);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ms-next-matches__header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 20px 24px 8px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.ms-next-matches__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #ff4b4b;
	flex: 0 0 auto;
}

.ms-next-matches__icon svg {
	width: 22px;
	height: 22px;
}

.ms-next-matches__header h3 {
	margin: 0;
	color: #263247;
	font-size: clamp(21px, 5.7cqw, 23px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.ms-next-matches__body {
	display: grid;
	row-gap: 0;
	padding: 8px 18px 22px;
}

.ms-next-matches__row {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	align-items: center;
	column-gap: 14px;
	padding: 12px 0;
}

.ms-next-matches__schedule {
	display: grid;
	justify-items: start;
	row-gap: 3px;
}

.ms-next-matches__date {
	color: #97a1b2;
	font-size: clamp(14px, 3.8cqw, 15px);
	font-weight: 700;
	line-height: 1.2;
}

.ms-next-matches__time {
	color: #ff2f2f;
	font-size: clamp(20px, 5.4cqw, 22px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
}

.ms-next-matches__content {
	display: grid;
	row-gap: 5px;
	min-width: 0;
}

.ms-next-matches__duel {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	color: #1f2937;
	font-size: clamp(20px, 5.3cqw, 22px);
	font-weight: 900;
	line-height: 1;
}

.ms-next-matches__duel-team {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	font-size: 1em;
	line-height: 1;
}

.ms-next-matches__duel-vs {
	color: #0f172a;
	font-size: 0.95em;
	font-weight: 900;
	letter-spacing: -0.04em;
	text-transform: lowercase;
}

.ms-next-matches__stage {
	color: #9aa3b2;
	font-size: clamp(15px, 4cqw, 16px);
	font-weight: 700;
	line-height: 1.2;
}

.ms-match-browser {
	width: 100%;
	max-width: none;
	flex: 1 1 100%;
	margin: 0 auto;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ms-match-browser--empty {
	width: 100%;
	padding: 24px 20px;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 54px rgba(21, 35, 63, 0.08);
	color: #24324a;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

.ms-match-browser__filters {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	width: fit-content;
	max-width: 100%;
	gap: 0.75rem;
	margin-bottom: 1rem;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
}

.ms-match-browser__filter {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 15px;
	border: 1px solid #dfe6ef;
	border-radius: 999px;
	background: #ffffff;
	color: #4b5565;
	font-size: clamp(13px, 1.6cqw, 15px);
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.ms-match-browser__filter:hover,
.ms-match-browser__filter.is-active {
	background: linear-gradient(180deg, #ea4a34 0%, #d63a27 100%);
	border-color: transparent;
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(214, 58, 39, 0.24);
	transform: translateY(-1px);
}

.ms-match-browser__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 0.75rem 1rem;
	margin-bottom: 1rem;
}

.ms-match-browser__title {
	margin: 0;
	color: #1f2937;
	font-size: clamp(21px, 2.4cqw, 25px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.ms-match-browser__count {
	justify-self: end;
	color: #a0a9b8;
	font-size: clamp(13px, 1.4cqw, 15px);
	font-weight: 700;
}

.ms-match-browser__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	margin: 6px 0 0;
	padding: 0;
	box-sizing: border-box;
}

.ms-match-browser__day {
	width: 100%;
	box-sizing: border-box;
}

.ms-match-browser__day-title + .ms-match-browser__grid {
	margin-top: 6px;
}

.ms-match-browser__empty-state {
	padding: 22px 18px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
	color: #677387;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.ms-match-card {
	display: grid;
	gap: 0.875rem;
	padding: 0.875rem;
	border: 1px solid #edf1f6;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.ms-match-card[hidden],
.ms-match-card.is-hidden {
	display: none !important;
}

.ms-match-card.is-basic {
	gap: 0.75rem;
}

.ms-match-card__top,
.ms-match-card__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.ms-match-card__top {
	justify-content: space-between;
}

.ms-match-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.ms-match-card__badge--status {
	background: #f3f4f6;
	color: #667085;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ms-match-card__badge--played {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	color: #ffffff;
	box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}

.ms-match-card__badge--upcoming {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	color: #ffffff;
	box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}

.ms-match-card__badge--pending {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #ffffff;
	box-shadow: 0 2px 6px rgba(245, 158, 11, 0.3);
}

.ms-match-card__badge--live {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	color: #ffffff;
	box-shadow: 0 2px 8px rgba(239, 68, 68, 0.45);
	position: relative;
	padding-left: 22px;
}

.ms-match-card__badge--live::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background: #ffffff;
	border-radius: 50%;
	animation: ms-match-badge-pulse 1.4s ease-out infinite;
}

@keyframes ms-match-badge-pulse {
	0%, 100% { opacity: 1; transform: translateY(-50%) scale(1); }
	50%      { opacity: 0.5; transform: translateY(-50%) scale(0.85); }
}

.ms-match-card__badge--stage {
	background: transparent;
	color: #a1abbb;
	padding-left: 0;
	padding-right: 0;
	min-height: auto;
}

.ms-match-card__analysis-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #ef4444;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.ms-match-card__analysis-link svg,
.ms-match-card__meta-item svg,
.ms-match-card__cta svg {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.ms-match-card__matchup {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 56px;
	align-items: center;
	column-gap: 0.75rem;
	padding: 0.875rem 0.75rem;
	border-radius: 16px;
	background: #f8fafc;
}

.ms-match-card__team {
	display: grid;
	justify-items: center;
	row-gap: 0.25rem;
	min-width: 0;
}

.ms-match-card__flag {
	font-size: 18px;
	line-height: 1;
}

.ms-match-card__code {
	color: #4b5565;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.01em;
}

.ms-match-card__center {
	display: grid;
	justify-items: center;
	align-items: center;
	row-gap: 0.25rem;
	text-align: center;
}

.ms-match-card__score,
.ms-match-card__time {
	color: #1f2937;
	font-size: clamp(20px, 2.2cqw, 24px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.04em;
}

.ms-match-card__vs {
	color: #a1abbb;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: lowercase;
}

.ms-match-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
	color: #a1abbb;
	font-size: 12px;
	font-weight: 700;
}

.ms-match-card__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.ms-match-card__title {
	margin: 0;
	color: #273244;
	font-size: clamp(16px, 1.7cqw, 18px);
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: -0.03em;
}

.ms-match-card__title a {
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ms-match-card__title a:hover {
	color: #d63a27;
}

.ms-match-card__footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ms-match-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #ef4444;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.ms-match-card__cta:hover,
.ms-match-card__analysis-link:hover {
	color: #d63a27;
}

@container (max-width: 620px) {
	.ms-match-browser {
		width: 100%;
	}

	.ms-match-browser__header {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ms-match-browser__count {
		justify-self: start;
	}

	.ms-match-browser__grid {
		grid-template-columns: 1fr;
	}
}

.ms-standings-wrap {
	padding: 8px 0;
	container-type: inline-size;
}

.ms-standings {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	border-radius: 22px;
	background: #ffffff;
	border: 1px solid #eef2f7;
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
	overflow: hidden;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ms-standings__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-bottom: 1px solid #eef2f7;
	width: 100%;
	box-sizing: border-box;
}

.ms-standings__header-main {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	width: 100%;
}

.ms-standings__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(220, 38, 38, 0.16);
	flex: 0 0 auto;
}

.ms-standings__icon svg {
	width: 15px;
	height: 15px;
}

.ms-standings__header h3 {
	margin: 0;
	color: #162033;
	font-size: clamp(13px, 3cqw, 15px);
	font-weight: 800;
	line-height: 1.2;
}

.ms-standings__header p {
	margin: 3px 0 0;
	color: #8d98aa;
	font-size: clamp(10px, 2.2cqw, 11px);
	font-weight: 600;
	line-height: 1.3;
}

.ms-standings__status {
	color: #98a2b3;
	font-size: clamp(10px, 2.2cqw, 11px);
	font-weight: 800;
	white-space: nowrap;
}

.ms-standings__table-shell {
	width: 100%;
	overflow-x: hidden;
	padding: 0 6px;
	box-sizing: border-box;
}

.ms-standings__table {
	width: 100%;
	max-width: none;
	margin: 0;
	min-width: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.ms-standings__table th:nth-child(1),
.ms-standings__table td:nth-child(1) {
	width: 8%;
}

.ms-standings__table th:nth-child(2),
.ms-standings__table td:nth-child(2) {
	width: 46%;
}

.ms-standings__table th:nth-child(3),
.ms-standings__table td:nth-child(3) {
	width: 6%;
}

.ms-standings__table th:nth-child(4),
.ms-standings__table td:nth-child(4) {
	width: 6%;
}

.ms-standings__table th:nth-child(5),
.ms-standings__table td:nth-child(5) {
	width: 8%;
}

.ms-standings__table th:nth-child(6),
.ms-standings__table td:nth-child(6) {
	width: 6%;
}

.ms-standings__table th:nth-child(7),
.ms-standings__table td:nth-child(7) {
	width: 12%;
}

.ms-standings__table th:nth-child(8),
.ms-standings__table td:nth-child(8) {
	width: 8%;
}

.ms-standings__table thead th {
	padding: 11px 4px;
	border-bottom: 1px solid #eef2f7;
	color: #667085;
	font-size: clamp(10px, 2.1cqw, 11px);
	font-weight: 800;
	text-align: center;
	background: #ffffff;
	white-space: nowrap;
}

.ms-standings__table thead th:nth-child(2) {
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

.ms-standings__row td {
	padding: 12px 4px;
	border-bottom: 1px solid #f3f5f8;
	color: #667085;
	font-size: clamp(10px, 2.1cqw, 11px);
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
	white-space: nowrap;
}

.ms-standings__row:last-child td {
	border-bottom: 0;
}

.ms-standings__table td:nth-child(2) {
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

.ms-standings__team {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.ms-standings__team-flag {
	font-size: clamp(12px, 2.8cqw, 15px);
	line-height: 1;
	flex: 0 0 auto;
}

.ms-standings__team-copy {
	display: flex;
	align-items: center;
	min-width: 0;
	flex: 1 1 auto;
}

.ms-standings__team-copy strong {
	color: #1f2937;
	font-size: clamp(10px, 2.2cqw, 11px);
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.ms-standings__row:not(.is-qf) .ms-standings__team-copy strong {
	color: #6b7280;
}

.ms-standings__rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 900;
}

.ms-standings__rank--gold {
	background: #fbbf24;
	color: #ffffff;
}

.ms-standings__rank--silver {
	background: #d1d5db;
	color: #ffffff;
}

.ms-standings__rank--bronze {
	background: #fb923c;
	color: #ffffff;
}

.ms-standings__rank--qf {
	background: #dbeafe;
	color: #2563eb;
}

.ms-standings__rank--default {
	background: #f3f4f6;
	color: #98a2b3;
}

.ms-standings__row .is-win {
	color: #16a34a;
}

.ms-standings__row .is-otw {
	color: #f59e0b;
}

.ms-standings__row .is-otl {
	color: #3b82f6;
}

.ms-standings__row .is-loss {
	color: #ef4444;
}

.ms-standings__row .is-points {
	color: #111827;
	font-size: clamp(11px, 2.4cqw, 12px);
	font-weight: 900;
}

.ms-standings__legend {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	padding: 10px 14px 12px;
	border-top: 1px solid #eef2f7;
	color: #98a2b3;
	font-size: clamp(10px, 2.1cqw, 11px);
	font-weight: 700;
}

.ms-standings__legend span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ms-standings__legend-dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.ms-standings__legend-dot.is-first {
	background: #fbbf24;
}

.ms-standings__legend-dot.is-note {
	background: #e5e7eb;
}

@media (max-width: 767px) {
	.ms-v-hokeji-2026-wrap {
		padding: 8px;
	}

	.ms-next-matches-wrap {
		padding: 8px;
	}

	.ms-match-browser-wrap {
		padding: 8px;
	}

	.ms-v-hokeji-2026 {
		width: 100%;
		border-radius: 24px;
	}

	.ms-next-matches {
		width: 100%;
		border-radius: 24px;
	}

	.ms-v-hokeji-2026__head {
		padding: 18px 18px 20px;
	}

	.ms-v-hokeji-2026__body {
		padding: 16px 14px 18px;
	}

	.ms-v-hokeji-2026__row {
		grid-template-columns: 46px minmax(0, 1fr) 46px;
		column-gap: 10px;
		padding: 11px 0;
	}

	.ms-v-hokeji-2026__head-copy h3 {
		font-size: 18px;
	}

	.ms-v-hokeji-2026__head-copy p {
		font-size: 13px;
	}

	.ms-v-hokeji-2026__flag {
		font-size: 18px;
	}

	.ms-v-hokeji-2026__code {
		font-size: 15px;
	}

	.ms-v-hokeji-2026__score {
		font-size: 18px;
	}

	.ms-v-hokeji-2026__time-pill {
		min-width: 112px;
		min-height: 32px;
		font-size: 14px;
	}

	.ms-v-hokeji-2026__date {
		font-size: 13px;
	}

	.ms-next-matches__header {
		padding: 18px 18px 8px;
	}

	.ms-next-matches__body {
		padding: 8px 14px 18px;
	}

	.ms-next-matches__row {
		grid-template-columns: 92px minmax(0, 1fr);
		column-gap: 12px;
		padding: 11px 0;
	}

	.ms-match-browser__filters {
		gap: 0.5rem;
		margin-bottom: 1rem;
	}

	.ms-match-browser__filter {
		min-height: 40px;
		padding: 0 12px;
		font-size: 13px;
	}

	.ms-match-browser__header {
		margin-bottom: 1rem;
	}

	.ms-match-card {
		gap: 0.75rem;
		padding: 0.75rem;
		border-radius: 22px;
	}

	.ms-match-card__matchup {
		grid-template-columns: 56px minmax(0, 1fr) 56px;
		column-gap: 10px;
		padding: 0.75rem;
	}

	.ms-match-card__code {
		font-size: 13px;
	}

	.ms-match-card__score,
	.ms-match-card__time {
		font-size: 20px;
	}

	.ms-match-card__title {
		font-size: 16px;
	}

	.ms-match-card__cta {
		font-size: 14px;
	}

	.ms-standings-wrap {
		padding: 10px 0;
	}

	.ms-standings {
		border-radius: 18px;
	}

	.ms-standings__header {
		padding: 11px 12px;
	}

	.ms-standings__legend {
		padding: 9px 12px 12px;
		font-size: 10px;
	}
}

.ms-dashboard-widget-wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
}

.ms-dashboard-widget {
	width: min(100%, 1280px);
	margin: 0 auto;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #f8fafc;
}

.ms-dashboard-widget-wrap--countdown {
	padding: 0;
}

.ms-dashboard-widget--countdown {
	width: fit-content;
	max-width: 100%;
}

.ms-dashboard-widget--countdown .ms-dashboard-widget__countdown {
	margin-bottom: 0;
}

.ms-dashboard-widget__countdown--minimal {
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.ms-dashboard-widget__countdown--minimal .ms-dashboard-widget__countdown-grid {
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
}

.ms-dashboard-widget--empty {
	padding: 24px 20px;
	border-radius: 28px;
	background: rgba(15, 23, 42, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 46px rgba(2, 6, 23, 0.28);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	color: #e5e7eb;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.ms-dashboard-glass {
	background: linear-gradient(180deg, rgba(18, 25, 42, 0.82) 0%, rgba(14, 21, 36, 0.72) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 46px rgba(2, 6, 23, 0.28);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.ms-dashboard-widget__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.ms-dashboard-widget__brand {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.ms-dashboard-widget__brand-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(180deg, #f04d3b 0%, #d33829 100%);
	color: #ffffff;
	box-shadow: 0 16px 30px rgba(211, 56, 41, 0.28);
	flex: 0 0 auto;
	line-height: 0;
	overflow: hidden;
}

.ms-dashboard-widget__brand-icon svg,
.ms-dashboard-widget__all-link svg,
.ms-dashboard-widget__feature-link svg,
.ms-dashboard-widget__meta-item svg,
.ms-dashboard-widget__countdown-icon svg {
	display: block;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.ms-dashboard-widget__brand-copy h3,
.ms-dashboard-widget__sidebar-head h4 {
	margin: 0;
	font-size: clamp(20px, 2.2vw, 30px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.ms-dashboard-widget__brand-copy p {
	margin: 4px 0 0;
	color: rgba(226, 232, 240, 0.72);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.ms-dashboard-widget__all-link,
.ms-dashboard-widget__feature-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ff8b78;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.ms-dashboard-widget__all-link:hover,
.ms-dashboard-widget__feature-link:hover {
	color: #ffb4a7;
}

.ms-dashboard-widget__countdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 22px;
	border-radius: 28px;
	margin-bottom: 18px;
}

.ms-dashboard-widget__countdown-copy {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.ms-dashboard-widget__countdown-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(240, 77, 59, 0.14);
	color: #ff8b78;
	flex: 0 0 auto;
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.ms-dashboard-widget__countdown-icon svg {
	position: absolute;
	inset: 0;
	margin: auto;
}

.ms-dashboard-widget__countdown-copy strong {
	display: block;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.1;
	color: #ffffff;
}

.ms-dashboard-widget__countdown-copy span {
	display: block;
	margin-top: 4px;
	color: rgba(226, 232, 240, 0.68);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.ms-dashboard-widget__countdown-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(72px, 1fr));
	gap: 12px;
}

.ms-dashboard-widget__countdown-item {
	display: grid;
	justify-items: center;
	gap: 8px;
}

.ms-dashboard-widget__countdown-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 68px;
	min-height: 68px;
	padding: 0 10px;
	border-radius: 18px;
	background: rgba(15, 23, 42, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: clamp(22px, 2vw, 32px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.05em;
}

.ms-dashboard-widget__countdown-label {
	color: rgba(226, 232, 240, 0.68);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ms-dashboard-widget__content {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 18px;
	align-items: start;
}

.ms-dashboard-widget__feature {
	padding: 20px;
	border-radius: 28px;
	min-height: 100%;
}

.ms-dashboard-widget__feature-head,
.ms-dashboard-widget__feature-meta,
.ms-dashboard-widget__sidebar-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ms-dashboard-widget__badge,
.ms-dashboard-widget__highlight {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.ms-dashboard-widget__badge {
	background: rgba(240, 77, 59, 0.14);
	border: 1px solid rgba(240, 77, 59, 0.3);
	color: #ff9f91;
}

.ms-dashboard-widget__highlight {
	background: rgba(250, 204, 21, 0.12);
	border: 1px solid rgba(250, 204, 21, 0.22);
	color: #fde68a;
}

.ms-dashboard-widget__feature-matchup {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	padding: 22px 0;
}

.ms-dashboard-widget__team {
	display: grid;
	justify-items: center;
	gap: 10px;
	text-align: center;
	min-width: 0;
}

.ms-dashboard-widget__flag {
	font-size: 3rem !important;
	line-height: 1;
}

.ms-dashboard-widget__team strong {
	font-size: clamp(17px, 1.8vw, 23px);
	font-weight: 900;
	line-height: 1.08;
	color: #ffffff;
	letter-spacing: -0.04em;
}

.ms-dashboard-widget__team span {
	color: rgba(226, 232, 240, 0.68);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ms-dashboard-widget__feature-center {
	display: grid;
	justify-items: center;
	gap: 7px;
	padding: 14px 16px;
	border-radius: 20px;
	background: rgba(12, 18, 31, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.ms-dashboard-widget__feature-time {
	color: #ffffff;
	font-size: clamp(24px, 2vw, 32px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.05em;
}

.ms-dashboard-widget__feature-date {
	color: rgba(226, 232, 240, 0.68);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.ms-dashboard-widget__feature-meta {
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ms-dashboard-widget__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(226, 232, 240, 0.72);
	font-size: 13px;
	font-weight: 700;
}

.ms-dashboard-widget__empty-card {
	display: grid;
	gap: 14px;
	justify-items: start;
}

.ms-dashboard-widget__empty-card strong {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	color: #ffffff;
}

.ms-dashboard-widget__sidebar {
	display: grid;
	gap: 14px;
}

.ms-dashboard-widget__sidebar-head h4 {
	font-size: clamp(18px, 1.8vw, 24px);
}

.ms-dashboard-widget__sidebar-head span {
	color: rgba(226, 232, 240, 0.68);
	font-size: 12px;
	font-weight: 700;
}

.ms-dashboard-widget__list {
	display: grid;
	gap: 12px;
}

.ms-dashboard-widget__list-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 22px;
	color: inherit;
	text-decoration: none;
	transition: transform 0.18s ease, border-color 0.18s ease;
}

.ms-dashboard-widget__list-item:hover {
	border-color: rgba(255, 255, 255, 0.16);
	transform: translateY(-1px);
}

.ms-dashboard-widget__list-main {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.ms-dashboard-widget__list-stage {
	color: rgba(226, 232, 240, 0.56);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ms-dashboard-widget__list-duel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	color: #ffffff;
	font-size: clamp(14px, 1.2vw, 17px);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.ms-dashboard-widget__list-duel em {
	color: rgba(226, 232, 240, 0.44);
	font-style: normal;
	font-size: 12px;
	font-weight: 800;
	text-transform: lowercase;
}

.ms-dashboard-widget__list-side {
	display: grid;
	justify-items: end;
	gap: 5px;
	text-align: right;
}

.ms-dashboard-widget__list-side strong {
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.ms-dashboard-widget__list-side span {
	color: rgba(226, 232, 240, 0.62);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 1180px) {
	.ms-dashboard-widget__countdown {
		padding: 18px 20px;
	}

	.ms-dashboard-widget__content {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
		gap: 16px;
	}

	.ms-dashboard-widget__feature {
		padding: 18px;
	}

	.ms-dashboard-widget__feature-matchup {
		gap: 14px;
	}
}

@media (max-width: 991px) {
	.ms-dashboard-widget__countdown {
		flex-direction: column;
		align-items: stretch;
	}

	.ms-dashboard-widget__content {
		grid-template-columns: 1fr;
	}

	.ms-dashboard-widget__feature-meta {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.ms-dashboard-widget-wrap {
		padding: 8px;
	}

	.ms-dashboard-widget__header,
	.ms-dashboard-widget__feature-head,
	.ms-dashboard-widget__feature-meta,
	.ms-dashboard-widget__sidebar-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.ms-dashboard-widget__header {
		margin-bottom: 14px;
	}

	.ms-dashboard-widget__brand {
		align-items: flex-start;
	}

	.ms-dashboard-widget__countdown,
	.ms-dashboard-widget__feature,
	.ms-dashboard-widget__list-item {
		padding: 16px;
		border-radius: 22px;
	}

	.ms-dashboard-widget__countdown-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.ms-dashboard-widget__countdown-value {
		width: 100%;
		min-width: 0;
		min-height: 58px;
	}

	.ms-dashboard-widget__feature-matchup {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.ms-dashboard-widget__feature-center {
		width: 100%;
		box-sizing: border-box;
	}

	.ms-dashboard-widget__team {
		gap: 8px;
	}

	.ms-dashboard-widget__list-item {
		grid-template-columns: 1fr;
	}

	.ms-dashboard-widget__list-side {
		justify-items: start;
		text-align: left;
	}
}

@media (max-width: 560px) {
	.ms-dashboard-widget__brand {
		gap: 12px;
	}

	.ms-dashboard-widget__brand-icon,
	.ms-dashboard-widget__countdown-icon {
		width: 36px;
		height: 36px;
		border-radius: 12px;
	}

	.ms-dashboard-widget__brand-icon svg,
	.ms-dashboard-widget__all-link svg,
	.ms-dashboard-widget__feature-link svg,
	.ms-dashboard-widget__meta-item svg,
	.ms-dashboard-widget__countdown-icon svg {
		width: 14px;
		height: 14px;
	}

	.ms-dashboard-widget__countdown-copy {
		align-items: flex-start;
	}

	.ms-dashboard-widget__countdown-grid {
		gap: 10px;
	}

	.ms-dashboard-widget__countdown-item {
		gap: 6px;
	}

	.ms-dashboard-widget__feature-time {
		font-size: 22px;
	}

	.ms-dashboard-widget__list-main,
	.ms-dashboard-widget__list-side {
		gap: 4px;
	}
}

/* === LIVE sekcia v dashboard widgete (glass) === */
.ms-dashboard-widget__live {
	margin: 16px 0 24px;
	padding: 18px 20px;
	border-radius: 18px;
	color: #fff;
}

.ms-dashboard-widget__live-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.ms-dashboard-widget__live-head h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #fff;
}

.ms-dashboard-widget__live-count {
	margin-left: auto;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}

.ms-dashboard-widget__live-dot {
	width: 10px;
	height: 10px;
	background: #ef4444;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
	animation: ms-live-pulse 1.6s ease-out infinite;
}

@keyframes ms-live-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
	70%  { box-shadow: 0 0 0 12px rgba(239, 68, 68, 0); }
	100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.ms-dashboard-widget__live-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 12px;
}

.ms-dashboard-widget__live-card {
	display: block;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-decoration: none !important;
	color: #fff !important;
	transition: transform 0.15s ease, background 0.15s ease;
}

.ms-dashboard-widget__live-card:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.1);
}

.ms-dashboard-widget__live-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 800;
	color: #fca5a5;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.ms-dashboard-widget__live-pulse {
	width: 8px;
	height: 8px;
	background: #ef4444;
	border-radius: 50%;
	animation: ms-live-pulse 1.6s ease-out infinite;
}

.ms-dashboard-widget__live-teams {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 8px;
	align-items: center;
}

.ms-dashboard-widget__live-team {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	font-size: 13px;
}

.ms-dashboard-widget__live-flag {
	font-size: 18px;
}

.ms-dashboard-widget__live-code {
	color: rgba(226, 232, 240, 0.95) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: inline !important;
	text-transform: uppercase;
}

.ms-dashboard-widget__live-score {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	padding: 4px 12px;
	border-radius: 8px;
}

/* === Skratky tímov v hlavnej feature karte vždy viditeľné === */
.ms-dashboard-widget__team span,
.ms-dashboard-widget__live-team span {
	opacity: 1 !important;
	visibility: visible !important;
}

/* === [ms_hokej_2026_live] shortcode panel (glass, kompakt) === */
.ms-live-panel {
	padding: 14px 16px;
	border-radius: 16px;
	color: #fff;
	margin: 18px 0;
}

.ms-live-panel--empty {
	text-align: center;
	font-size: 13px;
	color: rgba(226, 232, 240, 0.75);
	padding: 20px;
}

.ms-live-panel__head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ms-live-panel__head h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ms-live-panel__dot {
	width: 8px;
	height: 8px;
	background: #ef4444;
	border-radius: 50%;
	animation: ms-live-pulse 1.6s ease-out infinite;
}

.ms-live-panel__count {
	margin-left: auto;
	font-size: 11px;
	font-weight: 600;
	color: rgba(226, 232, 240, 0.6);
	letter-spacing: 0.04em;
}

.ms-live-panel__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
}

.ms-live-panel__card {
	display: block;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-decoration: none !important;
	color: #fff !important;
	transition: transform 0.18s ease, background 0.18s ease;
}

.ms-live-panel__card:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.09);
}

.ms-live-panel__status {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 10px;
	font-weight: 800;
	color: #fca5a5;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.ms-live-panel__pulse {
	width: 6px;
	height: 6px;
	background: #ef4444;
	border-radius: 50%;
	animation: ms-live-pulse 1.6s ease-out infinite;
}

.ms-live-panel__upcoming {
	display: flex;
	flex-direction: column;
	gap: 1px;
	margin-bottom: 8px;
}

.ms-live-panel__upcoming span {
	font-size: 10px;
	color: rgba(226, 232, 240, 0.55);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.ms-live-panel__upcoming strong {
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	line-height: 1;
}

.ms-live-panel__teams {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 8px;
	align-items: center;
}

.ms-live-panel__team {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	text-align: center;
	min-width: 0;
}

.ms-live-panel__flag {
	font-size: 20px;
	line-height: 1;
}

.ms-live-panel__label {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1.15;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ms-live-panel__code {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(226, 232, 240, 0.65) !important;
	text-transform: uppercase;
	opacity: 1 !important;
	visibility: visible !important;
	display: inline !important;
}

.ms-live-panel__center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ms-live-panel__score {
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	background: rgba(239, 68, 68, 0.18);
	padding: 3px 10px;
	border-radius: 8px;
	letter-spacing: 0.03em;
}

.ms-live-panel__vs {
	font-size: 11px;
	font-weight: 700;
	color: rgba(226, 232, 240, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.ms-live-panel__location {
	margin-top: 8px;
	padding-top: 7px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 10px;
	color: rgba(226, 232, 240, 0.55);
	text-align: center;
}

/* === Live panel - ďalšie zmenšenie výšky === */
.ms-live-panel {
	padding: 10px 14px;
	margin: 14px 0;
}

.ms-live-panel__head {
	margin-bottom: 8px;
	padding-bottom: 6px;
}

.ms-live-panel__head h3 {
	font-size: 12px;
}

.ms-live-panel__grid {
	gap: 8px;
}

.ms-live-panel__card {
	padding: 8px 12px;
}

.ms-live-panel__status {
	margin-bottom: 5px;
	font-size: 9px;
}

.ms-live-panel__upcoming {
	margin-bottom: 5px;
}

.ms-live-panel__upcoming strong {
	font-size: 13px;
}

.ms-live-panel__upcoming span {
	font-size: 9px;
}

.ms-live-panel__flag {
	font-size: 16px;
}

.ms-live-panel__label {
	font-size: 11px;
}

.ms-live-panel__code {
	font-size: 9px;
}

.ms-live-panel__score {
	font-size: 15px;
	padding: 2px 8px;
	border-radius: 6px;
}

.ms-live-panel__vs {
	font-size: 10px;
}

.ms-live-panel__location {
	margin-top: 6px;
	padding-top: 5px;
	font-size: 9px;
}

/* === Day headers v prehľade zápasov === */
.ms-match-browser__day {
	margin-top: 24px;
}

.ms-match-browser__day:first-of-type {
	margin-top: 12px;
}

.ms-match-browser__day-title {
	margin: 0;
	padding: 0 0 4px;
	font-size: 14px;
	font-weight: 800;
	color: #1f2937;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-bottom: 2px solid #e5e7eb;
}

.ms-match-browser__day--past .ms-match-browser__day-title {
	color: #6b7280;
	border-bottom-color: #d1d5db;
}

/* === Toggle "Zobraziť staršie zápasy" - hore nad aktívnymi dňami === */
.ms-match-browser__older-wrap {
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #d1d5db;
}

.ms-match-browser__older-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background: #f3f4f6;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	color: #374151;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.15s ease;
}

.ms-match-browser__older-toggle:hover {
	background: #e5e7eb;
	transform: translateY(-1px);
}

.ms-match-browser__older-count {
	color: #6b7280;
	font-weight: 600;
}

.ms-match-browser__older-chevron {
	transition: transform 0.2s ease;
}

.ms-match-browser__older-toggle[aria-expanded="true"] .ms-match-browser__older-chevron {
	transform: rotate(180deg);
}

.ms-match-browser__older {
	margin-top: 18px;
	width: 100%;
	box-sizing: border-box;
}

.ms-match-browser__older-wrap {
	width: 100%;
	box-sizing: border-box;
}
