.golpl-premium,
.golpl-premium * {
	box-sizing: border-box;
}

body.golpl-premium-takeover {
	margin: 0;
	background: #030d16;
}

.golpl-premium {
	--gpl-bg: #030d16;
	--gpl-panel: #061827;
	--gpl-panel-2: #082033;
	--gpl-line: #17364d;
	--gpl-text: #f4f8fb;
	--gpl-muted: #91a5b7;
	--gpl-blue: #129df3;
	--gpl-accent: #a8f000;
	--gpl-danger: #ff3344;
	--gpl-content-width: 1440px;
	position: relative;
	min-height: 100vh;
	background:
		radial-gradient(circle at 12% 7%, rgba(18, 157, 243, .09), transparent 26rem),
		linear-gradient(180deg, #020910 0, var(--gpl-bg) 14rem, #02111b 100%);
	color: var(--gpl-text);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

.golpl-premium a {
	color: inherit;
	text-decoration: none;
}

.golpl-premium button,
.golpl-premium input {
	font: inherit;
}

.golpl-premium img {
	display: block !important;
	max-width: 100%;
	opacity: 1 !important;
	visibility: visible !important;
}

body.golpl-premium-takeover .golpl-premium,
body.golpl-premium-takeover .golpl-premium h1,
body.golpl-premium-takeover .golpl-premium h2,
body.golpl-premium-takeover .golpl-premium h3,
body.golpl-premium-takeover .golpl-premium h4 {
	color: var(--gpl-text) !important;
}

body.golpl-premium-takeover .golpl-premium .gpl-section__top h2,
body.golpl-premium-takeover .golpl-premium .gpl-latest-row h3,
body.golpl-premium-takeover .golpl-premium .gpl-latest-row h3 a,
body.golpl-premium-takeover .golpl-premium .gpl-module__feature-copy strong,
body.golpl-premium-takeover .golpl-premium .gpl-module__item strong,
body.golpl-premium-takeover .golpl-premium .gpl-trending__item strong,
body.golpl-premium-takeover .golpl-premium .gpl-newsletter h2 {
	color: var(--gpl-text) !important;
	font-family: "Barlow Condensed", Arial, sans-serif !important;
}

.golpl-premium svg {
	width: 1.15em;
	height: 1.15em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.golpl-premium .screen-reader-text,
.gpl-skip-link:not(:focus) {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}

.gpl-skip-link:focus {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	padding: 10px 14px;
	background: #fff;
	color: #000;
}

.gpl-container {
	width: min(calc(100% - 28px), var(--gpl-content-width));
	margin-inline: auto;
}

.gpl-main {
	padding: 14px 0 0;
}

.gpl-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(65, 105, 133, .45);
	background: rgba(2, 9, 16, .93);
	box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
	backdrop-filter: blur(16px);
}

.gpl-header__inner {
	display: flex;
	align-items: stretch;
	min-height: 62px;
}

.gpl-logo {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	min-width: 158px;
	padding-right: 14px;
}

.gpl-logo__mark {
	position: relative;
	display: block;
	overflow: hidden;
	width: 31px;
	height: 31px;
}

.gpl-logo__mark img {
	width: auto;
	max-width: none;
	height: 31px;
	filter: grayscale(1) brightness(0) invert(1);
}

.gpl-logo__text {
	font-family: Inter, Arial, sans-serif;
	font-size: 23px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -.45px;
}

.gpl-nav {
	min-width: 0;
	margin-right: auto;
}

.gpl-nav__list,
.gpl-nav .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gpl-nav__list {
	display: flex;
	height: 100%;
}

.gpl-nav__list > li {
	position: relative;
	display: flex;
	align-items: stretch;
}

.gpl-nav__list > li > a {
	display: flex;
	align-items: center;
	padding: 0 clamp(8px, 1vw, 17px);
	border-bottom: 3px solid transparent;
	color: #e8eef3;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	transition: color .2s, background .2s, border-color .2s;
}

.gpl-nav__list > li > a:hover,
.gpl-nav__list > .current-menu-item > a {
	border-bottom-color: var(--gpl-blue);
	background: linear-gradient(180deg, transparent, rgba(18, 157, 243, .15));
	color: #fff;
}

.gpl-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 200px;
	padding: 8px;
	border: 1px solid var(--gpl-line);
	background: var(--gpl-panel);
	box-shadow: 0 18px 34px rgba(0, 0, 0, .35);
}

.gpl-nav li:hover > .sub-menu,
.gpl-nav li:focus-within > .sub-menu {
	display: block;
}

.gpl-nav .sub-menu a {
	display: block;
	padding: 9px 10px;
}

.gpl-header__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 5px;
}

.gpl-icon-button {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid transparent;
	border-radius: 50%;
	color: #e8f2f8;
}

.gpl-icon-button:hover {
	border-color: var(--gpl-line);
	background: var(--gpl-panel-2);
}

.gpl-premium-button,
.gpl-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 7px 14px;
	border-radius: 3px;
	background: var(--gpl-accent);
	box-shadow: 0 7px 18px rgba(168, 240, 0, .13);
	color: #071000 !important;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .25px;
	text-align: center;
	transition: transform .2s, filter .2s;
}

.gpl-premium-button:hover,
.gpl-cta:hover {
	filter: brightness(1.1);
	transform: translateY(-1px);
}

.gpl-menu-toggle {
	display: none;
}

.gpl-panel,
.gpl-section {
	border: 1px solid var(--gpl-line);
	border-radius: 4px;
	background: linear-gradient(145deg, rgba(8, 31, 49, .95), rgba(4, 20, 33, .97));
	box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 12px 30px rgba(0, 0, 0, .08);
}

.gpl-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(225px, .84fr) minmax(215px, .78fr);
	gap: 10px;
	height: 382px;
	min-height: 0;
}

.gpl-slider {
	position: relative;
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--gpl-line);
	border-radius: 4px;
	background: #06121d;
}

.gpl-slider__viewport,
.gpl-slider__track,
.gpl-slide {
	height: 100%;
}

.gpl-slider__track {
	display: flex;
	transition: transform .65s cubic-bezier(.2, .8, .2, 1);
	will-change: transform;
}

.gpl-slider--fade .gpl-slider__track {
	position: relative;
	display: block;
	transform: none !important;
}

.gpl-slide {
	position: relative;
	flex: 0 0 100%;
	min-width: 100%;
}

.gpl-slider--fade .gpl-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .6s;
}

.gpl-slider--fade .gpl-slide.is-active {
	z-index: 1;
	opacity: 1;
}

.gpl-slide__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gpl-slide__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(1, 7, 12, .78) 0, rgba(1, 7, 12, .36) 58%, rgba(1, 7, 12, .1)),
		linear-gradient(0deg, rgba(2, 9, 15, .82), transparent 65%);
}

.gpl-slide__content {
	position: absolute;
	z-index: 2;
	left: 24px;
	bottom: 32px;
	max-width: 74%;
}

.gpl-kicker {
	display: inline-flex;
	margin-bottom: 9px;
	padding: 2px 6px;
	border-radius: 2px;
	background: #007fe0;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
}

.gpl-live {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 8px;
	padding: 2px 7px;
	border-radius: 999px;
	background: var(--gpl-danger);
	color: #fff;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
}

.gpl-live i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .17);
}

.gpl-live--small {
	margin: 0;
	padding: 2px 7px;
	font-size: 10px;
}

.gpl-slide h1 {
	max-width: 620px;
	margin: 0 0 8px;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: clamp(32px, 2.8vw, 50px);
	font-weight: 700;
	line-height: .99;
	letter-spacing: -.7px;
	text-wrap: balance;
}

.gpl-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--gpl-muted);
	font-size: 10px;
}

.gpl-meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.gpl-meta svg {
	width: 13px;
	height: 13px;
}

.gpl-slide .gpl-cta {
	margin-top: 14px;
}

.gpl-slider__arrow,
.gpl-scroller-arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	display: grid;
	width: 34px;
	height: 34px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	background: rgba(2, 10, 17, .6);
	color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .2s, opacity .2s;
}

.gpl-slider__arrow:hover,
.gpl-scroller-arrow:hover {
	background: rgba(18, 157, 243, .85);
}

.gpl-slider__arrow--prev {
	left: 12px;
}

.gpl-slider__arrow--next {
	right: 12px;
}

.gpl-slider__arrow--prev:not(:hover),
.gpl-slider__arrow--next:not(:hover) {
	opacity: .45;
}

.gpl-slider__dots {
	position: absolute;
	z-index: 4;
	right: 19px;
	bottom: 14px;
	display: flex;
	gap: 7px;
}

.gpl-slider__dots button {
	width: 18px;
	height: 4px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: rgba(255, 255, 255, .52);
	cursor: pointer;
}

.gpl-slider__dots button.is-active {
	background: var(--gpl-accent);
}

.gpl-trending {
	display: flex;
	overflow: hidden;
	flex-direction: column;
}

.gpl-trending__title {
	padding: 8px 11px 6px;
	border-bottom: 1px solid var(--gpl-line);
	color: var(--gpl-blue);
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
}

.gpl-trending__list {
	display: grid;
	flex: 1;
	grid-template-rows: repeat(4, 1fr);
}

.gpl-trending__item {
	display: grid;
	min-height: 0;
	padding: 7px;
	grid-template-columns: 69px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid rgba(51, 91, 119, .42);
	transition: background .2s;
}

.gpl-trending__item:hover {
	background: rgba(18, 157, 243, .08);
}

.gpl-trending__item img {
	width: 69px !important;
	height: 46px !important;
	border-radius: 2px;
	object-fit: cover;
}

.gpl-trending__item span {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.gpl-trending__item small {
	overflow: hidden;
	color: var(--gpl-muted);
	font-size: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gpl-trending__item small b {
	margin-left: 5px;
	color: var(--gpl-accent);
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 9px;
}

.gpl-trending__item strong {
	display: -webkit-box;
	overflow: hidden;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.13;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gpl-text-link {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: var(--gpl-blue) !important;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.gpl-text-link svg,
.gpl-section__top a svg {
	width: 14px;
	height: 14px;
}

.gpl-trending__more {
	justify-content: center;
	padding: 6px;
}

.gpl-promo-slider {
	position: relative;
	overflow: hidden;
	min-width: 0;
	background: #051731;
	text-align: center;
}

.gpl-promo-slider__viewport,
.gpl-promo-slider__track {
	position: relative;
	height: 100%;
}

.gpl-promo-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .55s ease;
}

.gpl-promo-slide.is-active {
	z-index: 1;
	opacity: 1;
}

.gpl-promo-slide__image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.gpl-promo-slide__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 12, 25, .18), rgba(2, 12, 25, .55) 44%, rgba(2, 9, 18, .94));
}

.gpl-promo-slide__copy {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 22px 18px 40px;
}

.gpl-promo-slide__brand {
	margin-bottom: 7px;
	color: #bfeaff;
	font-size: 13px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: .6px;
}

.gpl-promo-slide h2 {
	margin: 0;
	color: #fff !important;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: clamp(23px, 1.8vw, 32px);
	font-weight: 700;
	line-height: 1.01;
	text-wrap: balance;
}

.gpl-promo-slide p {
	margin: 8px 0 15px;
	color: #b4c5d3;
	font-size: 10px;
	line-height: 1.35;
}

.gpl-promo-slide .gpl-cta {
	min-height: 30px;
	padding: 6px 12px;
	font-size: 12px;
}

.gpl-promo-slider__arrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: grid;
	width: 30px;
	height: 30px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	background: rgba(2, 10, 17, .62);
	color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
}

.gpl-promo-slider__arrow:hover {
	background: rgba(18, 157, 243, .88);
}

.gpl-promo-slider__arrow--prev { left: 8px; }
.gpl-promo-slider__arrow--next { right: 8px; }

.gpl-promo-slider__dots {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 14px;
	left: 0;
	display: flex;
	justify-content: center;
	gap: 5px;
}

.gpl-promo-slider__dots button {
	width: 17px;
	height: 3px;
	padding: 0;
	border: 0;
	border-radius: 3px;
	background: rgba(255, 255, 255, .48);
	cursor: pointer;
}

.gpl-promo-slider__dots button.is-active {
	background: var(--gpl-accent);
}

.gpl-section {
	margin-top: 11px;
	padding: 9px 11px 11px;
}

.gpl-section__top {
	display: flex;
	min-height: 24px;
	align-items: center;
	gap: 12px;
}

.gpl-section__top h2 {
	margin: 0;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .15px;
}

.gpl-section__top > a {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	margin-left: auto;
	color: var(--gpl-accent);
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.gpl-match {
	padding-bottom: 10px;
}

.gpl-match__top {
	margin-bottom: 6px;
}

.gpl-match__filters {
	display: flex;
	margin-left: auto;
	gap: 4px;
}

.gpl-match__filters button {
	padding: 4px 8px;
	border: 0;
	border-radius: 2px;
	background: transparent;
	color: var(--gpl-muted);
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
}

.gpl-match__filters button.is-active,
.gpl-match__filters button:hover {
	background: rgba(18, 157, 243, .11);
	color: #fff;
}

.gpl-match__scroller {
	position: relative;
	overflow: hidden;
}

.gpl-match__track {
	display: grid;
	grid-auto-columns: minmax(170px, 1fr);
	grid-auto-flow: column;
	overflow-x: auto;
	gap: 8px;
	scrollbar-width: none;
	scroll-behavior: smooth;
}

.gpl-match__track::-webkit-scrollbar {
	display: none;
}

.gpl-match-card {
	display: grid;
	min-height: 92px;
	padding: 8px;
	border: 1px solid rgba(32, 75, 105, .74);
	border-radius: 3px;
	background: linear-gradient(180deg, rgba(10, 35, 54, .9), rgba(4, 20, 33, .9));
	text-align: center;
	transition: transform .2s, border-color .2s;
}

.gpl-match-card:hover {
	border-color: var(--gpl-blue);
	transform: translateY(-2px);
}

.gpl-match-card__league {
	color: #d3dde5;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 9px;
}

.gpl-match-card__score {
	display: grid;
	grid-template-columns: 28px 1fr 28px;
	align-items: center;
	gap: 7px;
}

.gpl-match-card__score strong {
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 23px;
	font-weight: 500;
}

.gpl-team-badge {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.gpl-team-badge--fallback {
	display: grid;
	place-items: center;
	border: 2px solid #c5d6e3;
	border-radius: 7px 7px 12px 12px;
	background: linear-gradient(140deg, #1576c2, #0b3557);
	color: #fff;
	font-size: 8px;
	font-weight: 800;
}

.gpl-match-card:nth-child(2n) .gpl-team-badge--fallback { background: linear-gradient(140deg, #6f1726, #c03843); }
.gpl-match-card:nth-child(3n) .gpl-team-badge--fallback { background: linear-gradient(140deg, #e3ad00, #b80d1a); }

.gpl-match-card__teams {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 5px;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 10px;
}

.gpl-match-card__teams span:first-child { text-align: left; }
.gpl-match-card__teams span:last-child { text-align: right; }
.gpl-match-card__teams small { color: var(--gpl-muted); }

.gpl-scroller-arrow {
	right: 4px;
	width: 30px;
	height: 30px;
	background: rgba(19, 45, 63, .94);
}

.gpl-bookmakers__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 17px;
	padding: 5px 5px 0;
}

.gpl-bookmaker {
	overflow: hidden;
	border: 1px solid rgba(86, 105, 116, .72);
	border-radius: 7px;
	background: var(--gpl-book-card);
	box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
	text-align: center;
}

.gpl-bookmaker__logo {
	display: flex;
	height: 56px;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	background: var(--gpl-book-logo);
}

.gpl-bookmaker__logo img {
	max-width: 84%;
	max-height: 36px;
	object-fit: contain;
}

.gpl-bookmaker__offer {
	display: grid;
	padding: 11px 12px 6px;
	gap: 3px;
}

.gpl-bookmaker__offer span {
	color: #c7d2da;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 13px;
}

.gpl-bookmaker__offer strong {
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 29px;
	font-weight: 600;
	line-height: 1;
}

.gpl-bookmaker__cta {
	display: flex;
	min-height: 34px;
	margin: 3px 18px 8px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: var(--gpl-book-button);
	color: var(--gpl-book-button-text) !important;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	transition: filter .2s, transform .2s;
}

.gpl-bookmaker__cta:hover {
	filter: brightness(1.1);
	transform: translateY(-1px);
}

.gpl-bookmaker__legal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0 10px 10px;
	color: #81919f;
	font-size: 10px;
}

.gpl-bookmaker__legal img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	opacity: .72;
}

.gpl-editorial-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.94fr) minmax(300px, 1fr);
	gap: 11px;
}

.gpl-latest__list {
	margin-top: 3px;
}

.gpl-latest-row {
	display: grid;
	min-height: 89px;
	padding: 6px 0;
	grid-template-columns: 152px minmax(0, 1fr) 105px;
	align-items: center;
	gap: 13px;
	border-top: 1px solid rgba(47, 84, 109, .56);
}

.gpl-latest-row:first-child {
	border-top-color: var(--gpl-line);
}

.gpl-latest-row__image {
	overflow: hidden;
	height: 75px;
	border-radius: 3px;
}

.gpl-latest-row__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s;
}

.gpl-latest-row:hover .gpl-latest-row__image img {
	transform: scale(1.035);
}

.gpl-latest-row .gpl-meta b {
	color: var(--gpl-accent);
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 9px;
}

.gpl-latest-row h3 {
	margin: 4px 0 0;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
}

.gpl-latest-row__end {
	display: grid;
	align-self: stretch;
	justify-items: end;
	padding: 11px 0;
}

.gpl-latest-row__end span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--gpl-muted);
	font-size: 9px;
}

.gpl-latest-row__end span svg {
	width: 13px;
}

.gpl-latest-row__end a {
	align-self: end;
	color: #dfe8ee;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 12px;
}

.gpl-latest-row__end a:hover {
	color: var(--gpl-blue);
}

.gpl-sidebar {
	display: grid;
	align-content: start;
	gap: 11px;
}

.gpl-standings table {
	width: 100%;
	margin-top: 4px;
	border-collapse: collapse;
	font-size: 10px;
}

.gpl-standings th,
.gpl-standings td {
	padding: 6px 4px;
	border-bottom: 1px solid rgba(47, 84, 109, .45);
	text-align: center;
}

.gpl-standings th {
	color: var(--gpl-muted);
	font-size: 8px;
	font-weight: 500;
}

.gpl-standings th:nth-child(2),
.gpl-standings td:nth-child(2) {
	width: 100%;
	text-align: left;
}

.gpl-standings td i {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 6px;
	border: 2px solid hsl(var(--team-hue), 78%, 57%);
	border-radius: 4px 4px 8px 8px;
	background: hsl(var(--team-hue), 72%, 25%);
	vertical-align: middle;
}

.gpl-standings__more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding-top: 8px;
	color: var(--gpl-blue) !important;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.gpl-newsletter {
	display: grid;
	padding: 14px;
	grid-template-columns: 47px 1fr;
	gap: 8px 11px;
	border: 1px solid var(--gpl-line);
	border-radius: 4px;
	background: linear-gradient(110deg, #102444, #07152a 70%);
}

.gpl-newsletter__icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid #5c7190;
	background: linear-gradient(145deg, #364c6b, #101d31);
}

.gpl-newsletter__icon svg {
	width: 23px;
	height: 23px;
}

.gpl-newsletter h2 {
	margin: 0;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 16px;
}

.gpl-newsletter p {
	margin: 1px 0 0;
	color: #abbccc;
	font-size: 10px;
	line-height: 1.3;
}

.gpl-newsletter form {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 1fr auto;
}

.gpl-newsletter input {
	width: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #b9c8d4;
	border-radius: 2px 0 0 2px;
	outline: none;
	background: #fff;
	color: #111;
}

.gpl-newsletter button {
	padding: 0 14px;
	border: 0;
	border-radius: 0 2px 2px 0;
	background: var(--gpl-accent);
	color: #061000;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-weight: 800;
	cursor: pointer;
}

.gpl-newsletter small {
	grid-column: 1 / -1;
	color: #6f8397;
	font-size: 9px;
}

.gpl-modules {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

.gpl-module {
	min-width: 0;
}

.gpl-module__feature {
	position: relative;
	display: block;
	overflow: hidden;
	height: 192px;
	margin: 3px 0 6px;
	border-radius: 2px;
}

.gpl-module__feature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s;
}

.gpl-module__feature:hover img {
	transform: scale(1.04);
}

.gpl-module__feature-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(2, 9, 15, .92), rgba(2, 9, 15, .04) 70%);
}

.gpl-module__feature-copy {
	position: absolute;
	right: 11px;
	bottom: 10px;
	left: 11px;
	display: grid;
	gap: 5px;
}

.gpl-module__feature-copy strong {
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.08;
}

.gpl-module__feature-copy small,
.gpl-module__item small {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--gpl-muted);
	font-size: 10px;
}

.gpl-module__feature-copy svg,
.gpl-module__item small svg {
	width: 12px;
	height: 12px;
}

.gpl-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(3, 14, 23, .52);
	transform: translate(-50%, -50%);
}

.gpl-play svg {
	width: 22px;
	height: 22px;
	fill: #fff;
}

.gpl-module__list {
	display: grid;
}

.gpl-module__item {
	display: grid;
	min-width: 0;
	padding: 6px 0;
	grid-template-columns: 60px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	border-top: 1px solid rgba(47, 84, 109, .48);
}

.gpl-module__item img {
	width: 60px;
	height: 41px;
	border-radius: 2px;
	object-fit: cover;
}

.gpl-module__item > span:not(.gpl-rank) {
	display: grid;
	min-width: 0;
	gap: 4px;
}

.gpl-module__item strong {
	display: -webkit-box;
	overflow: hidden;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.13;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gpl-module--list .gpl-module__item,
.gpl-module--authors .gpl-module__item {
	grid-template-columns: 61px minmax(0, 1fr);
}

.gpl-module--list .gpl-module__item img,
.gpl-module--authors .gpl-module__item img {
	width: 56px;
	height: 56px;
	border-radius: 2px;
}

.gpl-module--authors .gpl-module__item img {
	border-radius: 50%;
}

.gpl-module--ranking .gpl-module__item {
	grid-template-columns: 27px minmax(0, 1fr);
}

.gpl-rank {
	display: grid;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 50%;
	background: #ffc400;
	color: #05111b;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
}

.gpl-premium-banner {
	position: relative;
	display: grid;
	overflow: hidden;
	min-height: 192px;
	margin-top: 11px;
	padding: 24px 38px;
	grid-template-columns: 1fr .7fr;
	align-items: center;
	gap: 24px;
	border: 1px solid #16406c;
	border-radius: 4px;
	background:
		linear-gradient(90deg, rgba(2, 17, 39, .95), rgba(2, 20, 47, .54) 56%, rgba(2, 14, 33, .91)),
		var(--gpl-premium-image) center/cover no-repeat,
		#061a38;
}

.gpl-premium-banner::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 25%, rgba(20, 126, 221, .12) 51%, transparent 74%);
	content: "";
}

.gpl-premium-banner > * {
	position: relative;
	z-index: 1;
}

.gpl-premium-banner__copy > span {
	font-size: 25px;
	font-weight: 800;
	font-style: normal;
}

.gpl-premium-banner h2 {
	margin: 0 0 10px;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 26px;
	font-weight: 500;
}

.gpl-premium-banner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gpl-premium-banner li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	color: #c7d6e1;
	font-size: 11px;
}

.gpl-premium-banner li svg {
	width: 17px;
	height: 17px;
	color: #19a8ff;
}

.gpl-premium-banner__action {
	justify-self: end;
	max-width: 290px;
	text-align: center;
}

.gpl-premium-banner__action p {
	color: #b2c3d0;
}

.gpl-footer {
	margin-top: 11px;
	border-top: 1px solid #16364c;
	background: #03101a;
}

.gpl-footer__grid {
	display: grid;
	padding: 28px 14px 19px;
	grid-template-columns: 1.2fr repeat(3, .75fr) 1.05fr;
	gap: 27px;
}

.gpl-footer__grid > div:not(:first-child) {
	padding-left: 26px;
	border-left: 1px solid #18374c;
}

.gpl-footer .gpl-logo {
	min-width: 0;
	padding: 0;
}

.gpl-footer__brand p,
.gpl-footer__apps p {
	max-width: 220px;
	color: #8398a9;
	font-size: 12px;
}

.gpl-footer h2 {
	margin: 0 0 12px;
	color: #a7b7c3;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
}

.gpl-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gpl-footer li {
	margin: 5px 0;
	color: #8699a8;
	font-size: 12px;
}

.gpl-footer a:hover {
	color: var(--gpl-blue);
}

.gpl-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.gpl-socials a {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 50%;
	background: #263746;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.gpl-socials img {
	width: 15px;
	height: 15px;
	object-fit: contain;
}

.gpl-footer__apps a {
	display: block;
	width: 136px;
	margin: 7px 0;
	padding: 8px 10px;
	border: 1px solid #526576;
	border-radius: 5px;
	background: #020406;
	font-size: 13px;
	text-align: center;
}

.gpl-footer__copyright {
	margin: 0;
	padding: 15px 0 22px;
	border-top: 1px solid #132c3d;
	color: #607586;
	font-size: 11px;
	text-align: center;
}

.gpl-provider-embed {
	padding: 8px 0;
}

@media (max-width: 1240px) {
	.gpl-nav__list > li > a { padding-inline: 9px; font-size: 13px; }
	.gpl-logo { min-width: 160px; }
	.gpl-hero { grid-template-columns: 1.65fr .85fr; }
	.gpl-promo-slider { display: none; }
	.gpl-bookmakers__grid { gap: 12px; }
	.gpl-bookmaker__cta { margin-inline: 12px; }
}

@media (max-width: 1024px) {
	.gpl-container { width: min(calc(100% - 24px), var(--gpl-content-width)); }
	.gpl-header__inner { min-height: 58px; }
	.gpl-logo { margin-right: auto; }
	.gpl-menu-toggle {
		display: grid;
		width: 42px;
		height: 42px;
		margin: auto 7px auto 0;
		padding: 11px;
		align-content: center;
		gap: 4px;
		border: 1px solid var(--gpl-line);
		border-radius: 4px;
		background: transparent;
		color: #fff;
	}
	.gpl-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: currentColor; }
	.gpl-nav {
		position: absolute;
		top: 100%;
		right: 12px;
		left: 12px;
		display: none;
		padding: 8px;
		border: 1px solid var(--gpl-line);
		background: #04131f;
		box-shadow: 0 20px 40px rgba(0, 0, 0, .42);
	}
	.gpl-nav.is-open { display: block; }
	.gpl-nav__list { display: grid; }
	.gpl-nav__list > li > a { min-height: 43px; width: 100%; border-bottom: 0; }
	.gpl-nav .sub-menu { position: static; display: block; padding-left: 20px; border: 0; background: transparent; box-shadow: none; }
	.gpl-hero { height: 350px; min-height: 0; }
	.gpl-slide__content { max-width: 82%; }
	.gpl-bookmakers__grid { grid-template-columns: repeat(2, 1fr); }
	.gpl-editorial-grid { grid-template-columns: 1fr; }
	.gpl-sidebar { grid-template-columns: 1fr 1fr; }
	.gpl-modules { grid-template-columns: repeat(2, 1fr); }
	.gpl-premium-banner { grid-template-columns: 1fr .6fr; padding-inline: 24px; }
	.gpl-footer__grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
	.gpl-footer__grid > div:nth-child(4), .gpl-footer__grid > div:nth-child(5) { border-top: 1px solid #18374c; padding-top: 24px; }
}

@media (max-width: 720px) {
	.gpl-container { width: min(calc(100% - 18px), var(--gpl-content-width)); }
	.gpl-main { padding-top: 9px; }
	.gpl-logo { min-width: 132px; gap: 6px; }
	.gpl-logo__mark, .gpl-logo__mark img { height: 30px; }
	.gpl-logo__mark { width: 30px; }
	.gpl-logo__text { font-size: 23px; }
	.gpl-header__hide-mobile, .gpl-header__actions .gpl-premium-button { display: none; }
	.gpl-header__actions { gap: 0; }
	.gpl-hero { display: block; height: 380px; min-height: 0; }
	.gpl-slider { height: 380px; }
	.gpl-trending { display: none; }
	.gpl-slide__content { right: 18px; bottom: 32px; left: 18px; max-width: none; }
	.gpl-slide h1 { font-size: 34px; }
	.gpl-slider__arrow { top: 42%; width: 34px; height: 34px; }
	.gpl-slider__dots { right: 16px; bottom: 13px; }
	.gpl-match__filters { overflow-x: auto; width: 100%; margin: 6px 0 0; order: 3; scrollbar-width: none; }
	.gpl-match__top { flex-wrap: wrap; }
	.gpl-match__track { grid-auto-columns: 74%; }
	.gpl-bookmakers__grid { grid-template-columns: 1fr; gap: 10px; padding-inline: 0; }
	.gpl-bookmaker { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
	.gpl-bookmaker__logo { height: 60px; }
	.gpl-bookmaker__offer { padding: 8px; }
	.gpl-bookmaker__offer strong { font-size: 25px; }
	.gpl-bookmaker__cta { grid-column: 1 / -1; min-height: 34px; }
	.gpl-bookmaker__legal { grid-column: 1 / -1; }
	.gpl-latest-row { grid-template-columns: 102px minmax(0, 1fr); gap: 9px; }
	.gpl-latest-row__image { height: 66px; }
	.gpl-latest-row h3 { font-size: 16px; }
	.gpl-latest-row__end { grid-column: 2; display: flex; justify-content: space-between; padding: 0 0 4px; }
	.gpl-sidebar, .gpl-modules { grid-template-columns: 1fr; }
	.gpl-module__feature { height: 176px; }
	.gpl-premium-banner { min-height: 260px; padding: 23px 18px; grid-template-columns: 1fr; text-align: center; }
	.gpl-premium-banner ul { display: inline-grid; text-align: left; }
	.gpl-premium-banner__action { justify-self: center; }
	.gpl-footer__grid { grid-template-columns: 1fr 1fr; gap: 25px 18px; padding-inline: 0; }
	.gpl-footer__grid > div:not(:first-child) { padding-left: 16px; }
	.gpl-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
	.gpl-section { padding-inline: 10px; }
	.gpl-section__top h2 { font-size: 17px; }
	.gpl-slide .gpl-kicker { margin-bottom: 8px; }
	.gpl-slide h1 { font-size: 31px; }
	.gpl-latest-row { grid-template-columns: 92px minmax(0, 1fr); }
	.gpl-latest-row__image { height: 62px; }
	.gpl-latest-row__end { font-size: 12px; }
	.gpl-footer__grid { grid-template-columns: 1fr; }
	.gpl-footer__grid > div, .gpl-footer__brand { grid-column: 1; }
	.gpl-footer__grid > div:not(:first-child) { padding: 16px 0 0; border-top: 1px solid #18374c; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.golpl-premium *,
	.golpl-premium *::before,
	.golpl-premium *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
