/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.1892
*/
@import url("../mercury/style.css");

@media screen and (max-width: 479px) {
    .space-mobile-menu-icon {
        display: block;
        top: 0;
        right: 15px;
    }
    div.space-footer-copy {
        padding: 30px 0 80px;
    }
}
.space-header-search.custom {
    display: flex;
    align-items: center;
    right: 16px;
}
.space-header-logo .space-mobile-menu-icon {
    right: unset;
    left: 16px;
    display: block;
}
.right-burger .space-mobile-menu-icon {
	display: block;
	position: static;
}
.right-burger .space-header-logo-ins,
.bottom-burger .space-header-logo-ins{
    margin: 5px 15px 0;
}
.right-burger .space-header-search {
	gap: 7px
}
.space-title-box-h1 p {
	display: none;
}
div.space-title-box-h1 .space-breadcrumbs {
	margin-left: 0;
	font-size: .8em;
}
.right-burger .space-mobile-menu-block {
	right: 0;
	left: unset;
}
.space-mobile-menu-block {
    left: 0;
}
.space-header-logo-ins {
    margin: 5px 55px 0;
}
.space-header-search .space-organizations-4-archive-item-button-two-ins { 
    display: flex;
    align-items: center;
    gap: 20px;
}
.space-header-search .space-organizations-4-archive-item-button-two-ins a { 
    white-space: nowrap;
}
.always-open .space-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
}
.space-footer-copy {
    padding: 30px 20px;
}

body:not(.always-open) .space-page-wrapper,
body:not(.always-open) .space-shortcode-wrap-ins ,
body:not(.always-open) .space-footer-ins,
body:not(.always-open) .space-header-ins, 
body:not(.always-open) .space-widget { 
	max-width: var(--content-width); 
}
@media screen and (min-width: 1441px) {
    .always-open .space-page-wrapper,
    .always-open .space-footer-ins {
        max-width: calc(100% - 275px);
        margin: unset;
        margin-left: auto;
        width: 100%;
    }
    .always-open .space-shortcode-wrap-ins {
        max-width: 100%;
    }
}
@media screen and (min-width: 1023px) and (max-width: 1440px) {
    .always-open .space-page-wrapper ,
    .always-open .space-footer-ins {
        max-width: 1200px;
        margin: unset;
        /* padding: 0 0 60px; */
        width: calc(100% - 275px);
        margin-left: auto;
    }
    .always-open .space-shortcode-wrap-ins {
        max-width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .space-mobile-menu-icon {
        top: 50%;
    }
    .open .space-mobile-menu {
        opacity: 1;
        visibility: visible;
    }
    .open.space-mobile-menu {
        top: 80px;
    }
}

@media screen and (min-width: 1023px) {
    .open.space-mobile-menu {
        visibility: visible;
        opacity: 1;
        background: transparent;
        max-width: 275px;
        width: 100%;
        top: 60px;
    }
    .open.space-mobile-menu .space-mobile-menu-close-button,
    .open.space-mobile-menu .space-mobile-menu-header,
    .always-open .space-mobile-menu-icon {
        display: none;
    }
    .open.space-mobile-menu .space-mobile-menu-block {
        max-width: 100%;
    }
    .always-open .space-header-logo-ins {
        margin: 5px 0 0 0;
    }
    .always-open .space-wrapper {
        max-width: 100%;
        padding: 0 30px;
    }
	.always-open .burger-main-menu {
		display: none;
	}

}
@media screen and (max-width: 550px) {
    .space-header-search .space-organizations-4-archive-item-button-two-ins a:nth-of-type(2) {
        display: none;
    }
	.bottom-burger .space-header-search .space-organizations-4-archive-item-button-two-ins a:nth-of-type(2) {
		display: flex;
	}
    .space-header-logo.relative {
        width: 100%;
    }
    .space-header-ins {
        display: flex;
    }
}
@media screen and (max-width: 390px) {
	.bottom-burger .space-header-search .space-organizations-4-archive-item-button-two-ins a:nth-of-type(2) {
		display: none;
	}
}
@media screen and (max-width: 360px) {
	.top-banner__text {
		display:none;
	}
}
@media screen and (max-width: 320px) {
    .space-header-search .space-organizations-4-archive-item-button-two-ins a:nth-of-type(1) {
        display: none;
    }

}
body .space-block-title span:after {
	display: none;
}
.space-block-title span {
	padding: 0;
}
.remove-banner .top-banner {
	display: none;
}
.top-banner .top-banner__inner {
	width: 100%;
}
.top-banner {
	width: 100%;
	padding: 5px 10px;
	display:none;
	
}
.top-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;	
}
.top-banner__inner img {
	max-width: 100px;
    max-height: 50px;
    object-fit: cover;
    width: 100%;
}
.top-banner__close {
	font-weight: 700;
    font-size: 1.5em;
}
@media screen and (max-width: 1023px) {
	.top-banner {
		display: flex;
	}
}
.footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px;
	transform: translateY(100%);
	transition: all .5s
}
.footer-menu .footer-menu__list {
	display: grid;
	grid-template-columns: repeat(5 , 1fr);
	align-items: center;
}
.footer-menu .footer-menu__list li a{
	display: flex; 
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.footer-menu .footer-menu__list li a img {
	max-width: 25px;
	width: 100%; 
}
.footer-menu .footer-menu__list li a svg path {
	fill: #fff;
}
.footer-menu .footer-menu__list li:last-of-type {
	margin: 0 auto;
}
.footer-menu .footer-menu__list .space-mobile-menu-icon {
	display: block;
}
.footer-menu .footer-menu__list .space-mobile-menu-icon div {
	background: #fff;
}
#scrolltop.show {
	bottom: 70px;
	right: 15px;
}
@media screen and (max-width: 1200px) {
	.footer-menu {
			transform: translateY(0%);
	}
}
.game-item img.sl-gamethumb {
	position: static;
    filter: blur(0);
}
/* ==========================================================================
   Auth / Account / Bonus game
   Colors come from CSS vars (--mc-*) printed in wp_head from the
   "Вход / Регистрация" Kirki section — see functions.php.
   ========================================================================== */
.game-item img.sl-gamethumb {
	margin: 0;
}
.sl-slots img.sl-gamethumb {
	max-width: 300px;
}
.btn {
	display: inline-block;
	padding: 15px 24px;
	border-radius: 14px;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.16px;
	border: 1px solid transparent;
	transition: .3s linear;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.btn.fill {
	background: var(--mc-primary);
	color: var(--mc-on-primary);
}
.btn.fill:hover {
	transform: scale(1.05);
}

.auth-header-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: .2s linear;
}
.auth-header-btn--ghost {
	background: transparent;
	color: inherit;
	border: 1px solid currentColor;
}
.auth-header-btn--ghost:hover {
	opacity: .8;
}
.space-mobile-menu-auth {
	display: flex;
	gap: 10px;
	justify-content: center;
	padding: 16px 20px 0;
}

/* Popups */
.auth-popup {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.auth-popup.is-open {
	display: flex;
}
.auth-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.6);
}
.auth-popup__box {
	position: relative;
	width: 100%;
	max-width: 420px;
	max-height: 90vh;
	overflow-y: auto;
	background: var(--mc-surface);
	border: 1px solid var(--mc-border);
	border-radius: 20px;
	padding: 32px 24px;
	z-index: 1;
}
.auth-popup__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--mc-bg);
	color: var(--mc-title);
	transition: .2s linear;
	border: none;
	cursor: pointer;
}
.auth-popup__close:hover {
	background: var(--mc-primary);
	color: var(--mc-on-primary);
}
html.popup-open {
	overflow: hidden;
}

/* Auth forms (login / register) */
.auth-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.auth-form__title {
	font-size: 24px;
	font-weight: 700;
	color: var(--mc-title);
	margin-bottom: 4px;
}
.auth-form__msg {
	display: none;
	font-size: 13px;
	padding: 10px 14px;
	border-radius: 10px;
	background: color-mix(in srgb, var(--mc-primary) 10%, transparent);
	color: var(--mc-primary);
}
.auth-form__msg.is-visible {
	display: block;
}
.auth-form__msg.is-error {
	background: rgba(255,80,80,.12);
	color: #ff6b6b;
}
.auth-form__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
}
.auth-form__field span {
	font-size: 14px;
	color: var(--mc-text);
}
.auth-form__field input {
	width: 100%;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid var(--mc-border);
	background: var(--mc-bg);
	color: var(--mc-title);
	font-size: 15px;
}
.auth-form__field input::placeholder {
	color: var(--mc-text);
}
.auth-form__field input:focus {
	outline: none;
	border-color: var(--mc-primary);
}
.auth-form__field--pass input {
	padding-right: 48px;
}
.auth-form__toggle-pass {
	position: absolute;
	right: 14px;
	bottom: 12px;
	background: transparent;
	border: none;
	color: var(--mc-text);
	display: flex;
	cursor: pointer;
}
.auth-form__toggle-pass.is-visible {
	color: var(--mc-primary);
}
.auth-form__forgot {
	align-self: flex-start;
	font-size: 13px;
	color: var(--mc-title);
	text-decoration: underline;
	margin-top: -8px;
}
.auth-form__submit {
	width: 100%;
	border: none;
	margin-top: 4px;
}
.auth-form__switch {
	text-align: center;
	font-size: 14px;
	color: var(--mc-text);
}
.auth-form__switch a {
	color: var(--mc-title);
	font-weight: 600;
	text-decoration: underline;
}
.auth-form__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}
.auth-form__checkbox input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.auth-form__checkbox-box {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	border: 1px solid var(--mc-border);
	background: var(--mc-bg);
	position: relative;
	margin-top: 1px;
}
.auth-form__checkbox-box::after {
	content: '';
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.2 3.2L13 4.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
	opacity: 0;
}
.auth-form__checkbox input:checked ~ .auth-form__checkbox-box {
	background: var(--mc-primary);
	border-color: var(--mc-primary);
}
.auth-form__checkbox input:checked ~ .auth-form__checkbox-box::after {
	opacity: 1;
}
.auth-form__checkbox-text {
	font-size: 12px;
	line-height: 150%;
	color: var(--mc-text);
}
.auth-form__checkbox-text a {
	color: var(--mc-title);
	text-decoration: underline;
}

/* Account page */
.account-page {
	padding: 48px 0 80px;
}
.account-badge {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 10px;
	background: var(--mc-surface);
	color: var(--mc-title);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.account-welcome {
	color: var(--mc-text);
	font-size: 15px;
	margin-bottom: 20px;
}
.account-welcome strong {
	color: var(--mc-title);
}
.account-welcome a {
	color: var(--mc-primary);
	text-decoration: underline;
}
.account-tabs {
	display: flex;
	overflow-x: auto;
	gap: 12px;
	margin-bottom: 28px;
}
.account-tabs__btn {
	padding: 12px 22px;
	border-radius: 12px;
	background: var(--mc-surface);
	color: var(--mc-text);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	border: none;
	cursor: pointer;
	transition: background .25s ease, color .25s ease, transform .15s ease;
}
.account-tabs__btn.is-active {
	background: var(--mc-primary);
	color: var(--mc-on-primary);
}
.account-tabs__btn:hover {
	color: var(--mc-title);
}
.account-tabs__btn.is-active:hover {
	color: var(--mc-on-primary);
}
.account-tabs__btn:active {
	transform: scale(0.96);
}
.account-tab-panel {
	display: none;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease;
}
.account-tab-panel.is-visible {
	display: block;
}
.account-tab-panel.is-active {
	opacity: 1;
	transform: translateY(0);
}
.account-empty {
	color: var(--mc-text);
	font-size: 15px;
	padding: 20px 0;
}
.account-offers {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
}
.offer-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 20px;
	border-radius: 18px;
	background: var(--mc-surface);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}
.offer-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--mc-primary);
}
.offer-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(0,0,0,.12);
}
.offer-card__head {
	display: flex;
	align-items: center;
	gap: 12px;
}
.offer-card__media {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 18px;
	overflow: hidden;
	background: var(--mc-bg);
	box-shadow: 0 0 0 2px var(--mc-border);
}
.offer-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.offer-card__heading {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.offer-card__casino {
	font-size: 15px;
	font-weight: 700;
	color: var(--mc-title);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.offer-card__type {
	display: inline-flex;
	align-self: flex-start;
	padding: 3px 10px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mc-primary) 12%, transparent);
	color: var(--mc-primary);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.offer-card__bonus {
	font-size: 14px;
	font-weight: 500;
	color: var(--mc-text);
	line-height: 140%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.offer-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-top: 14px;
	border-top: 1px solid var(--mc-border);
}
.offer-card__stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.offer-card__stat-label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--mc-text);
}
.offer-card__stat-value {
	font-size: 14px;
	font-weight: 600;
	color: var(--mc-title);
}
.offer-card__code {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	border-radius: 8px;
	background: var(--mc-bg);
	border: 1px solid var(--mc-border);
	color: var(--mc-title);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: .2s linear;
}
.offer-card__code:hover {
	border-color: var(--mc-primary);
}
.offer-card__code.is-copied {
	border-color: var(--mc-primary);
	color: var(--mc-primary);
}
.offer-card__code.is-copied [data-copy-code-label]::after {
	content: ' ✓';
}
.offer-card__no-code {
	font-size: 12px;
	font-weight: 600;
	color: var(--mc-text);
}
.offer-card__action {
	width: 100%;
	text-align: center;
}
.account-profile {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: var(--mc-surface);
	overflow: hidden;
}
.account-profile__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 20px;
	border-bottom: 1px solid var(--mc-border);
}
.account-profile__row:last-child {
	border-bottom: none;
}
.account-profile__label {
	color: var(--mc-text);
	font-size: 14px;
}
.account-profile__value {
	color: var(--mc-title);
	font-size: 14px;
	font-weight: 600;
}

/* Bonus Finder Game */
.bonus-game {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 28px;
	border-radius: 20px;
	background: var(--mc-surface);
	border: 1px solid var(--mc-border);
}
.bonus-game--guest {
	padding: 40px 28px;
	text-align: center;
}
.bonus-game__header {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.bonus-game__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--mc-primary);
	color: var(--mc-on-primary);
}
.bonus-game__lead {
	font-size: 14px;
	line-height: 150%;
	color: var(--mc-text);
}
.bonus-game__lead strong {
	color: var(--mc-title);
	font-weight: 700;
}
.bonus-game__attempts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--mc-border);
}
.bonus-game__attempts-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 12px;
	background: var(--mc-bg);
	border: 1px solid var(--mc-border);
	font-size: 13px;
	color: var(--mc-text);
}
.bonus-game__attempts-badge strong {
	color: var(--mc-primary);
	font-weight: 700;
}
.bonus-game__attempts-icon {
	display: flex;
	color: var(--mc-text);
}
.bonus-game__attempts-hint {
	font-size: 13px;
	color: var(--mc-text);
}
.bonus-game__msg {
	display: none;
	padding: 10px 14px;
	border-radius: 10px;
	background: rgba(255,80,80,.12);
	color: #ff6b6b;
	font-size: 13px;
}
.bonus-game__msg.is-visible {
	display: block;
}
.bonus-game__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.bonus-game__result {
	display: none;
	align-items: center;
	gap: 20px;
	padding: 24px;
	border-radius: 18px;
	background: color-mix(in srgb, var(--mc-primary) 6%, transparent);
	border: 1px solid color-mix(in srgb, var(--mc-primary) 20%, transparent);
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .3s ease, transform .3s ease;
}
.bonus-game__result.is-visible {
	display: flex;
	opacity: 1;
	transform: translateY(0);
}
.bonus-game__result-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: color-mix(in srgb, var(--mc-primary) 12%, transparent);
	color: var(--mc-primary);
}
.bonus-game__result-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.bonus-game__result-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--mc-primary);
}
.bonus-game__result-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--mc-title);
}
.bonus-game__result-desc {
	font-size: 13px;
	color: var(--mc-text);
}
.bonus-game__cta {
	flex-shrink: 0;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.bonus-game {
		padding: 20px;
	}
	.bonus-game__grid {
		gap: 10px;
	}
	.bonus-game__result {
		flex-wrap: wrap;
	}
	.bonus-game__cta {
		width: 100%;
		text-align: center;
	}
}

.bonus-card {
	position: relative;
	aspect-ratio: 1;
	perspective: 1000px;
	background: transparent;
	border: none;
	padding: 0;
}
@media screen and (min-width: 1024px) {
	.bonus-card {
		height: 150px;
		width: 100%;
	}
}
.bonus-card:not(:disabled) {
	cursor: pointer;
}
.bonus-card__inner {
	position: absolute;
	inset: 0;
	transform-style: preserve-3d;
	transition: transform .5s ease;
}
.bonus-card.is-opened .bonus-card__inner {
	transform: rotateY(180deg);
}
.bonus-card__face {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 12px;
	border-radius: 16px;
	backface-visibility: hidden;
	text-align: center;
}
.bonus-card__face--back {
	background: var(--mc-bg);
	border: 2px dashed var(--mc-border);
}
.bonus-card__face--front {
	background: var(--mc-border);
	border: 1px solid var(--mc-border);
	transform: rotateY(180deg);
}
.bonus-card__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--mc-primary);
	color: var(--mc-on-primary);
	font-weight: 700;
	font-size: 15px;
}
.bonus-card__hint {
	font-size: 11px;
	color: var(--mc-text);
}
.bonus-card__badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}
.bonus-card__badge--check {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--mc-primary);
	color: var(--mc-on-primary);
	justify-content: center;
}
.bonus-card__badge--super {
	padding: 3px 10px;
	border-radius: 999px;
	background: #FFD166;
	color: #1a1200;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.bonus-card__icon {
	width: 44px;
	height: 44px;
	object-fit: contain;
}
.bonus-card__title {
	font-size: 14px;
	font-weight: 700;
	color: var(--mc-title);
	line-height: 120%;
}
.bonus-card__subtitle {
	font-size: 11px;
	color: var(--mc-text);
}
.bonus-card.is-super .bonus-card__face--front {
	border-color: #FFD166;
	box-shadow: 0 0 0 1px #FFD166, 0 8px 24px rgba(255,209,102,.2);
}
.bonus-card.is-locked .bonus-card__face--back {
	opacity: .45;
}
.bonus-card:disabled:not(.is-opened) {
	cursor: not-allowed;
}
@media screen and (max-width: 767px) {
	.bonus-card__icon {
		width: 34px;
		height: 34px;
	}
	.bonus-card__title {
		font-size: 12px;
	}
	.bonus-card__subtitle {
		font-size: 10px;
	}
	.bonus-card__mark {
		width: 28px;
		height: 28px;
		font-size: 13px;
	}
	.bonus-card__hint {
		font-size: 10px;
	}
}

/* ==========================================================================
   Custom ACF blocks (theme-parts/blocks/*.php)
   ========================================================================== */


.space-block-title span:before {
    display: none;
}
.space-block-title span span:before,
.space-block-title span span:after {
    display: none;
}
.faq p {
    padding-bottom: 0;
}
p:empty, .faq br {
    display: none;
}
.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
}
.swiper-wrapper {
    display: flex;
}

/* Banner block */
.banner {
	position: relative;
	margin: 30px 0;
    background: linear-gradient(to right, #2d3337, #0010ffa3);
    border-radius: 20px;
}
.banner .swiper-slide {
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.banner__wrapper.space-page-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	padding: 30px;
	position: relative;
	z-index: 2;
    box-sizing: border-box;
    height: 100%;
    min-height: 450px;
}
.banner__wrapper-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
    justify-content: center;
}
.banner__wrapper-left p {
	font-style: italic;
	font-weight: 500;
    padding: 0;
}
.banner__wrapper-right {
	border-radius: 12px;
}
.banner__wrapper-right img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    z-index: -1;
}
.banner__wrapper-list {
	display: flex;
	align-items: center;
	gap: 12px;
}
.banner .banner__wrapper-list a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	color: #fff;
	text-decoration: none;
	transition: all .5s;
}
.banner__wrapper-list a img {
	max-width: 45px;
	width: 100%;
}
.banner__wrapper-list a:hover {
	color: #fedf5a;
}
.banner__wrapper-left a.promo_banner__item__btn {
    background: #0044e2;
    color: #fff;
    padding: 15px 48px;
    text-align: center;
    font-style: normal;
    display: inline-block;
}
@media screen and (max-width: 1023px) {
	.banner__wrapper.space-page-wrapper {
		flex-direction: column;
        align-items: flex-start;
	}
}
@media screen and (max-width: 640px) {
    .banner__wrapper-right img {
        width: 100%;
        height: 100%;
        right: 0;
        max-height: 100%;
    }
    .banner__wrapper.space-page-wrapper {
        padding: 10px 15px;
        min-height: 185px;
    }
}
@media screen and (max-width: 479px) {
    .banner__wrapper-left {
        gap: 8px;
    }
    .banner__wrapper.space-page-wrapper {
        padding: 10px 15px;
    }
    .banner__wrapper-left a.promo_banner__item__btn {
        padding: 5px 20px;
        margin-top: auto;
    }
}

/* Recent Wins block */
.win-users {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin: 20px 0;
}
.win-users div span {
    color: #fff;
    font-weight: 700;
    display: block;
    font-size: 1em;
    text-align: left;
}
.win-users div p {
    font-size: .7em;
}
.block {
    min-width: 210px;
    max-width: 210px;
    padding: 8px 5px;
    border: 2px solid #0044e2;
    border-radius: 5px;
    text-align: center;
    background-color: #3B3D4F;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.11);
    display: flex;
    gap: 5px;
}
.block img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 5px;
}

/* Slots Grid block */
.game {
    margin: 25px 0;
}
.game__wrapper {
    display: flex;
    gap: 10px;
    overflow: hidden;
    overflow-x: auto;
    cursor: pointer;
}
.game-item {
    position: relative;
    min-width: 200px;
    max-width: 200px;
    max-height: 200px;
    width: 100%;
}
.game-item img {
    width: 100%;
    object-fit: cover;
}
.game-item__buttons {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    background: rgb(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.game-item__buttons a:nth-of-type(1) {
    color: #ffffff !important;
    background-color: #0044e2 !important;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(130, 36, 227, 0.55) !important;
}
.game-item__buttons a:nth-of-type(2) {
    background: transparent;
    padding: 12px 39.5px;
    border: 1px solid #0044e2;
    margin: 0;
}
.game-item__buttons a:nth-of-type(2):hover {
    border: 1px solid #0044e2;
    background: #0044e2;
}
.game-item:hover .game-item__buttons {
    opacity: 1;
    visibility: visible;
}
.game-item__buttons a {
	max-width: 100%;
	width: 80%;
}
.game-item__category {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000ab7;
    color: #fff;
    padding: 7px 12px;
    border-radius: 0 12px;
    font-size: .7em;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.game-item__category.top {
    background: #ff1111;
}
.game-item__category.new {
    background: #00b747;
}
.game .game-title {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.game .game-title h2 {
    padding: 0;
    margin: 0;
}
.game .game-title a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #0044e2;
    background: transparent;
    color: #fff;
    border-radius: 6px;
    padding: 7px 12px;
    white-space: nowrap;
    font-size: 18px;
    transition: all .5s;
    line-height: unset;
}
.game .game-title a:hover {
    background: #0044e2;
    color: #fff;
}

/* Content block */
.space-page-content.scroll-content {
    max-height: 60vh;
    overflow-y: auto;
    background: #191C33;
    color: #fff;
    padding: 15px;
}

/* FAQ block */
.faq, .space-page-content.scroll-content {
    margin: 35px 0;
}
.faq__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-item {
    border: 1px solid #177de2;
    border-radius: 5px;
    overflow: hidden;
}
.faq-item__ask {
    background-color: #2d3337;
    color: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    transition: all .5s;
}
.faq-item__ask::after {
    content: '\276F';
    position: absolute;
    right: 15px;
    top: 50%;
    transition: all .5s;
    transform: translate(0 , -50%) rotate(90deg);
    color: #fff;
    font-weight: 700;
    font-size: 1.4em;
}
.faq-item.active .faq-item__ask::after {
    transform: translate(0, -50%) rotate(270deg);
}
.faq-item__ask:hover {
    background-color: #202427;
}
.faq-item__answer {
    max-height: 0;
    transition: all .5s;
    padding: 0 15px;
    background-color: #202427;
    overflow: hidden;
    color: #fff;
}
.faq-item.active .faq-item__answer {
    max-height: 300vh;
    padding: 15px;
}

/* Navigation block */
.navigation {
    margin: 25px 0;
}
.navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    overflow-x: auto;
    margin: 0;
    background: #191C33;
    padding: 15px;
    border-radius: 12px;
}
.navigation ul li {
    list-style: none;
}
.navigation ul li a {
    text-decoration: none;
    border: 1px solid #0044e2;
    color: #fff;
	transition: all .5s;
    border-radius: 6px;
    padding: 7px 12px;
    white-space: nowrap;
    font-size: 18px;
}
.navigation ul li a:hover {
	background: #0044e2;
	color: #fff;
}

/* Casino List / Tournament blocks */
.casino {
	 margin: 25px 0;
}
.casinos {
	 overflow: hidden;
	 overflow-x: auto;
	 display: flex;
	 gap: 20px;
	 width: 100%;
     padding-bottom: 10px;
}
.casinos__item {
	 display: flex;
	 flex-direction: column;
	 border-radius: 30px;
	 min-width: 277px;
	 max-width: 277px;
	 width: 100%;
	 flex-grow: 1;
	 height: auto;
     background: #2d3337;
     position: relative;
}
.casinos__item__img {
	 max-width: 100%;
	 max-height: 350px;
	 border-radius: 30px 30px 0 0;
}
.casinos__item__img img {
	 width: 100%;
	 height: 100%;
     max-height: 235px;
	 object-fit: cover;
	 border-radius: inherit !important;
}
.casinos__item__content {
	 padding: 20px;
	 background-color: #2d3337;
	 border-radius: 0 0 30px 30px;
	 color: #fff;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 text-align: center;
	 height: 100%;
}
.casinos__item__content .simple {
	 border-radius: 500px;
	 padding: 5px 12px;
	 background-color: green;
	 color: #fff;
	 display: inline-block;
	 box-shadow: 9px 10px 6px -7px rgba(0, 0, 0, 0.75);
	 margin-bottom: 10px;
	 font-size: 12px;
}
.casinos__item__content div:not([class]) {
	 font-weight: 400;
	 font-size: 18px;
	 margin-bottom: 5px;
}
.casinos__item__content span:not([class]) {
	 font-weight: 700;
	 color: #0044e2;
	 font-size: 18px;
	 margin-bottom: 20px;
}
.space-page-content a.casinos__item__name {
	 font-weight: 700;
	 font-size: 24px;
     color: #fff;
     text-decoration: none;
	 margin-bottom: 12px;
}
.casinos__item__btns {
	 display: flex;
	 gap: 20px;
	 align-items: center;
	 margin-top: auto;
	 width: 100%;
}
.space-page-content a.casinos__item__btn, a.promo_banner__item__btn {
	 font-size: 16px;
	 font-weight: 700;
    padding: 6px 12px;
	 border: 1px solid #0044e2;
	 width: 100%;
	 color: #fff;
	 text-decoration: none;
	 border-radius: 5px;
     transition: all .5s;
}
.space-page-content a.casinos__item__btn:hover, a.promo_banner__item__btn:hover {
    color: #fff;
    background: #0044e2;
}
.casinos__item__btn-primary {
	 background-color: #0044e2;
}
.tournament__prize {
    margin-top: auto;
}
.tournament .casinos__item__img {
    position: relative;
}
.tournament .casinos__item__img img {
    max-height: 150px;
}
.tournament .casinos__item__img span {
    background: #09b344;
    z-index: 2;
    position: absolute;
    white-space: nowrap;
    padding: 5px 7px;
    border-radius: 12px;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: .8em;
    font-weight: 700;
}

/* Bonusmaker Slot block */
.icon {
  width: 100%;
  height: 100px;
}
.slotswin {
  width: 100%;
  background-color: #333;
    padding: 50px 50px 35px 50px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    position: relative;
}
.window {
  position: relative;
  overflow: hidden;
  height: 325px;
  padding: 0 3px;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
}
.outer-col {
  width: calc(33% - 4px);
  float: left;
  margin: 0 2px;
  background-color: #eee;
}
.col {
  padding: 10px;
  will-change: true;
}
.slotswin.spinning .outer-col:nth-of-type(2) .col {
  animation-delay: 0.1s;
}
.slotswin.spinning .outer-col:nth-of-type(3) .col {
  animation-delay: 0.2s;
}
.slotswin.spinning .outer-col:nth-of-type(4) .col {
  animation-delay: 0.3s;
}
.slotswin.spinning .outer-col:nth-of-type(5) .col {
  animation-delay: 0.4s;
}
.slotswin.spinning .outer-col:nth-of-type(6) .col {
  animation-delay: 0.5s;
}
.slotswin.spinning .col {
  animation: mc-slot-scroll 3s cubic-bezier(.5,0,.5,1) 1, mc-slot-blur 3s cubic-bezier(.5,0,.5,1) 1;
}
.slotswin__play {
    background: #0044e2;
    padding: 11px 24px;
    border: 1px solid #0044e2;
    margin: 25px auto;
    font-size: 1em;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(130, 36, 227, 0.55) !important;
    color: #fff;
    font-weight: 700;
    display: block;
    cursor: pointer;
}
.message-container {
    position: absolute;
}
@keyframes mc-slot-scroll {
  0% {transform: translate3d(0,0,0);}
  90% {transform: translate3d(0,calc(-100% + 328px),0);}
  100% {transform: translate3d(0,calc(-100% + 332px),0);}
}
@keyframes mc-slot-blur {
  0% {filter: blur(0);}
  10% {filter: blur(0);}
  30% {filter: blur(6px);}
  60% {filter: blur(6px);}
  80% {filter: blur(0);}
}

/* Wheel of Fortune block */
.deal-wheel {
    background: #202427;
    padding: 20px;
    justify-content: center;
  --size: clamp(250px, 80vmin, 700px);
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(hsl(224.31deg 100% 50%) 0 var(--lg-stop), hsl(200.31deg 100% 50%) var(--lg-stop) 100%);
  position: relative;
  display: grid;
  grid-gap: calc(var(--size) / 20);
  align-items: center;
  grid-template-areas:
    "spinner spinner"
    "trigger ref";
  font-family: "Girassol", sans-serif;
  font-size: calc(var(--size) / 21);
  line-height: 1;
  text-transform: lowercase;
}
.deal-wheel > * {
  grid-area: spinner;
}
.deal-wheel .btn-spin {
  grid-area: trigger;
  justify-self: center;
}
.spinner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-areas: "spinner";
  width: var(--size);
  height: var(--size);
  transform: rotate(calc(var(--rotate, 25) * 1deg));
  border-radius: 50%;
  box-shadow: inset 0 0 0 calc(var(--size) / 40) hsl(0deg 0% 0% / 0.06);
}
.spinner * {
  grid-area: spinner;
}
.prize {
  position: relative;
  display: flex;
  align-items: center;
	color: #fff;
  padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
  width: 50%;
  height: 50%;
  transform-origin: center right;
  transform: rotate(var(--rotate));
  user-select: none;
}
.cap {
    display: none;
  --cap-size: calc(var(--size) / 4);
  position: relative;
  justify-self: center;
  width: var(--cap-size);
  height: var(--cap-size);
}
.cap select {
  display: none;
}
.cap svg {
  width: 100%;
}
.ticker {
  position: relative;
  left: calc(var(--size) / -15);
  width: calc(var(--size) / 10);
  height: calc(var(--size) / 20);
  background: var(--lg);
  z-index: 1;
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
  transform-origin: center left;
}
.btn-spin {
  color: hsl(0deg 0% 100%);
  background: var(--lg);
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
    padding: 8px 12px;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 200ms ease-out;
}
.btn-spin:focus {
  outline-offset: 2px;
}
.btn-spin:active {
  transform: translateY(1px);
}
.btn-spin:disabled {
  cursor: progress;
  opacity: 0.25;
}
.is-spinning .spinner {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}
.is-spinning .ticker {
  animation: mc-wheel-tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes mc-wheel-tick {
  40% {
    transform: rotate(-12deg);
  }
}
.prize.selected .text {
  color: white;
  animation: mc-wheel-selected 800ms ease;
}
@keyframes mc-wheel-selected {
  25% {
    transform: scale(1.25);
    text-shadow: 1vmin 1vmin 0 hsla(0 0% 0% / 0.1);
  }
  40% {
    transform: scale(0.92);
    text-shadow: 0 0 0 hsla(0 0% 0% / 0.2);
  }
  60% {
    transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 hsla(0 0% 0% / 0.1);
  }
  75% {
    transform: scale(0.98);
  }
  85% {
    transform: scale(1);
  }
}
.btn-claim {
    padding: 7px 12px;
    grid-area: ref;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 5px;
    background-color: #0044e2;
    outline: none;
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0);
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Footer warnings
   ========================================================================== */
.footer-warning {
	background: #37384d;
	padding: 15px 0;
}
.footer-warning .space-footer-ins {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
}
.footer-warning .space-footer-ins svg {
	min-width: 25px;
	max-width: 25px;
}
.footer-warning p {
	color: #fff;
	font-size: .8em;
}

/* ==========================================================================
   Fixed mobile bottom bar (auth buttons + quick navigation)
   ========================================================================== */
.header__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0px;
	width: 100%;
    margin-top: 0;
    white-space: nowrap;
}
.footer__btns.header__btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
    background: #3B3D4F;
    z-index: 2;
    transition: all .5s;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.footer__navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #0b0b1f;
    padding: 10px 15px 15px 15px;
}
.footer__btns.header__btns .footer__navigation a,
.footer__btns.header__btns .footer__navigation button {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none !important;
    color: #fff;
    font-weight: 700;
    font-size: .8em;
}
.footer__navigation a svg,
.footer__navigation button svg {
    width: 25px;
    height: 25px;
}
.footer__btns.header__btns a {
    width: calc(50% - 25px);
}
.footer__navigation button.space-mobile-menu-icon div {
    background: #fff;
    width: 25px;
}
.header__btns a:nth-of-type(1) {
    background: #0044e2;
    padding: 9px 12px;
    border: 1px solid #0044e2;
    margin: 0;
    font-size: .8em;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(130, 36, 227, 0.55) !important;
}
.header__btns a:nth-of-type(2) {
    background: transparent;
    border: 1px solid #0044e2;
    transition: all .5s;
    padding: 9px 12px;
    border-radius: 5px;
    font-size: .8em;
}
.header__btns a:nth-of-type(2):hover {
    background: #0044e2;
}
@media screen and (max-width: 767px) {
    .footer__btns.header__btns {
        opacity: 1;
        visibility: visible;
    }
}

/* "Casino unlicensed" notice popup (theme-parts/blocks rely on the same .popup pattern) */
.popup {
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 50%);
	overflow: hidden;
	overflow-y: auto;
}
.popup.is-open {
	visibility: visible;
	opacity: 1;
}
.popup__wrapper {
	max-width: 800px;
	width: 100%;
	padding: 15px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	background: #3B3D4F;
	position: relative;
}
.popup__wrapper > p {
	color: #fff;
	padding: 0 30px 20px 0;
	font-size: 1.25em;
}
.popup__wrapper-close {
	color: #fff;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* On mobile the auth buttons already live in the fixed bottom bar — keep only the burger icon in the header */
@media screen and (max-width: 767px) {
	.space-header-search .space-organizations-4-archive-item-button-two-ins {
		display: none;
	}
}