:root {
	--color-background: #071426;
	--color-surface: #0b2636;
	--color-text: #ffffff;
	--color-muted: #aeb8c5;
	--color-brand: #0b7a4b;
	--color-brand-dark: #075f3a;
	--color-header: #0b2034;
	--color-header-text: #9198a6;
	--color-header-active: #67f5ee;
	--color-action: #f7005a;
	--color-action-hover: #d9004f;
	--container-width: 1360px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	padding-top: var(--site-header-height, 70px);
	background-color: var(--color-background);
	background-image: radial-gradient(
		ellipse 68% 72% at 42% 72%,
		rgb(0 106 111 / 58%) 0%,
		rgb(5 61 70 / 48%) 36%,
		rgb(7 20 38 / 0%) 76%
	);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: var(--color-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

a {
	color: var(--color-brand);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.container {
	width: min(100% - 32px, var(--container-width));
	margin-inline: auto;
}

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background: var(--color-header);
}

body.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 70px;
	padding-inline: 24px 12px;
	gap: 42px;
}

.site-logo {
	display: inline-flex;
	align-items: center;
}

.site-logo img {
	width: 131px;
	height: auto;
}

.quick-links {
	margin-top: 20px;
	padding-bottom: 0;
}

.quick-links__track {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	cursor: grab;
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.quick-links__track:active {
	cursor: grabbing;
}

.quick-links .container::after {
	display: block;
	height: 1px;
	margin-top: 16px;
	background: linear-gradient(
		90deg,
		rgb(97 243 237 / 0%) 0%,
		rgb(97 243 237 / 22%) 22%,
		rgb(97 243 237 / 46%) 50%,
		rgb(97 243 237 / 22%) 78%,
		rgb(97 243 237 / 0%) 100%
	);
	box-shadow: 0 1px 10px rgb(97 243 237 / 14%);
	content: "";
}

.breadcrumbs-wrap {
	padding-top: 20px;
	color: var(--color-muted);
	font-size: 14px;
}

.breadcrumbs-wrap::after {
	display: block;
	height: 1px;
	margin-top: 16px;
	background: linear-gradient(
		90deg,
		rgb(97 243 237 / 0%) 0%,
		rgb(97 243 237 / 22%) 22%,
		rgb(97 243 237 / 46%) 50%,
		rgb(97 243 237 / 22%) 78%,
		rgb(97 243 237 / 0%) 100%
	);
	box-shadow: 0 1px 10px rgb(97 243 237 / 14%);
	content: "";
}

.yoast-breadcrumbs {
	display: flex;
	width: 100%;
	max-width: 100%;
	min-height: 42px;
	align-items: center;
	gap: 10px;
	padding: 7px 16px;
	border: 1px solid rgb(103 245 238 / 12%);
	border-radius: 999px;
	background: #112e40;
	box-shadow: 0 8px 24px rgb(0 0 0 / 14%), inset 0 1px 0 rgb(255 255 255 / 3%);
	overflow-wrap: anywhere;
}

.yoast-breadcrumbs > span {
	display: flex;
	min-width: 0;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.yoast-breadcrumbs__icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	fill: none;
	stroke: #67f5ee;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.yoast-breadcrumbs a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: color 160ms ease;
}

.yoast-breadcrumbs a:hover,
.yoast-breadcrumbs a:focus-visible {
	color: #67f5ee;
}

.yoast-breadcrumbs a:focus-visible {
	outline: 2px solid #67f5ee;
	outline-offset: 3px;
}

.yoast-breadcrumbs .breadcrumb_last {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #174257;
	color: #67f5ee;
	font-weight: 700;
}

.quick-links__track::-webkit-scrollbar {
	display: none;
}

.quick-link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 20px;
	border: 0;
	border-radius: 999px;
	background: #112e40;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease;
}

.quick-link:hover,
.quick-link:focus-visible {
	background: #174257;
	color: #fff;
}

.quick-link__icon {
	width: 19px;
	height: 19px;
	margin-right: 9px;
	fill: none;
	stroke: #61f3ed;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.quick-link__icon--filled {
	fill: #61f3ed;
	stroke: none;
}

.quick-link__badge {
	display: inline-flex;
	align-items: center;
	min-height: 14px;
	margin-left: 7px;
	padding: 2px 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.quick-link__badge--pink {
	background: #f4009c;
}

.quick-link__badge--hot {
	background: #ff2d2d;
}

.bonus-strip {
	padding: 0 0 22px;
}

.site-main.front-page-main {
	padding-top: 8px;
}

.bonus-strip__track {
	display: flex;
	gap: 12px;
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	list-style: none;
	cursor: grab;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.bonus-strip__track:active {
	cursor: grabbing;
}

.bonus-strip__track::-webkit-scrollbar {
	display: none;
}

.bonus-strip__item {
	flex: 0 0 clamp(320px, 28vw, 380px);
	scroll-snap-align: start;
}

.bonus-card {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 16px;
	background: transparent;
	cursor: pointer;
	transition: transform 180ms ease;
}

.bonus-card:hover,
.bonus-card:focus-visible {
	transform: translateY(-2px);
}

.bonus-card:focus-visible {
	outline: 2px solid var(--color-header-active);
	outline-offset: 3px;
}

.bonus-card img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 17 / 9;
	object-fit: cover;
}

.sports-section {
	padding: 0 0 28px;
}

.sports-section .container::before {
	display: block;
	height: 1px;
	margin-bottom: 18px;
	background: linear-gradient(
		90deg,
		rgb(97 243 237 / 0%) 0%,
		rgb(97 243 237 / 20%) 20%,
		rgb(97 243 237 / 44%) 50%,
		rgb(97 243 237 / 20%) 80%,
		rgb(97 243 237 / 0%) 100%
	);
	box-shadow: 0 1px 10px rgb(97 243 237 / 12%);
	content: "";
}

.sports-section__heading {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
}

.sports-section__title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.sports-section__info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border: 1px solid #8496a6;
	border-radius: 50%;
	color: #aeb8c5;
	font-size: 11px;
	font-weight: 700;
}

.sports-section__caption {
	margin-left: 3px;
	color: #8fa1ae;
	font-size: 12px;
}

.sports-menu {
	margin-bottom: 28px;
}

.sports-menu__track {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	cursor: grab;
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.sports-menu__track:active {
	cursor: grabbing;
}

.sports-menu__track::-webkit-scrollbar {
	display: none;
}

.sports-menu__button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 126px;
	min-height: 42px;
	padding: 8px 18px;
	border: 1px solid rgb(97 243 237 / 8%);
	border-radius: 999px;
	background: #112e40;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	gap: 9px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.sports-menu__button:hover,
.sports-menu__button:focus-visible {
	border-color: rgb(97 243 237 / 38%);
	background: #174257;
	color: #fff;
}

.sports-menu__button:focus-visible {
	outline: 2px solid var(--color-header-active);
	outline-offset: 2px;
}

.sports-menu__button img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.sports-rail {
	display: flex;
	gap: 14px;
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	list-style: none;
	cursor: grab;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.sports-rail:active {
	cursor: grabbing;
}

.sports-rail::-webkit-scrollbar {
	display: none;
}

.sports-rail__item {
	flex: 0 0 320px;
	scroll-snap-align: start;
}

.sports-market-card {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	border: 1px solid rgb(16 183 177 / 42%);
	border-radius: 15px;
	background: #1b535e;
	color: #f6fbfc;
	text-align: left;
	transition: box-shadow 170ms ease, transform 170ms ease;
}

.sports-market-card:hover,
.sports-market-card:focus-within {
	box-shadow: 0 12px 30px rgb(0 0 0 / 26%);
	transform: translateY(-2px);
}

.sports-market-card__banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding: 11px 13px 9px;
	border-bottom: 1px solid rgb(150 223 226 / 18%);
	background: linear-gradient(100deg, #079b9b, #00b7b4);
	color: #fff;
	font-size: 11px;
	font-style: italic;
	line-height: 1;
	text-transform: uppercase;
}

.sports-market-card__body {
	display: flex;
	min-height: 305px;
	padding: 0 12px 11px;
	flex-direction: column;
}

.sports-market-card__intro {
	display: flex;
	justify-content: center;
	min-height: 58px;
	padding-block: 11px;
	border-bottom: 1px solid rgb(213 241 243 / 18%);
	flex-direction: column;
}

.sports-market-card__intro strong {
	font-size: 13px;
}

.sports-market-card__options {
	display: flex;
	padding-block: 11px 8px;
	flex-direction: column;
	gap: 9px;
}

.sports-market-card__option {
	position: relative;
	display: flex;
	min-height: 40px;
	padding-left: 23px;
	flex-direction: column;
	gap: 2px;
}

.sports-market-card__option::before {
	position: absolute;
	top: 3px;
	left: 1px;
	width: 10px;
	height: 10px;
	border: 2px solid #f3fbfc;
	border-radius: 50%;
	content: "";
}

.sports-market-card__option:not(:last-child)::after {
	position: absolute;
	top: 17px;
	bottom: -8px;
	left: 5px;
	border-left: 2px dotted #40d9d3;
	content: "";
}

.sports-market-card__option strong {
	font-size: 12px;
}

.sports-market-card__option small {
	color: #b9cdd2;
	font-size: 10px;
}

.sports-market-card__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 36px;
	margin-top: auto;
	padding: 8px 12px;
	border: 0;
	border-radius: 8px;
	background: #092f45;
	color: #4ce1dc;
	cursor: pointer;
	font-family: inherit;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.sports-market-card__action:hover,
.sports-market-card__action:focus-visible {
	background: #0d3d55;
	color: #78f5ef;
}

.sports-market-card__action:focus-visible {
	outline: 2px solid #008f96;
	outline-offset: 2px;
}

.sports-market-card__action svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.slots-section {
	padding: 0 0 30px;
}

.slots-section .container::before {
	display: block;
	height: 1px;
	margin-bottom: 18px;
	background: linear-gradient(
		90deg,
		rgb(97 243 237 / 0%) 0%,
		rgb(97 243 237 / 20%) 20%,
		rgb(97 243 237 / 44%) 50%,
		rgb(97 243 237 / 20%) 80%,
		rgb(97 243 237 / 0%) 100%
	);
	box-shadow: 0 1px 10px rgb(97 243 237 / 12%);
	content: "";
}

.slots-section__heading {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
}

.slots-section__title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.slots-section__heading > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 22px;
	padding-inline: 6px;
	border-radius: 999px;
	background: #243b4c;
	color: #c9d2da;
	font-size: 11px;
	font-weight: 700;
}

.slots-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slot-card__media {
	position: relative;
	overflow: hidden;
	border-radius: 13px;
	background: #0d2d3d;
	aspect-ratio: 19 / 10;
}

.slot-card__media > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.slot-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(4 15 28 / 55%);
	opacity: 0;
	transition: opacity 180ms ease;
}

.slot-card:hover .slot-card__overlay,
.slot-card:focus-within .slot-card__overlay {
	opacity: 1;
}

.slot-card:hover .slot-card__media > img,
.slot-card:focus-within .slot-card__media > img {
	transform: scale(1.04);
}

.slot-card__play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(145deg, #64f5ee, #00aaa9);
	color: #062431;
	cursor: pointer;
	transform: scale(0.82);
	transition: box-shadow 170ms ease, transform 170ms ease;
}

.slot-card:hover .slot-card__play,
.slot-card:focus-within .slot-card__play {
	transform: scale(1);
}

.slot-card__play:hover,
.slot-card__play:focus-visible {
	box-shadow: 0 0 0 5px rgb(100 245 238 / 18%), 0 8px 24px rgb(0 0 0 / 30%);
}

.slot-card__play:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.slot-card__play svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.slot-card__title {
	margin-top: 8px;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.providers-section {
	padding: 4px 0 36px;
}

.providers-section .container::before {
	display: block;
	height: 1px;
	margin-bottom: 18px;
	background: linear-gradient(
		90deg,
		rgb(97 243 237 / 0%) 0%,
		rgb(97 243 237 / 20%) 20%,
		rgb(97 243 237 / 44%) 50%,
		rgb(97 243 237 / 20%) 80%,
		rgb(97 243 237 / 0%) 100%
	);
	box-shadow: 0 1px 10px rgb(97 243 237 / 12%);
	content: "";
}

.providers-section__heading {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
}

.providers-section__title {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.providers-section__heading span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 22px;
	padding-inline: 6px;
	border-radius: 999px;
	background: #243b4c;
	color: #c9d2da;
	font-size: 11px;
	font-weight: 700;
}

.provider-rail {
	display: flex;
	gap: 12px;
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	list-style: none;
	cursor: grab;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.provider-rail:active {
	cursor: grabbing;
}

.provider-rail::-webkit-scrollbar {
	display: none;
}

.provider-rail__item {
	flex: 0 0 154px;
	scroll-snap-align: start;
}

.provider-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 72px;
	overflow: hidden;
	padding: 10px 14px;
	border: 1px solid rgb(97 243 237 / 7%);
	border-radius: 13px;
	background: rgb(14 43 58 / 78%);
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.provider-card:hover,
.provider-card:focus-visible {
	border-color: rgb(97 243 237 / 42%);
	background: #12394b;
	transform: translateY(-2px);
}

.provider-card:focus-visible {
	outline: 2px solid var(--color-header-active);
	outline-offset: 2px;
}

.provider-card__logo {
	display: block;
	width: 100%;
	max-width: 126px;
	height: 48px;
	object-fit: contain;
}

.provider-card__logo--padded {
	transform: scale(2.2);
}

.provider-card__logo--compact {
	transform: scale(2.7);
}

.primary-navigation__list,
.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation__list {
	align-items: stretch;
	min-height: 70px;
	gap: clamp(24px, 2.5vw, 48px);
}

.primary-navigation__list > li {
	display: flex;
}

.primary-navigation__list > li > a {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 2px;
	color: var(--color-header-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: color 160ms ease;
}

.primary-navigation__list > li > a:hover,
.primary-navigation__list > li > a:focus-visible,
.primary-navigation__list > .current-menu-item > a,
.primary-navigation__list > .current-menu-ancestor > a {
	color: #fff;
}

.primary-navigation__list > .current-menu-item > a::after,
.primary-navigation__list > .current-menu-ancestor > a::after {
	position: absolute;
	right: 0;
	bottom: 19px;
	left: 0;
	height: 3px;
	border-radius: 3px;
	background: var(--color-header-active);
	content: "";
}

.mobile-menu-toggle {
	display: none;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: background-color 160ms ease;
}

.mobile-menu-toggle svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #67f5ee;
	stroke-linecap: round;
	stroke-width: 2;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible,
.mobile-menu-toggle[aria-expanded="true"] {
	background: rgb(103 245 238 / 10%);
}

.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.header-gift {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid #45627d;
	border-radius: 50%;
	background: transparent;
	color: #aeb8c5;
	cursor: pointer;
	transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.header-gift:hover,
.header-gift:focus-visible {
	border-color: var(--color-header-active);
	background: rgb(103 245 238 / 8%);
	color: var(--color-header-active);
}

.header-gift svg {
	display: block;
}

.novibet-hop.is-redirecting {
	cursor: progress;
	opacity: 0.75;
	pointer-events: none;
}

.header-action {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	min-height: 32px;
	padding: 7px 14px;
	border: 0;
	border-radius: 7px;
	background: #f8f9fb;
	color: #202838;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease;
}

.header-action--login {
	background: var(--color-action);
	color: #fff;
}

.header-action--register:hover,
.header-action--register:focus-visible {
	background: #e3e7ec;
}

.header-action--login:hover,
.header-action--login:focus-visible {
	background: var(--color-action-hover);
}

.site-main {
	flex: 1 0 auto;
	min-height: 60vh;
	padding-block: 48px;
}

.content-card,
.site-main > article {
	padding: 32px;
	border-radius: 12px;
	background: var(--color-surface);
}

.entry-title {
	margin-top: 0;
	line-height: 1.2;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

/* Gutenberg content loaded from the WordPress editor. */
.front-page-main > .wp-block-group,
.wp-content-main > .wp-block-group {
	--content-section-padding: clamp(24px, 3vw, 40px);

	width: min(100% - 32px, var(--container-width));
	margin: 32px auto 0;
	padding: var(--content-section-padding);
	border: 1px solid rgb(103 245 238 / 12%);
	border-radius: 6px;
	background: var(--color-surface);
	box-shadow: 0 10px 28px rgb(0 0 0 / 14%);
}

.front-page-main > .wp-block-group:last-child,
.wp-content-main > .wp-block-group:last-child {
	margin-bottom: 48px;
}

.front-page-main > .wp-block-group > .wp-block-group__inner-container,
.wp-content-main > .wp-block-group > .wp-block-group__inner-container {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
}

.front-page-main > .wp-block-group > .wp-block-group__inner-container > *,
.wp-content-main > .wp-block-group > .wp-block-group__inner-container > * {
	max-width: none !important;
}

.wp-content-main > :not(.wp-block-group) {
	width: min(100% - 32px, var(--container-width));
	margin-right: auto;
	margin-left: auto;
}

.front-page-main > .wp-block-group .wp-block-heading,
.wp-content-main > .wp-block-group .wp-block-heading {
	color: #fff;
	line-height: 1.2;
}

.front-page-main > .wp-block-group h1.wp-block-heading,
.wp-content-main > .wp-block-group h1.wp-block-heading {
	margin: 0 0 22px;
	padding-bottom: 11px;
	border-bottom: 1px solid rgb(103 245 238 / 18%);
	font-size: clamp(24px, 3vw, 32px);
}

.front-page-main > .wp-block-group h2.wp-block-heading,
.wp-content-main > .wp-block-group h2.wp-block-heading {
	margin: 0 0 18px;
	padding-bottom: 11px;
	border-bottom: 1px solid rgb(103 245 238 / 18%);
	font-size: clamp(21px, 2.4vw, 28px);
}

.front-page-main > .wp-block-group h3.wp-block-heading,
.wp-content-main > .wp-block-group h3.wp-block-heading {
	margin: 0 0 16px;
	font-size: clamp(19px, 2vw, 24px);
}

.front-page-main > .wp-block-group > .wp-block-group__inner-container > .wp-block-heading:first-child,
.wp-content-main > .wp-block-group > .wp-block-group__inner-container > .wp-block-heading:first-child {
	margin: calc(var(--content-section-padding) * -1) calc(var(--content-section-padding) * -1) 24px !important;
	padding: 13px var(--content-section-padding) 14px;
	border-bottom: 1px solid rgb(103 245 238 / 20%);
	border-radius: 5px 5px 0 0;
	background: #12384b;
	text-align: center;
}

.front-page-main > .wp-block-group p,
.wp-content-main > .wp-block-group p {
	color: #d9e2ea;
}

.front-page-main > .wp-block-group a,
.wp-content-main > .wp-block-group a {
	color: #67f5ee;
	font-weight: 700;
	text-underline-offset: 3px;
}

/* WordPress lists. */
.wp-block-list {
	margin: 20px 0;
	padding: 18px 22px 18px 46px;
	border: 1px solid rgb(103 245 238 / 10%);
	border-radius: 6px;
	background: #112e40;
	color: #d9e2ea;
}

.wp-block-list li + li {
	margin-top: 9px;
}

.wp-block-list li::marker {
	color: #67f5ee;
	font-weight: 700;
}

/* Images inserted through the WordPress editor. */
.front-page-main > .wp-block-group figure.aligncenter:not(.wp-block-table),
.wp-content-main > .wp-block-group figure.aligncenter:not(.wp-block-table),
.front-page-main > .wp-block-group figure.wp-block-image,
.wp-content-main > .wp-block-group figure.wp-block-image {
	width: 100%;
	max-width: 900px;
	margin: 28px auto;
	text-align: center;
}

.front-page-main > .wp-block-group figure.aligncenter:not(.wp-block-table) img,
.wp-content-main > .wp-block-group figure.aligncenter:not(.wp-block-table) img,
.front-page-main > .wp-block-group figure.wp-block-image img,
.wp-content-main > .wp-block-group figure.wp-block-image img {
	width: auto;
	max-width: 100%;
	margin-inline: auto;
	border: 1px solid rgb(103 245 238 / 16%);
	border-radius: 7px;
	box-shadow: 0 12px 32px rgb(0 0 0 / 20%);
}

.front-page-main > .wp-block-group figure:not(.wp-block-table) figcaption,
.wp-content-main > .wp-block-group figure:not(.wp-block-table) figcaption {
	margin-top: 9px;
	color: var(--color-muted);
	font-size: 13px;
}

/* WordPress tables. */
figure.wp-block-table {
	margin: 24px 0;
	overflow-x: auto;
	padding: 0;
	border: 1px solid rgb(103 245 238 / 14%);
	border-radius: 7px;
	background: #0d293b;
	-webkit-overflow-scrolling: touch;
}

.wp-block-table table {
	width: 100%;
	min-width: 640px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto !important;
	color: #d9e2ea;
}

.wp-block-table th,
.wp-block-table td {
	padding: 13px 15px;
	border: 0 !important;
	text-align: left;
	vertical-align: top;
}

.wp-block-table tr > :first-child {
	padding-left: 21px;
}

.wp-block-table thead th {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 0 !important;
	background: #153d50;
	color: #67f5ee;
	font-size: 14px;
	font-weight: 700;
}

.wp-block-table thead,
.wp-block-table tbody {
	border: 0 !important;
}

.wp-block-table tbody td,
.wp-block-table tbody th {
	background: #102f42;
	border-bottom: 1px solid rgb(255 255 255 / 8%) !important;
	transition: background-color 160ms ease;
}

.wp-block-table tbody tr:nth-child(even) > * {
	background: #0d2a3b;
}

.wp-block-table tbody tr:hover > * {
	background: #174257;
}

.wp-block-table tbody tr > :first-child {
	color: #fff;
	font-weight: 600;
}

.wp-block-table tbody tr:last-child > * {
	border-bottom: 0 !important;
}

.wp-block-table figcaption {
	padding: 10px 14px;
	color: var(--color-muted);
	font-size: 13px;
}

/* Yoast How-to block. */
.wp-block-yoast-how-to-block {
	margin: 26px 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.schema-how-to-total-time {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	margin: 0 0 16px !important;
	padding: 4px 11px;
	border-radius: 999px;
	background: #174257;
	color: #67f5ee !important;
	font-size: 13px;
	font-weight: 700;
}

.schema-how-to-description {
	margin: 0 0 18px !important;
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
}

.schema-how-to-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: novibet-how-to-step;
}

.schema-how-to-step {
	position: relative;
	min-height: 66px;
	margin: 0;
	padding: 18px 18px 18px 70px;
	border: 1px solid rgb(103 245 238 / 10%);
	border-radius: 6px;
	background: #112e40;
	counter-increment: novibet-how-to-step;
}

.schema-how-to-step + .schema-how-to-step {
	margin-top: 12px;
}

.schema-how-to-step::before {
	position: absolute;
	top: 16px;
	left: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #67f5ee;
	color: #071426;
	content: counter(novibet-how-to-step);
	font-size: 14px;
	font-weight: 800;
}

.schema-how-to-step-name {
	display: block;
	color: #fff;
	line-height: 1.5;
}

.schema-how-to-step-text {
	margin: 6px 0 0 !important;
}

.schema-how-to-step-text:empty {
	display: none;
}

/* Yoast FAQ block. */
.wp-block-yoast-faq-block {
	display: grid;
	margin: 24px 0 0;
	gap: 12px;
}

.schema-faq-section {
	padding: 20px 22px;
	border: 1px solid rgb(103 245 238 / 12%);
	border-radius: 6px;
	background: #112e40;
}

.schema-faq-question {
	position: relative;
	display: block;
	min-height: 28px;
	padding-left: 40px;
	color: #fff;
	font-size: 17px;
	line-height: 1.45;
}

.schema-faq-question::before {
	position: absolute;
	top: -2px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #174257;
	color: #67f5ee;
	content: "?";
	font-size: 15px;
	font-weight: 800;
}

.schema-faq-answer {
	margin: 12px 0 0 40px !important;
	color: #d9e2ea !important;
}

.policy-page {
	width: 100%;
	margin-inline: auto;
	border: 1px solid rgb(103 245 238 / 22%);
	box-shadow: 0 10px 28px rgb(0 0 0 / 14%);
}

.policy-page .entry-title {
	margin-bottom: 20px;
	font-size: clamp(30px, 4vw, 48px);
}

.policy-page__lead {
	margin: 28px 0 42px;
	color: #d9e2ea;
	font-size: 18px;
}

.document-meta {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	gap: 12px;
}

.document-meta > div {
	padding: 9px 14px;
	border: 1px solid rgb(103 245 238 / 12%);
	border-radius: 10px;
	background: #112e40;
}

.document-meta dt,
.document-meta dd {
	display: inline;
	margin: 0;
}

.document-meta dt {
	color: var(--color-muted);
}

.document-meta dt::after {
	content: ": ";
}

.document-meta dd {
	color: #fff;
	font-weight: 700;
}

.policy-page section + section {
	margin-top: 42px;
}

.policy-page h2 {
	margin: 0 0 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(103 245 238 / 18%);
	color: #fff;
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.25;
}

.policy-page p,
.policy-page li {
	color: #d9e2ea;
}

.policy-page ul {
	padding-left: 24px;
}

.policy-page li + li {
	margin-top: 9px;
}

.policy-page li::marker {
	color: #67f5ee;
}

.policy-page a {
	color: #67f5ee;
	font-weight: 700;
	text-underline-offset: 3px;
}

.policy-table {
	margin: 24px 0;
	overflow-x: auto;
	border: 1px solid rgb(103 245 238 / 14%);
	border-radius: 12px;
}

.policy-table:focus-visible {
	outline: 2px solid #67f5ee;
	outline-offset: 3px;
}

.policy-table table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
}

.policy-table th,
.policy-table td {
	padding: 14px 16px;
	border-bottom: 1px solid rgb(255 255 255 / 8%);
	text-align: left;
	vertical-align: top;
}

.policy-table thead th {
	background: #174257;
	color: #67f5ee;
}

.policy-table tbody th {
	width: 34%;
	color: #fff;
}

.policy-table tbody tr:last-child > * {
	border-bottom: 0;
}

.responsible-gambling-alert {
	padding: 18px 20px;
	border-left: 4px solid #f7005a;
	border-radius: 0 10px 10px 0;
	background: rgb(247 0 90 / 8%);
}

.responsible-gambling-contacts,
.terms-contact-list {
	padding: 18px 22px 18px 42px !important;
	border: 1px solid rgb(103 245 238 / 12%);
	border-radius: 12px;
	background: #112e40;
}

.privacy-arco-rights {
	display: grid;
	margin: 24px 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.privacy-arco-rights > div {
	padding: 16px;
	border: 1px solid rgb(103 245 238 / 12%);
	border-radius: 10px;
	background: #112e40;
}

.privacy-arco-rights dt {
	margin-bottom: 4px;
	color: #67f5ee;
	font-weight: 700;
}

.privacy-arco-rights dd {
	margin: 0;
	color: #d9e2ea;
}

.support-channels {
	display: grid;
	margin: 30px 0 42px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.support-channel {
	display: grid;
	min-width: 0;
	padding: 18px;
	border: 1px solid rgb(103 245 238 / 12%);
	border-radius: 12px;
	background: #112e40;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	column-gap: 12px;
}

.support-channel svg {
	width: 28px;
	height: 28px;
	grid-row: 1 / 3;
	fill: none;
	stroke: #67f5ee;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.support-channel strong {
	color: #fff;
	line-height: 1.3;
}

.support-channel span,
.support-channel a {
	min-width: 0;
	color: var(--color-muted);
	font-size: 14px;
	font-weight: 400;
	overflow-wrap: anywhere;
}

.support-form {
	margin-top: 26px;
	padding: 24px;
	border: 1px solid rgb(103 245 238 / 14%);
	border-radius: 14px;
	background: #112e40;
}

.support-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.support-form__field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 7px;
}

.support-form__field--wide {
	grid-column: 1 / -1;
}

.support-form label {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.support-form input,
.support-form select,
.support-form textarea {
	width: 100%;
	border: 1px solid rgb(174 184 197 / 28%);
	border-radius: 9px;
	background: #0b2636;
	color: #fff;
	font: inherit;
}

.support-form input,
.support-form select {
	min-height: 46px;
	padding: 10px 13px;
}

.support-form textarea {
	min-height: 150px;
	padding: 12px 13px;
	resize: vertical;
}

.support-form input::placeholder,
.support-form textarea::placeholder {
	color: #7f8b98;
}

.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
	border-color: #67f5ee;
	outline: 2px solid rgb(103 245 238 / 18%);
	outline-offset: 1px;
}

.support-form__button {
	min-width: 190px;
	min-height: 46px;
	margin-top: 20px;
	padding: 12px 24px;
	border: 0;
	border-radius: 9px;
	background: var(--color-action);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	transition: background-color 160ms ease, transform 160ms ease;
}

.support-form__button:hover,
.support-form__button:focus-visible {
	background: var(--color-action-hover);
	transform: translateY(-1px);
}

.button {
	display: inline-block;
	padding: 12px 20px;
	border-radius: 8px;
	background: var(--color-brand);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.button:hover,
.button:focus-visible {
	background: var(--color-brand-dark);
}

.site-footer {
	flex: none;
	margin-top: auto;
	padding: 24px 15px 20px;
	background: linear-gradient(110deg, #071426 0%, #062f38 50%, #071426 100%);
	color: #aeb8c5;
	font-size: 13px;
	line-height: 1.45;
}

.site-footer__inner {
	width: 100%;
	max-width: 1640px;
	margin-inline: auto;
}

.footer-heading {
	margin: 0 0 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.footer-content {
	display: grid;
	grid-template-columns: 170px minmax(360px, 1fr) minmax(330px, 380px);
	align-items: start;
	gap: 30px;
}

.footer-navigation ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-navigation a,
.footer-about a {
	color: #aeb8c5;
	text-decoration: none;
	transition: color 160ms ease;
}

.footer-navigation a:hover,
.footer-navigation a:focus-visible,
.footer-about a:hover,
.footer-about a:focus-visible {
	color: #fff;
}

.footer-about p {
	max-width: 770px;
	margin: 0 0 4px;
}

.footer-about a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.footer-icon-grid {
	display: grid;
	align-items: center;
}

.footer-icon-grid--apps {
	grid-template-columns: repeat(3, minmax(90px, 1fr));
	gap: 12px;
}

.footer-app {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.footer-app img,
.footer-icon-grid--awards img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-icon-grid--awards {
	grid-template-columns: repeat(3, 1fr);
	gap: 8px 12px;
}

.footer-downloads {
	display: grid;
	gap: 28px;
}

.footer-compliance {
	display: flex;
	align-items: center;
	min-height: 58px;
	margin-top: 6px;
	gap: 30px;
}

.footer-compliance__logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.footer-compliance__logos img {
	display: block;
	width: auto;
	height: 38px;
}

.footer-age {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	clip: auto;
	background: #fff;
}

@media (max-width: 1260px) {
	.site-header__inner {
		grid-template-columns: 150px minmax(0, 1fr) auto;
		gap: 24px;
	}

	.primary-navigation__list {
		gap: 20px;
	}

	.primary-navigation__list > li > a {
		font-size: 13px;
	}

	.slots-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.footer-content {
		grid-template-columns: 160px minmax(320px, 1fr) minmax(300px, 360px);
	}

	.footer-downloads {
		grid-column: auto;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.site-header__inner {
		grid-template-columns: 36px minmax(120px, 1fr) auto;
		min-height: auto;
		padding: 12px 16px;
		column-gap: 8px;
		row-gap: 0;
	}

	.mobile-menu-toggle {
		display: flex;
		grid-column: 1;
		grid-row: 1;
	}

	.site-branding {
		grid-column: 2;
		grid-row: 1;
	}

	.primary-navigation {
		grid-column: 1 / -1;
		grid-row: 2;
		min-width: 0;
	}

	.js .primary-navigation:not(.is-open) {
		display: none;
	}

	.js .primary-navigation.is-open {
		display: block;
	}

	.header-actions {
		grid-column: 3;
		grid-row: 1;
	}

	.primary-navigation__list {
		min-height: 0;
		margin-top: 8px;
		padding: 7px;
		border: 1px solid rgb(103 245 238 / 14%);
		border-radius: 11px;
		background: #0d293b;
		box-shadow: 0 14px 30px rgb(0 0 0 / 24%);
		flex-direction: column;
		gap: 2px;
	}

	.js .primary-navigation__list {
		display: none;
	}

	.js .primary-navigation.is-open .primary-navigation__list {
		display: flex;
	}

	.primary-navigation__list > li {
		display: block;
	}

	.primary-navigation__list > li > a {
		display: block;
		padding: 11px 12px;
		border-radius: 7px;
		font-size: 13px;
		white-space: normal;
	}

	.primary-navigation__list > li > a:hover,
	.primary-navigation__list > li > a:focus-visible,
	.primary-navigation__list > .current-menu-item > a,
	.primary-navigation__list > .current-menu-ancestor > a {
		background: #174257;
	}

	.primary-navigation__list > .current-menu-item > a::after,
	.primary-navigation__list > .current-menu-ancestor > a::after {
		display: none;
	}

	.header-gift {
		display: none;
	}

	.header-action {
		min-width: 96px;
		padding-inline: 12px;
	}

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

	.footer-content {
		grid-template-columns: 1fr 1fr;
	}

	.footer-about,
	.footer-downloads {
		grid-column: 1 / -1;
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 560px) {
	.site-header__inner {
		grid-template-columns: 32px minmax(90px, 1fr) auto;
		padding: 13px 12px;
		column-gap: 6px;
		row-gap: 0;
	}

	.site-branding {
		display: flex;
		height: 32px;
		align-items: center;
		min-width: 0;
	}

	.site-logo {
		height: 32px;
		align-items: center;
	}

	.site-logo img {
		width: 96px;
	}

	.header-actions {
		gap: 5px;
	}

	.header-action {
		min-width: 0;
		min-height: 32px;
		height: 32px;
		padding-inline: 7px;
		font-size: 9px;
	}

	.mobile-menu-toggle {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
	}

	.mobile-menu-toggle svg {
		width: 22px;
		height: 22px;
	}

	.front-page-main > .wp-block-group,
	.wp-content-main > .wp-block-group {
		--content-section-padding: 20px;

		width: min(100% - 24px, var(--container-width));
		margin-top: 24px;
		padding: var(--content-section-padding);
		border-radius: 6px;
	}

	.wp-content-main > :not(.wp-block-group) {
		width: min(100% - 24px, var(--container-width));
	}

	.wp-block-list {
		padding: 16px 16px 16px 38px;
	}

	.wp-block-yoast-how-to-block {
		padding: 0;
	}

	.schema-how-to-step {
		min-height: 58px;
		padding: 15px 14px 15px 58px;
	}

	.schema-how-to-step::before {
		top: 14px;
		left: 14px;
		width: 30px;
		height: 30px;
	}

	.schema-faq-section {
		padding: 17px;
	}

	.schema-faq-question {
		padding-left: 36px;
		font-size: 16px;
	}

	.schema-faq-answer {
		margin-left: 0 !important;
	}

	.wp-block-table th,
	.wp-block-table td {
		padding: 12px;
	}

	.policy-page {
		padding: 22px;
	}

	.policy-page__lead {
		font-size: 16px;
	}

	.privacy-arco-rights {
		grid-template-columns: 1fr;
	}

	.support-channels,
	.support-form__grid {
		grid-template-columns: 1fr;
	}

	.support-form {
		padding: 18px;
	}

	.support-form__field--wide {
		grid-column: auto;
	}

	.support-form__button {
		width: 100%;
	}

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

	.site-footer {
		padding-inline: 16px;
	}

	.footer-icon-grid--awards {
		min-height: 80px;
	}

	.footer-content,
	.footer-downloads {
		grid-template-columns: 1fr;
	}

	.footer-about,
	.footer-downloads {
		grid-column: auto;
	}
}

@media (max-width: 359px) {
	.site-header__inner {
		grid-template-columns: 30px minmax(84px, 1fr) auto;
		padding-inline: 10px;
		column-gap: 5px;
		row-gap: 0;
	}

	.site-branding,
	.site-logo {
		height: 30px;
	}

	.site-logo img {
		width: 90px;
	}

	.header-actions {
		gap: 4px;
	}

	.header-action {
		height: 30px;
		min-height: 30px;
		padding-inline: 6px;
		font-size: 8px;
	}

	.mobile-menu-toggle {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
	}
}
