:root {
	--oml-bg: #001327;
	--oml-shell: #001d38;
	--oml-card: rgba(0, 32, 66, 0.86);
	--oml-border: rgba(84, 172, 255, 0.34);
	--oml-text: #f6fbff;
	--oml-muted: #b7cbe3;
	--oml-blue: #57b9ff;
	--oml-green: #29d44a;
	--oml-red: #e83f31;
	--oml-yellow: #ffd540;
	--oml-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
	--oml-radius: 14px;
}

.oml-standalone-page,
.oml-match-template-page {
	margin: 0;
	background:
		radial-gradient(circle at 50% -120px, rgba(29, 127, 224, 0.42), transparent 490px),
		radial-gradient(circle at 8% 34%, rgba(1, 80, 151, 0.25), transparent 360px),
		radial-gradient(circle at 92% 40%, rgba(0, 73, 136, 0.23), transparent 390px),
		linear-gradient(180deg, #000c19 0%, #001b35 42%, #000c19 100%);
	color: var(--oml-text);
	font-family: "Arial Narrow", "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.oml-standalone-page *,
.oml-match-template-page * {
	box-sizing: border-box;
}

.oml-standalone-page a {
	color: inherit;
	text-decoration: none;
}

.oml-standalone-shell {
	position: relative;
	width: min(100%, 1120px);
	min-height: 100vh;
	margin: 0 auto;
	padding: 22px 24px 18px;
	overflow: hidden;
	background:
		linear-gradient(90deg, transparent, rgba(73, 155, 255, 0.055) 50%, transparent),
		linear-gradient(180deg, #00142a 0%, #001d38 46%, #001223 100%);
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.48);
}

.oml-match-template-page .oml-standalone-shell {
	overflow: visible;
}

.oml-standalone-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px 18px;
}

.oml-standalone-brand {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.oml-standalone-brand__mark {
	display: inline-block;
	color: #79c4ff;
	font-size: 34px;
	font-weight: 950;
	font-style: italic;
	line-height: 0.86;
	text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.95), -2px 0 0 rgba(32, 94, 172, 0.75);
}

.oml-standalone-brand__text {
	display: grid;
	line-height: 1;
	text-transform: uppercase;
}

.oml-standalone-brand__text strong {
	color: var(--oml-text);
	font-size: 25px;
	font-weight: 950;
}

.oml-standalone-brand__text small {
	margin-top: 3px;
	color: var(--oml-text);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
}

.oml-standalone-topbar__actions {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}

.oml-standalone-promo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 10px 22px;
	border: 1px solid rgba(143, 255, 152, 0.54);
	border-radius: 11px;
	background: linear-gradient(180deg, #34c94f, #158d2d);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 30px rgba(23, 159, 49, 0.24);
	color: var(--oml-text);
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.oml-standalone-promo__icon {
	position: relative;
	width: 21px;
	height: 21px;
	border: 2px solid currentColor;
	border-radius: 4px;
}

.oml-standalone-promo__icon::before,
.oml-standalone-promo__icon::after {
	content: "";
	position: absolute;
	background: currentColor;
}

.oml-standalone-promo__icon::before {
	left: -3px;
	right: -3px;
	top: 5px;
	height: 2px;
}

.oml-standalone-promo__icon::after {
	left: 8px;
	top: -4px;
	width: 2px;
	height: 23px;
}

.oml-standalone-menu {
	display: inline-grid;
	gap: 5px;
	width: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--oml-text);
	cursor: pointer;
}

.oml-standalone-menu span {
	display: block;
	height: 4px;
	border-radius: 999px;
	background: currentColor;
}

.oml-match-page,
.oml-match-page__container,
.oml-match-full,
.oml-standalone-footer {
	width: 100%;
	margin: 0 auto;
}

.oml-match-full {
	display: grid;
	gap: 20px;
}

.oml-match-full > *,
.oml-match-grid > *,
.oml-match-content-grid > * {
	min-width: 0;
	max-width: 100%;
}

.oml-match,
.oml-match-section,
.oml-match-cta,
.oml-match-faq__item {
	border: 1px solid var(--oml-border);
	border-radius: var(--oml-radius);
	background:
		linear-gradient(135deg, rgba(0, 47, 91, 0.82), rgba(0, 18, 37, 0.9)),
		radial-gradient(circle at 20% 15%, rgba(57, 145, 232, 0.2), transparent 280px);
	box-shadow: var(--oml-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	color: var(--oml-text);
}

.oml-match,
.oml-match-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
	max-width: 100%;
	margin: 0;
	padding: 20px;
}

.oml-match-hero {
	position: relative;
	overflow: hidden;
	min-height: 372px;
	padding: 26px 38px 20px;
	background:
		linear-gradient(180deg, rgba(0, 11, 26, 0.18) 0%, rgba(0, 15, 33, 0.52) 52%, rgba(0, 7, 18, 0.94) 100%),
		radial-gradient(ellipse at 50% 88%, rgba(38, 184, 70, 0.34) 0%, rgba(8, 88, 52, 0.18) 24%, transparent 46%),
		radial-gradient(ellipse at 50% 36%, rgba(27, 102, 181, 0.46) 0%, rgba(8, 49, 99, 0.5) 36%, transparent 74%),
		linear-gradient(112deg, rgba(0, 10, 25, 0.98), rgba(0, 42, 84, 0.68) 50%, rgba(0, 10, 25, 0.98)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 27px);
}

.oml-match-hero::before,
.oml-match-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.oml-match-hero::before {
	background:
		linear-gradient(154deg, transparent 11%, rgba(101, 185, 255, 0.2) 12%, transparent 13.5%),
		linear-gradient(26deg, transparent 11%, rgba(101, 185, 255, 0.2) 12%, transparent 13.5%),
		radial-gradient(ellipse at 50% 22%, transparent 0 34%, rgba(90, 169, 255, 0.12) 35%, transparent 45%),
		repeating-radial-gradient(ellipse at 50% 96%, transparent 0 20px, rgba(112, 184, 255, 0.045) 21px 22px);
	opacity: 0.95;
}

.oml-match-hero::after {
	background:
		linear-gradient(90deg, rgba(0, 9, 21, 0.74), transparent 22%, transparent 78%, rgba(0, 9, 21, 0.74)),
		radial-gradient(ellipse at 50% 92%, rgba(62, 177, 82, 0.32), transparent 220px),
		linear-gradient(180deg, transparent 0 54%, rgba(0, 6, 16, 0.58) 100%);
}

.oml-match-hero > * {
	position: relative;
	z-index: 1;
}

.oml-match-hero__league {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: var(--oml-text);
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}

.oml-match-league-mark {
	position: relative;
	width: 27px;
	height: 27px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.oml-match-league-mark::before,
.oml-match-league-mark::after {
	content: "";
	position: absolute;
	background: currentColor;
}

.oml-match-league-mark::before {
	left: 50%;
	top: -5px;
	width: 2px;
	height: 33px;
	transform: translateX(-50%);
}

.oml-match-league-mark::after {
	left: -5px;
	top: 50%;
	width: 33px;
	height: 2px;
	transform: translateY(-50%);
}

.oml-match-title {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.oml-match-hero__match {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	min-height: 215px;
}

.oml-match-team {
	display: grid;
	align-items: center;
	gap: 20px;
	min-width: 0;
}

.oml-match-team--home {
	grid-template-columns: minmax(0, 1fr) 142px;
	text-align: right;
}

.oml-match-team--away {
	grid-template-columns: 142px minmax(0, 1fr);
	text-align: left;
}

.oml-match-team h2,
.oml-match-team p,
.oml-match-scoreboard p,
.oml-match h2,
.oml-match h3,
.oml-match p,
.oml-match-section h2,
.oml-match-section h3,
.oml-match-section p {
	margin: 0;
}

.oml-match-team h2 {
	color: var(--oml-text);
	font-size: 44px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	text-wrap: balance;
}

.oml-match-team p {
	margin-top: 9px;
	color: var(--oml-text);
	font-size: 18px;
	font-weight: 700;
}

.oml-match-crest {
	position: relative;
	isolation: isolate;
	display: grid;
	place-items: center;
	width: 142px;
	height: 142px;
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 50%;
	background:
		radial-gradient(circle at 36% 22%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 34%),
		linear-gradient(145deg, #ffffff 0%, #eef4fb 54%, #d9e3ef 100%),
		#f7f8fb;
	box-shadow:
		inset 0 0 0 8px rgba(255, 255, 255, 0.52),
		inset 0 0 0 10px rgba(14, 32, 58, 0.12),
		0 0 0 3px rgba(7, 20, 42, 0.86),
		0 18px 34px rgba(0, 0, 0, 0.38);
}

.oml-match-crest img {
	position: relative;
	z-index: 2;
	display: block;
	width: 76%;
	height: 76%;
	object-fit: contain;
}

.oml-match-crest > span {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border: 4px solid #1684c5;
	border-radius: 50%;
	color: #1684c5;
	font-size: 40px;
	font-weight: 950;
}

.oml-match-scoreboard {
	display: grid;
	justify-items: center;
	gap: 4px;
	text-align: center;
}

.oml-match-date,
.oml-match-time {
	color: var(--oml-text);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.oml-match-score {
	margin-top: 7px;
	color: var(--oml-text);
	font-size: 58px;
	font-weight: 950;
	letter-spacing: 8px;
	line-height: 0.95;
}

.oml-match-venue {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 4px;
	text-align: left;
}

.oml-match-venue span {
	position: relative;
	width: 31px;
	height: 22px;
	border: 2px solid #8bc7ff;
	border-radius: 50%;
}

.oml-match-venue span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	width: 18px;
	height: 10px;
	border: 2px solid #8bc7ff;
	border-bottom: 0;
	transform: translateX(-50%);
}

.oml-match-venue p {
	color: var(--oml-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.oml-match-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 49px;
	padding: 12px 32px;
	border: 1px solid rgba(143, 255, 152, 0.46);
	border-radius: 9px;
	background: linear-gradient(180deg, #35ca50, #168f2e);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 15px 32px rgba(22, 143, 46, 0.26);
	color: var(--oml-text) !important;
	font-size: 20px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.oml-match-button--hero {
	justify-self: center;
	min-width: 380px;
}

.oml-match-grid,
.oml-match-content-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: start;
}

.oml-match-content-grid .oml-match-section {
	align-content: start;
}

.oml-match-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.oml-match-section-title,
.oml-match-heading,
.oml-match-section h2,
.oml-match-faq h2 {
	color: var(--oml-text);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.14;
	text-transform: uppercase;
}

.oml-match-card-head a,
.oml-match-card-link {
	color: #77c7ff !important;
	font-size: 14px;
	font-weight: 700;
}

.oml-match-odds__bookmaker,
.oml-match-muted {
	color: var(--oml-muted);
	font-size: 13px;
}

.oml-match-odds__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.oml-match-odd {
	display: grid;
	gap: 11px;
	align-content: center;
	justify-items: center;
	min-width: 0;
	min-height: 104px;
	padding: 10px 8px;
	border: 1px solid rgba(107, 189, 255, 0.72);
	border-radius: 7px;
	background:
		linear-gradient(180deg, rgba(18, 94, 166, 0.92), rgba(4, 55, 106, 0.95)),
		radial-gradient(circle at 50% 0, rgba(120, 207, 255, 0.22), transparent 70%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0 24px rgba(62, 157, 255, 0.1);
	color: var(--oml-text) !important;
	text-align: center;
}

.oml-match-odd span {
	font-size: 16px;
	line-height: 1.15;
}

.oml-match-odd strong {
	font-size: 31px;
	font-weight: 950;
	line-height: 1;
}

.oml-match-title-icon {
	display: inline-block;
	width: 24px;
	height: 20px;
	margin-right: 8px;
	border-left: 3px solid var(--oml-blue);
	border-bottom: 3px solid var(--oml-blue);
	vertical-align: -3px;
}

.oml-match-title-icon::before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	margin: 2px 0 0 5px;
	border-left: 3px solid var(--oml-blue);
	border-bottom: 3px solid var(--oml-blue);
}

.oml-match-prediction__manual,
.oml-match-ai-text,
.oml-match-prediction__winner,
.oml-match-prediction__fallback,
.oml-match-prediction__total,
.oml-match-section__content,
.oml-match-fallback {
	color: var(--oml-text);
	font-size: 16px;
	line-height: 1.45;
}

.oml-match-prediction__winner {
	display: grid;
	gap: 4px;
}

.oml-match-ai-text {
	display: grid;
	gap: 10px;
	padding: 14px;
	min-height: 0;
	max-height: none;
	overflow: visible;
	border: 1px solid rgba(57, 145, 232, 0.22);
	border-radius: 12px;
	background: rgba(2, 20, 40, 0.42);
}

.oml-match-ai-text p {
	margin: 0;
}

.oml-match-prediction,
.oml-match-seo-summary,
.oml-match-where-to-watch,
.oml-match-page,
.oml-match-page__container,
.oml-match-full,
.oml-match-grid,
.oml-match-prediction .oml-match-section__content,
.oml-match-seo-summary .oml-match-section__content,
.oml-match-where-to-watch .oml-match-section__content {
	height: auto !important;
	min-height: 0;
	max-height: none !important;
	overflow: visible !important;
	-webkit-line-clamp: unset !important;
}

.oml-match-seo-summary .oml-match-section__content,
.oml-match-where-to-watch .oml-match-section__content {
	display: grid;
	gap: 14px;
}

.oml-match-prediction .oml-match-ai-text,
.oml-match-prediction .oml-match-ai-text p,
.oml-match-prediction .oml-match-ai-text *,
.oml-match-prediction__manual,
.oml-match-prediction__manual *,
.oml-match-prediction__fallback,
.oml-match-prediction__total,
.oml-match-seo-summary .oml-match-section__content,
.oml-match-seo-summary .oml-match-section__content p {
	display: block !important;
	height: auto !important;
	min-height: 0;
	max-height: none !important;
	overflow: visible !important;
	white-space: normal;
	text-overflow: clip !important;
	-webkit-line-clamp: unset !important;
	-webkit-box-orient: initial !important;
}

.oml-match-prediction .oml-match-ai-text {
	display: grid !important;
}

.oml-match-prediction__winner span,
.oml-match-section__content p,
.oml-match-facts .oml-match-fact-label {
	color: var(--oml-muted);
}

.oml-match-bet-pick {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 66px;
	gap: 12px;
	align-items: end;
}

.oml-match-bet-pick span {
	display: block;
	margin-bottom: 6px;
	color: var(--oml-text);
	font-size: 15px;
}

.oml-match-bet-pick strong {
	display: block;
	color: var(--oml-green);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.12;
}

.oml-match-bet-pick b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 61px;
	height: 45px;
	border-radius: 10px;
	background: linear-gradient(180deg, #37d553, #17a934);
	box-shadow: 0 9px 22px rgba(23, 169, 52, 0.24);
	font-size: 18px;
}

.oml-match-confidence {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	font-size: 14px;
	font-weight: 800;
}

.oml-match-confidence i {
	display: block;
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
}

.oml-match-confidence b {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--oml-green);
}

.oml-match-live__badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--oml-green);
	font-size: 15px;
	font-weight: 950;
	text-transform: uppercase;
}

.oml-match-live__badge::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--oml-green);
	box-shadow: 0 0 14px rgba(41, 212, 74, 0.64);
}

.oml-match-live__board {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px 91px;
	gap: 14px;
	align-items: center;
}

.oml-match-live__teams,
.oml-match-live__score,
.oml-match-live__time {
	display: grid;
	gap: 10px;
}

.oml-match-live__teams {
	font-size: 20px;
	font-weight: 850;
}

.oml-match-live__score b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(86, 177, 255, 0.35);
	border-radius: 7px;
	background: rgba(6, 67, 126, 0.64);
	color: var(--oml-green);
	font-size: 24px;
	font-weight: 950;
}

.oml-match-live__time {
	justify-items: center;
}

.oml-match-live__time strong {
	font-size: 22px;
}

.oml-match-live__time span,
.oml-match-live__details {
	color: var(--oml-muted);
	font-size: 16px;
}

.oml-match-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 39px;
	border: 1px solid rgba(107, 189, 255, 0.34);
	border-radius: 7px;
	background: rgba(5, 57, 108, 0.54);
	color: var(--oml-text) !important;
	font-size: 16px;
	font-weight: 950;
	text-transform: uppercase;
}

.oml-match-timeline {
	position: relative;
	display: grid;
	gap: 10px;
	padding: 4px 0 2px;
}

.oml-match-timeline::before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 19px;
	left: 66px;
	width: 3px;
	border-radius: 3px;
	background: rgba(96, 170, 236, 0.48);
}

.oml-match-event {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 45px 28px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.oml-match-event__time {
	font-size: 15px;
	font-weight: 850;
}

.oml-match-event p {
	display: grid;
	gap: 1px;
	font-size: 14px;
	line-height: 1.22;
}

.oml-match-event small {
	color: var(--oml-muted);
	font-size: 13px;
}

.oml-match-event__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 27px;
}

.oml-match-event__icon--card {
	border-radius: 5px;
	background: var(--oml-yellow);
	box-shadow: 0 0 14px rgba(255, 213, 64, 0.22);
}

.oml-match-event__icon--ball::before {
	content: "●";
	color: #ffffff;
	font-size: 26px;
	line-height: 1;
}

.oml-match-event__icon--flag::before {
	content: "⚑";
	color: #ffbf36;
	font-size: 28px;
	line-height: 1;
}

.oml-match-lineups__grid,
.oml-match-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.oml-match-lineup-team + .oml-match-lineup-team {
	border-left: 1px solid rgba(115, 190, 255, 0.2);
	padding-left: 14px;
}

.oml-match-lineup-team h3,
.oml-match-lineup-team h4,
.oml-match-form__team h3 {
	color: var(--oml-text);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.oml-match-lineup-team p,
.oml-match-lineup-team h4 {
	color: var(--oml-muted);
	font-size: 12px;
}

.oml-match-lineup-team ul,
.oml-match-form__team ul,
.oml-match-h2h__list {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--oml-text);
	font-size: 13px;
	line-height: 1.18;
}

.oml-match-statistics__teams {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	color: var(--oml-muted);
	font-size: 13px;
}

.oml-match-stat-row {
	display: grid;
	grid-template-columns: 31px minmax(0, 1fr) 31px;
	gap: 9px;
	align-items: end;
}

.oml-match-stat-row__value {
	font-size: 14px;
	font-weight: 900;
}

.oml-match-stat-row__value--away {
	text-align: right;
}

.oml-match-stat-row__body {
	display: grid;
	gap: 5px;
}

.oml-match-stat-row__label {
	color: var(--oml-muted);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.oml-match-stat-row__bars {
	display: flex;
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
}

.oml-match-stat-row__bar--home {
	background: var(--oml-blue);
}

.oml-match-stat-row__bar--away {
	background: var(--oml-red);
}

.oml-match-table-wrap {
	overflow-x: auto;
}

.oml-match-table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	color: var(--oml-text);
	font-size: 14px;
}

.oml-match-table th,
.oml-match-table td {
	padding: 7px 8px;
	text-align: center;
	white-space: nowrap;
}

.oml-match-table th:nth-child(2),
.oml-match-table td:nth-child(2) {
	text-align: left;
}

.oml-match-table thead {
	color: var(--oml-muted);
	font-size: 13px;
	font-weight: 700;
}

.oml-match-table tbody tr {
	background: rgba(1, 38, 76, 0.42);
}

.oml-match-table tbody tr + tr {
	border-top: 2px solid rgba(0, 16, 34, 0.72);
}

.oml-match-table tbody .is-home {
	background: linear-gradient(90deg, rgba(34, 176, 62, 0.92), rgba(27, 131, 52, 0.74));
}

.oml-match-table tbody .is-away {
	background: linear-gradient(90deg, rgba(21, 105, 180, 0.9), rgba(10, 74, 137, 0.78));
}

.oml-match-form__team,
.oml-match-h2h__summary span,
.oml-match-h2h__list li,
.oml-match-fact {
	display: grid;
	gap: 4px;
	padding: 10px;
	border: 1px solid rgba(92, 172, 255, 0.2);
	border-radius: 9px;
	background: rgba(5, 58, 108, 0.44);
}

.oml-match-form__team li strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	border-radius: 50%;
	background: rgba(41, 212, 74, 0.2);
	color: #55f873;
}

.oml-match-h2h__summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}

.oml-match-fact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.oml-match-fact-value {
	color: var(--oml-text);
	font-size: 16px;
	font-weight: 800;
}

.oml-match-content-grid .oml-match-section:nth-child(3n),
.oml-match-content-grid .oml-match-section--content,
.oml-match-facts {
	grid-column: 1 / -1;
}

.oml-match-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0;
	padding: 18px;
	background:
		radial-gradient(circle at 78% 30%, rgba(41, 212, 74, 0.16), transparent 240px),
		linear-gradient(135deg, rgba(0, 49, 95, 0.92), rgba(0, 17, 34, 0.92));
}

.oml-match-cta-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.oml-match-cta-title {
	color: var(--oml-text);
	font-size: 21px;
	font-weight: 950;
	text-transform: uppercase;
}

.oml-match-cta-text {
	color: var(--oml-muted);
	font-size: 14px;
}

.oml-match-cta-action {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.oml-match-promo {
	display: grid;
	gap: 2px;
	color: var(--oml-muted);
	font-size: 12px;
	text-align: center;
}

.oml-match-promo-code {
	color: var(--oml-green);
	font-size: 18px;
	font-weight: 950;
}

.oml-match-watch-preview {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	min-height: 245px;
	padding: 18px;
	overflow: hidden;
	border: 1px solid rgba(110, 195, 255, 0.36);
	border-radius: 14px;
	background:
		linear-gradient(180deg, rgba(0, 10, 22, 0.14), rgba(0, 8, 18, 0.72)),
		radial-gradient(ellipse at 50% 72%, rgba(41, 212, 74, 0.28), transparent 270px),
		radial-gradient(ellipse at 50% 20%, rgba(67, 151, 238, 0.36), transparent 360px),
		linear-gradient(135deg, rgba(0, 46, 91, 0.92), rgba(0, 14, 31, 0.96));
	box-shadow: var(--oml-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	color: var(--oml-text) !important;
	text-decoration: none;
}

.oml-match-watch-preview::before {
	content: "";
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(145, 210, 255, 0.18);
	border-radius: 11px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 44px 44px;
	pointer-events: none;
}

.oml-match-watch-preview > * {
	position: relative;
	z-index: 1;
}

.oml-match-watch-preview__screen {
	display: grid;
	gap: 18px;
	justify-items: center;
	align-content: center;
	min-width: 0;
	min-height: 190px;
	border-radius: 12px;
	background:
		linear-gradient(180deg, rgba(0, 18, 39, 0.24), rgba(0, 9, 21, 0.58)),
		radial-gradient(circle at 50% 50%, rgba(55, 186, 255, 0.18), transparent 220px);
}

.oml-match-watch-preview__live {
	justify-self: start;
	margin-left: 14px;
	padding: 6px 10px;
	border: 1px solid rgba(41, 212, 74, 0.52);
	border-radius: 999px;
	background: rgba(20, 145, 48, 0.28);
	color: #91ff9f;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0;
}

.oml-match-watch-preview__play {
	position: relative;
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border: 2px solid rgba(255, 255, 255, 0.78);
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(54, 201, 81, 0.95), rgba(20, 139, 44, 0.95));
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.38), 0 0 34px rgba(41, 212, 74, 0.22);
}

.oml-match-watch-preview__play::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 22px solid #ffffff;
}

.oml-match-watch-preview__teams {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 100%;
	color: #ffffff;
	font-size: 18px;
	font-weight: 950;
	text-align: center;
}

.oml-match-watch-preview__teams strong {
	max-width: 260px;
	overflow-wrap: anywhere;
}

.oml-match-watch-preview__teams em {
	color: var(--oml-green);
	font-style: normal;
}

.oml-match-watch-preview__info {
	display: grid;
	gap: 6px;
	min-width: 190px;
}

.oml-match-watch-preview__info strong {
	color: #ffffff;
	font-size: 24px;
	font-weight: 950;
	line-height: 1.05;
	text-transform: uppercase;
}

.oml-match-watch-preview__info span {
	color: var(--oml-muted);
	font-size: 15px;
	font-weight: 800;
}

.oml-match-watch-preview__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 24px;
	border: 1px solid rgba(143, 255, 152, 0.48);
	border-radius: 10px;
	background: linear-gradient(180deg, #35ca50, #168f2e);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 15px 32px rgba(22, 143, 46, 0.26);
	color: #ffffff;
	font-size: 16px;
	font-weight: 950;
	text-transform: uppercase;
}

.oml-match-faq {
	display: grid;
	gap: 9px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.oml-match-faq h2 {
	margin: 3px 0 2px;
	padding: 0 15px;
}

.oml-match-faq__list {
	display: grid;
	gap: 9px;
}

.oml-match-faq__item {
	display: grid;
	gap: 0;
	padding: 0;
	overflow: hidden;
}

.oml-match-faq__question {
	position: relative;
	display: block;
	min-height: 38px;
	margin: 0;
	padding: 8px 48px 8px 15px;
	color: var(--oml-text);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.oml-match-faq__question::-webkit-details-marker {
	display: none;
}

.oml-match-faq__question::after {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--oml-text);
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.oml-match-faq__item.is-open .oml-match-faq__question::after {
	content: "-";
}

.oml-match-faq__item[open] .oml-match-faq__question::after {
	content: "-";
}

.oml-match-faq__answer {
	display: none;
	padding: 0 15px 13px;
}

.oml-match-faq__item.is-open .oml-match-faq__answer {
	display: block;
}

.oml-match-faq__item[open] .oml-match-faq__answer {
	display: block;
}

.oml-match-faq__answer p {
	color: var(--oml-muted);
	font-size: 14px;
}

.oml-standalone-footer {
	padding: 14px 10px 0;
	color: rgba(226, 236, 250, 0.68);
	font-size: 12px;
	text-align: center;
}

@media (max-width: 979px) {
	.oml-standalone-shell {
		width: min(100%, 768px);
		padding: 18px 16px 12px;
	}

	.oml-match-hero {
		min-height: 266px;
		padding: 16px 28px 12px;
	}

	.oml-match-hero__match {
		grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr);
		min-height: 132px;
	}

	.oml-match-team {
		gap: 13px;
	}

	.oml-match-team--home {
		grid-template-columns: minmax(0, 1fr) 106px;
	}

	.oml-match-team--away {
		grid-template-columns: 106px minmax(0, 1fr);
	}

	.oml-match-team h2 {
		font-size: 29px;
	}

	.oml-match-team p {
		font-size: 14px;
	}

	.oml-match-crest {
		width: 106px;
		height: 106px;
	}

	.oml-match-crest > span {
		width: 58px;
		height: 58px;
		font-size: 30px;
	}

	.oml-match-date,
	.oml-match-time {
		font-size: 16px;
	}

	.oml-match-score {
		font-size: 44px;
	}

	.oml-match-venue p {
		font-size: 13px;
	}

	.oml-match-button--hero {
		min-width: 250px;
	}

	.oml-match-odd {
		min-height: 75px;
	}

	.oml-match-odd span {
		font-size: 13px;
	}

	.oml-match-odd strong {
		font-size: 24px;
	}
}

@media (max-width: 640px) {
	.oml-standalone-shell {
		width: 100%;
		padding: 16px 12px 12px;
	}

	.oml-standalone-topbar {
		gap: 12px;
		padding: 0 4px 12px;
	}

	.oml-standalone-brand,
	.oml-standalone-topbar__actions {
		min-width: 0;
	}

	.oml-standalone-brand__mark {
		font-size: 28px;
	}

	.oml-standalone-brand__text strong {
		font-size: 20px;
	}

	.oml-standalone-brand__text small {
		font-size: 9px;
	}

	.oml-standalone-topbar__actions {
		gap: 12px;
	}

	.oml-standalone-promo {
		max-width: 185px;
		min-height: 42px;
		padding: 8px 12px;
		font-size: 12px;
		white-space: normal;
	}

	.oml-standalone-menu {
		width: 30px;
	}

	.oml-match-hero {
		gap: 10px;
		min-height: 0;
		padding: 14px;
	}

	.oml-match-hero__league {
		font-size: 14px;
	}

	.oml-match-hero__match {
		grid-template-columns: 1fr;
		gap: 10px;
		min-height: 0;
	}

	.oml-match-team--home,
	.oml-match-team--away {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 12px;
		padding: 10px;
		border: 1px solid rgba(102, 185, 255, 0.2);
		border-radius: 12px;
		background: linear-gradient(90deg, rgba(2, 37, 74, 0.7), rgba(0, 21, 46, 0.42));
		text-align: left;
	}

	.oml-match-team--home .oml-match-crest,
	.oml-match-team--away .oml-match-crest {
		grid-column: 1;
		grid-row: 1;
	}

	.oml-match-team--home .oml-match-team__text,
	.oml-match-team--away .oml-match-team__text {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		min-width: 0;
	}

	.oml-match-team h2 {
		font-size: 27px;
		line-height: 1;
	}

	.oml-match-crest {
		width: 76px;
		height: 76px;
	}

	.oml-match-crest > span {
		width: 49px;
		height: 49px;
		font-size: 26px;
	}

	.oml-match-scoreboard {
		order: -1;
		gap: 3px;
		padding: 10px 12px;
		border: 1px solid rgba(102, 185, 255, 0.18);
		border-radius: 12px;
		background: rgba(0, 18, 40, 0.46);
	}

	.oml-match-score {
		margin-top: 4px;
		font-size: 36px;
		letter-spacing: 6px;
	}

	.oml-match-date,
	.oml-match-time {
		font-size: 15px;
	}

	.oml-match-button,
	.oml-match-button--hero {
		width: 100%;
		min-width: 0;
	}

	.oml-match-odds__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oml-match-odds__grid .oml-match-odd:last-child {
		grid-column: 1 / -1;
	}

	.oml-match-grid,
	.oml-match-content-grid,
	.oml-match-lineups__grid,
	.oml-match-form__grid,
	.oml-match-h2h__summary,
	.oml-match-fact-grid {
		grid-template-columns: 1fr;
	}

	.oml-match-content-grid .oml-match-section:nth-child(3n),
	.oml-match-content-grid .oml-match-section--content,
	.oml-match-facts {
		grid-column: auto;
	}

	.oml-match-lineup-team + .oml-match-lineup-team {
		border-left: 0;
		border-top: 1px solid rgba(115, 190, 255, 0.2);
		padding-top: 12px;
		padding-left: 0;
	}

	.oml-match-live__board {
		grid-template-columns: minmax(0, 1fr) 42px 82px;
	}

	.oml-match-live__teams {
		font-size: 19px;
	}

	.oml-match-cta {
		display: grid;
	}

}

.oml-home-catalog {
	display: grid;
	gap: 20px;
}

.oml-home-shell {
	overflow: visible;
}

.oml-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 24px;
	align-items: end;
	min-height: 330px;
	padding: 34px 38px;
	overflow: hidden;
	border: 1px solid var(--oml-border);
	border-radius: var(--oml-radius);
	background:
		linear-gradient(180deg, rgba(0, 11, 26, 0.12) 0%, rgba(0, 15, 33, 0.5) 58%, rgba(0, 7, 18, 0.95) 100%),
		radial-gradient(ellipse at 72% 82%, rgba(40, 184, 79, 0.3) 0%, rgba(7, 89, 52, 0.16) 25%, transparent 48%),
		radial-gradient(ellipse at 45% 22%, rgba(41, 128, 219, 0.46) 0%, rgba(8, 49, 99, 0.5) 38%, transparent 76%),
		linear-gradient(112deg, rgba(0, 10, 25, 0.98), rgba(0, 42, 84, 0.68) 50%, rgba(0, 10, 25, 0.98)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 27px);
	box-shadow: var(--oml-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.oml-home-hero::before,
.oml-home-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.oml-home-hero::before {
	background:
		linear-gradient(154deg, transparent 10%, rgba(101, 185, 255, 0.18) 11.5%, transparent 13%),
		linear-gradient(26deg, transparent 10%, rgba(101, 185, 255, 0.18) 11.5%, transparent 13%),
		repeating-radial-gradient(ellipse at 50% 96%, transparent 0 20px, rgba(112, 184, 255, 0.045) 21px 22px);
	opacity: 0.9;
}

.oml-home-hero::after {
	background:
		linear-gradient(90deg, rgba(0, 9, 21, 0.74), transparent 22%, transparent 78%, rgba(0, 9, 21, 0.74)),
		radial-gradient(ellipse at 70% 96%, rgba(62, 177, 82, 0.28), transparent 230px),
		linear-gradient(180deg, transparent 0 54%, rgba(0, 6, 16, 0.58) 100%);
}

.oml-home-hero > * {
	position: relative;
	z-index: 1;
}

.oml-home-hero__content {
	display: grid;
	gap: 14px;
	max-width: 700px;
}

.oml-home-eyebrow {
	width: fit-content;
	margin: 0;
	padding: 8px 13px;
	border: 1px solid rgba(126, 199, 255, 0.42);
	border-radius: 999px;
	background: rgba(0, 24, 50, 0.68);
	color: #93d5ff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.oml-home-hero h1 {
	max-width: 780px;
	margin: 0;
	color: #ffffff;
	font-size: 64px;
	font-weight: 950;
	line-height: 0.95;
	text-transform: uppercase;
	text-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.oml-home-hero p {
	margin: 0;
	color: var(--oml-muted);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.45;
}

.oml-home-summary {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.oml-home-summary div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	border: 1px solid rgba(103, 187, 255, 0.3);
	border-radius: 13px;
	background: rgba(0, 18, 40, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.oml-home-summary strong {
	color: #ffffff;
	font-size: 33px;
	font-weight: 950;
	line-height: 1;
}

.oml-home-summary span {
	color: var(--oml-muted);
	font-size: 13px;
	font-weight: 900;
	text-align: right;
	text-transform: uppercase;
}

.oml-home-catalog-section {
	gap: 20px;
}

.oml-home-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.oml-home-section-head h2 {
	margin: 0;
	color: #ffffff;
	font-size: 28px;
	font-weight: 950;
	text-transform: uppercase;
}

.oml-home-section-head p {
	max-width: 720px;
	margin: 8px 0 0;
	color: var(--oml-muted);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.oml-home-match-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.oml-home-match-card {
	min-width: 0;
	border: 1px solid rgba(85, 172, 255, 0.3);
	border-radius: 13px;
	background:
		linear-gradient(145deg, rgba(0, 41, 82, 0.82), rgba(0, 15, 34, 0.94)),
		radial-gradient(circle at 18% 12%, rgba(88, 169, 255, 0.16), transparent 190px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.oml-home-match-card:hover {
	border-color: rgba(119, 211, 255, 0.66);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(72, 190, 255, 0.12);
	transform: translateY(-2px);
}

.oml-home-match-card a {
	display: grid;
	gap: 16px;
	min-height: 100%;
	padding: 18px;
	color: inherit;
	text-decoration: none;
}

.oml-home-match-card__top,
.oml-home-match-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: var(--oml-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

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

.oml-home-match-card__top span,
.oml-home-match-card__top b,
.oml-home-match-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 5px 9px;
	border: 1px solid rgba(112, 190, 255, 0.22);
	border-radius: 999px;
	background: rgba(0, 19, 41, 0.6);
}

.oml-home-match-card__top b {
	color: #dff3ff;
	font-weight: 950;
}

.oml-home-match-card--live .oml-home-match-card__top b {
	border-color: rgba(41, 212, 74, 0.48);
	background: rgba(28, 152, 52, 0.22);
	color: #91ff9f;
}

.oml-home-match-card__teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.oml-home-team {
	display: grid;
	gap: 9px;
	justify-items: start;
	min-width: 0;
}

.oml-home-team--away {
	justify-items: end;
	text-align: right;
}

.oml-home-team__badge {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border: 1px solid rgba(124, 200, 255, 0.34);
	border-radius: 50%;
	background:
		radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.22), transparent 35%),
		linear-gradient(180deg, rgba(18, 86, 155, 0.9), rgba(0, 23, 49, 0.96));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 24px rgba(0, 0, 0, 0.28);
}

.oml-home-team__badge img {
	width: 78%;
	height: 78%;
	object-fit: contain;
}

.oml-home-team__badge i {
	color: #ffffff;
	font-size: 24px;
	font-style: normal;
	font-weight: 950;
}

.oml-home-team strong {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.oml-home-score {
	min-width: 64px;
	padding: 10px 9px;
	border: 1px solid rgba(115, 190, 255, 0.24);
	border-radius: 12px;
	background: rgba(0, 16, 35, 0.72);
	color: #ffffff;
	font-size: 24px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.oml-home-match-card__venue {
	min-height: 42px;
	margin: 0;
	color: var(--oml-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.oml-home-match-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: auto;
	border: 1px solid rgba(143, 255, 152, 0.45);
	border-radius: 10px;
	background: linear-gradient(180deg, #34c94f, #158d2d);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 12px 26px rgba(23, 159, 49, 0.22);
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
	text-transform: uppercase;
}

.oml-home-empty {
	padding: 22px;
	border: 1px dashed rgba(130, 200, 255, 0.36);
	border-radius: 13px;
	background: rgba(0, 20, 43, 0.52);
}

.oml-home-empty h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 950;
}

.oml-home-empty p {
	margin: 0;
	color: var(--oml-muted);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

@media (max-width: 979px) {
	.oml-home-hero {
		grid-template-columns: 1fr;
		align-items: start;
		min-height: 0;
	}

	.oml-home-hero h1 {
		font-size: 52px;
	}

	.oml-home-summary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oml-home-summary div {
		display: grid;
		justify-items: start;
	}

	.oml-home-summary span {
		text-align: left;
	}

	.oml-home-match-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.oml-home-hero {
		gap: 18px;
		padding: 20px 14px;
	}

	.oml-home-hero h1 {
		font-size: 38px;
	}

	.oml-home-hero p {
		font-size: 16px;
	}

	.oml-home-summary,
	.oml-home-match-grid {
		grid-template-columns: 1fr;
	}

	.oml-home-section-head h2 {
		font-size: 23px;
	}

	.oml-home-match-card__teams {
		grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
		gap: 9px;
	}

	.oml-home-team__badge {
		width: 48px;
		height: 48px;
	}

	.oml-home-team strong {
		font-size: 17px;
	}

	.oml-home-score {
		min-width: 58px;
		font-size: 20px;
	}

	.oml-match-watch-preview {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 14px;
	}

	.oml-match-watch-preview__screen {
		min-height: 172px;
	}

	.oml-match-watch-preview__info {
		min-width: 0;
		text-align: center;
	}

	.oml-match-watch-preview__info strong {
		font-size: 21px;
	}

	.oml-match-watch-preview__button {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.oml-match-card-head {
		align-items: flex-start;
	}

	.oml-match-bet-pick,
	.oml-match-confidence {
		grid-template-columns: 1fr;
	}

	.oml-match-live__board {
		grid-template-columns: minmax(0, 1fr) 40px;
	}

	.oml-match-live__time {
		grid-column: 1 / -1;
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 320px) {
	.oml-standalone-shell {
		padding: 12px 8px;
		overflow-x: hidden;
	}

	.oml-standalone-topbar {
		gap: 8px;
		padding-right: 0;
		padding-left: 0;
	}

	.oml-standalone-brand {
		gap: 4px;
	}

	.oml-standalone-brand__mark {
		font-size: 22px;
	}

	.oml-standalone-brand__text strong {
		font-size: 16px;
	}

	.oml-standalone-brand__text small {
		font-size: 8px;
	}

	.oml-standalone-promo {
		max-width: 118px;
		min-height: 34px;
		padding: 6px 8px;
		font-size: 10px;
	}

	.oml-standalone-promo__icon {
		width: 16px;
		height: 16px;
		border-width: 1px;
	}

	.oml-standalone-menu {
		width: 32px;
		height: 32px;
	}

	.oml-match,
	.oml-match-section {
		padding: 12px;
	}

	.oml-match-hero {
		width: 100%;
		min-width: 0;
		padding: 12px;
	}

	.oml-match-hero__match,
	.oml-match-scoreboard,
	.oml-match-team,
	.oml-match-team--home,
	.oml-match-team--away {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.oml-match-team--home,
	.oml-match-team--away {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 9px;
		padding: 8px;
	}

	.oml-match-crest {
		width: 56px;
		height: 56px;
	}

	.oml-match-crest > span {
		width: 38px;
		height: 38px;
		font-size: 21px;
	}

	.oml-match-team h2 {
		font-size: 20px;
		overflow-wrap: anywhere;
	}

	.oml-match-team p,
	.oml-match-venue p {
		font-size: 11px;
		overflow-wrap: anywhere;
	}

	.oml-match-score {
		font-size: 30px;
		letter-spacing: 4px;
	}

	.oml-match-date,
	.oml-match-time {
		font-size: 13px;
	}

	.oml-match-odds__grid {
		grid-template-columns: 1fr;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.oml-match-odds__grid .oml-match-odd:last-child {
		grid-column: auto;
	}

	.oml-match-live__board {
		grid-template-columns: 1fr;
	}

	.oml-match-live__time {
		display: grid;
		gap: 4px;
	}
}
