/**
 * Site overrides — banner, slots, misc (formerly Customizer Additional CSS).
 */

.theme-scope .header_banner {
	margin: 0 auto 20px;
}

.theme-scope .header_banner__container div.render-image > .container {
	margin-top: 80px;
}

@media only screen and (max-width: 768px) {
	.theme-scope .header_banner__container div.render-image > .container {
		margin-top: -70px;
	}
}

/* Banner image — anchor to top so heads/artwork are not cropped */
.theme-scope .header_banner_img_wrap {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.theme-scope .header_banner_img_wrap {
		bottom: 0;
		inset: 0;
		position: absolute;
	}
}

.theme-scope .header_banner img {
	object-fit: cover;
	object-position: top center;
}

@media only screen and (min-width: 1025px) and (max-width: 1365px) {
	.theme-scope .header_banner img {
		object-position: top center;
	}
}

/* Banner CTA */
.theme-scope .header_banner__text .btn {
	animation: banner-btn-pulse 1.8s ease-in-out infinite;
	background: linear-gradient(180deg, #f46940 0%, #a11f14 100%);
	will-change: transform, box-shadow;
}

@keyframes banner-btn-pulse {
	0%,
	100% {
		box-shadow: 0 0 18px rgba(161, 31, 20, 0.45);
		transform: scale(1);
	}

	50% {
		box-shadow: 0 0 30.8px rgba(161, 31, 20, 1);
		transform: scale(1.05);
	}
}

/* Banner typography */
.header_banner__text,
.header_banner__text * {
	font-family: "Inter", sans-serif !important;
}

.theme-scope .header_banner__text {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.theme-scope .header_banner__text_main {
	width: 68%;
}

.theme-scope .header_banner__text_main p {
	line-height: 1;
	margin: 20px auto;
	text-align: center;
}

.site-theme .header_banner__text_top {
	color: var(--banner-text-color, #ffffff);
	font-size: 30px !important;
	font-weight: 900 !important;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85), 0 0 15px rgba(0, 0, 0, 0.65);
	text-transform: uppercase !important;
}

.header_banner__text_deposit-free-spin {
	color: var(--top-winners-text-sum-color, #f7e034) !important;
	font-size: 30px;
	font-weight: 900 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85), 0 0 15px rgba(0, 0, 0, 0.65);
	text-transform: uppercase;
}

.header_banner__text_deposit {
	background: linear-gradient(180deg, #f7e034 0%, #d4af37 100%);
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 2px 2.7px rgba(0, 0, 0, 0.85)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 0.75));
	font-family: "Inter", sans-serif;
	font-size: 135px !important;
	font-style: italic;
	font-weight: 900 !important;
	margin-bottom: -60px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

.header_banner__text_bottom {
	color: var(--banner-text-color, #ffffff);
	font-size: 28px;
	font-weight: 300 !important;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.header_banner__text_button .btn,
.site-theme .header_banner__text .header_banner__text_button .btn {
	animation: banner-btn-pulse 1.8s ease-in-out infinite;
	background: linear-gradient(180deg, #f46940 0%, #a11f14 100%);
	border-radius: 1000px;
	color: var(--banner-button-text-color, #ffffff);
	display: flex;
	flex-direction: column;
	max-width: fit-content;
	padding: 12px 45px;
	text-transform: capitalize;
	will-change: transform, box-shadow;
}

.header_banner__text_button .btn:hover,
.site-theme .header_banner__text .header_banner__text_button .btn:hover {
	background: linear-gradient(180deg, #f67a52 0%, #b82518 100%);
	box-shadow: 0 0 30.8px rgba(161, 31, 20, 1);
}

.header-bg-button-main {
	color: var(--banner-button-text-color, #ffffff);
	font-size: 24px;
	font-weight: 900;
	line-height: 160%;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35), 0 0 15px rgba(0, 0, 0, 0.2);
}

.header-bg-button-description {
	color: var(--banner-button-text-color, #ffffff);
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	opacity: 0.85;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35), 0 0 15px rgba(0, 0, 0, 0.2);
	text-transform: none;
}

/* Header nav on beige bar */
.site-theme .header__top .header-menu-main ul {
	background: none !important;
}

/* Slots block — white text (overrides inline --slots-text-color from block settings) */
.theme-scope .slots-list-block,
.theme-scope .t2-slots-list-block,
.site-theme .slots-list-block,
.site-theme .t2-slots-list-block {
	--slots-text-color: #ffffff !important;
}

.theme-scope .slots-list-block-top .title_list,
.theme-scope .slots-list-block-top p.title_list,
.theme-scope .slots_list .demo-name a,
.theme-scope .slots_list .slot-card .demo-name a,
.site-theme .slots-list-block .title_list,
.site-theme .slots-list-block-top p.title_list,
.site-theme .slots_list .demo-name a,
.site-theme .slots_list .slot-card .demo-name a {
	color: #ffffff !important;
}

/* Slots — fixed min size, horizontal scroll (no shrinking) */
@media (max-width: 1024px) {
	.theme-scope .slots-list-block,
	.theme-scope .t2-slots-list-block.slots-list-block,
	.site-theme .slots-list-block,
	.site-theme .t2-slots-list-block.slots-list-block {
		max-height: none !important;
		overflow: visible !important;
	}

	.theme-scope .slots_list,
	.theme-scope .t2-slots-list-block .slots_list,
	.theme-scope .slots-list-block .slots_list,
	.site-theme .slots_list,
	.site-theme .t2-slots-list-block .slots_list,
	.site-theme .slots-list-block .slots_list {
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
		flex-wrap: nowrap !important;
		gap: 12px;
		justify-content: flex-start !important;
		max-width: 100%;
		overflow-x: auto;
		scrollbar-width: none;
		width: 100%;
	}

	.theme-scope .slots_list::-webkit-scrollbar,
	.site-theme .slots_list::-webkit-scrollbar {
		display: none;
	}

	.theme-scope .slots_list .slot-card,
	.theme-scope .t2-slots-list-block .slots_list .slot-card,
	.theme-scope .slots-list-block .slots_list .slot-card,
	.site-theme .slots_list .slot-card,
	.site-theme .t2-slots-list-block .slots_list .slot-card,
	.site-theme .slots-list-block .slots_list .slot-card {
		box-sizing: border-box;
		display: flex;
		flex: 0 0 148px !important;
		flex-direction: column;
		flex-shrink: 0 !important;
		height: auto !important;
		max-height: none !important;
		max-width: none !important;
		min-height: 190px;
		min-width: 148px !important;
		width: 148px !important;
	}
}

@media (max-width: 767px) {
	.theme-scope .slots_list .slot-card .img-wrap,
	.theme-scope .t2-slots-list-block .slots_list .slot-card .img-wrap,
	.theme-scope .slots-list-block .slots_list .slot-card .img-wrap,
	.site-theme .slots_list .slot-card .img-wrap,
	.site-theme .t2-slots-list-block .slots_list .slot-card .img-wrap,
	.site-theme .slots-list-block .slots_list .slot-card .img-wrap {
		aspect-ratio: 181 / 148;
		flex-shrink: 0;
		height: auto;
		min-height: 121px;
		min-width: 148px;
		width: 100%;
	}

	.theme-scope .slots_list .slot-card img,
	.theme-scope .t2-slots-list-block .slots_list .slot-card img,
	.theme-scope .slots-list-block .slots_list .slot-card img,
	.site-theme .slots_list .slot-card img,
	.site-theme .t2-slots-list-block .slots_list .slot-card img,
	.site-theme .slots-list-block .slots_list .slot-card img {
		aspect-ratio: 181 / 148;
		display: block;
		height: auto;
		max-width: none;
		min-height: 121px;
		min-width: 148px;
		object-fit: cover;
		width: 100%;
	}

	.theme-scope .slots_list .demo-name,
	.theme-scope .t2-slots-list-block .slots_list .demo-name,
	.theme-scope .slots-list-block .slots_list .demo-name,
	.site-theme .slots_list .demo-name,
	.site-theme .t2-slots-list-block .slots_list .demo-name,
	.site-theme .slots-list-block .slots_list .demo-name {
		align-items: flex-start;
		box-sizing: border-box;
		flex: 1 0 auto;
		height: 2.6em;
		justify-content: flex-start;
		min-height: 2.6em;
		padding-top: 8px;
	}

	.theme-scope .slots_list .slot-card .demo-name a,
	.theme-scope .t2-slots-list-block .slots_list .slot-card .demo-name a,
	.theme-scope .slots-list-block .slots_list .slot-card .demo-name a,
	.site-theme .slots_list .slot-card .demo-name a,
	.site-theme .t2-slots-list-block .slots_list .slot-card .demo-name a,
	.site-theme .slots-list-block .slots_list .slot-card .demo-name a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		max-height: none;
		overflow: hidden;
		white-space: normal;
	}
}

/* slot-3 — rubber cards, image min 80×80, centered title */
@media (max-width: 1024px) {
	.theme-scope .slots-list-block--slot-3 .slots_list .slot-card,
	.theme-scope .t2-slots-list-block.slots-list-block--slot-3 .slots_list .slot-card,
	.site-theme .slots-list-block--slot-3 .slots_list .slot-card,
	.site-theme .t2-slots-list-block.slots-list-block--slot-3 .slots_list .slot-card {
		align-items: center !important;
		flex: 1 1 0 !important;
		flex-shrink: 1 !important;
		height: auto !important;
		max-height: none !important;
		max-width: none !important;
		min-height: 0 !important;
		min-width: 80px !important;
		width: auto !important;
	}

	.theme-scope .slots-list-block--slot-3 .slots_list .slot-card .img-wrap,
	.theme-scope .t2-slots-list-block.slots-list-block--slot-3 .slots_list .slot-card .img-wrap,
	.site-theme .slots-list-block--slot-3 .slots_list .slot-card .img-wrap,
	.site-theme .t2-slots-list-block.slots-list-block--slot-3 .slots_list .slot-card .img-wrap {
		aspect-ratio: 181 / 148;
		flex-shrink: 0;
		height: auto;
		max-height: none;
		max-width: none;
		min-height: 80px;
		min-width: 80px;
		width: 100%;
	}

	.theme-scope .slots-list-block--slot-3 .slots_list .slot-card img,
	.theme-scope .t2-slots-list-block.slots-list-block--slot-3 .slots_list .slot-card img,
	.site-theme .slots-list-block--slot-3 .slots_list .slot-card img,
	.site-theme .t2-slots-list-block.slots-list-block--slot-3 .slots_list .slot-card img {
		display: block;
		height: auto;
		max-height: none;
		max-width: none;
		min-height: 80px;
		min-width: 80px;
		object-fit: cover;
		width: 100%;
	}

	.theme-scope .slots-list-block--slot-3 .slots_list .demo-name,
	.theme-scope .t2-slots-list-block.slots-list-block--slot-3 .slots_list .demo-name,
	.site-theme .slots-list-block--slot-3 .slots_list .demo-name,
	.site-theme .t2-slots-list-block.slots-list-block--slot-3 .slots_list .demo-name {
		align-items: center !important;
		box-sizing: border-box;
		height: auto;
		justify-content: center !important;
		min-height: 2.4em;
		padding: 6px 0 0;
		text-align: center;
		width: 100%;
	}

	.theme-scope .slots-list-block--slot-3 .slots_list .slot-card .demo-name a,
	.theme-scope .t2-slots-list-block.slots-list-block--slot-3 .slots_list .slot-card .demo-name a,
	.site-theme .slots-list-block--slot-3 .slots_list .slot-card .demo-name a,
	.site-theme .t2-slots-list-block.slots-list-block--slot-3 .slots_list .slot-card .demo-name a {
		font-size: 11px;
		line-height: 1.25;
		text-align: center;
		width: 100%;
	}
}

/* Tables — min-width 600px, horizontal scroll when overflow */
.responsive-table,
.theme-scope .text_container .cover-table,
.site-theme .text_container .cover-table,
.text_container .cover-table,
.theme-scope .cover-table,
.cover-table {
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	overflow-x: auto;
}

.responsive-table .cover-table {
	overflow-x: visible;
}

.table-style1,
.theme-scope .text_container .cover-table .table-style1,
.theme-scope .text_container .table-style1,
.responsive-table table,
.cover-table table,
.theme-scope .text_container .cover-table table {
	min-width: 600px;
}

.content-image {
	margin-bottom: 50px;
}

/* Content images — mobile layout */
@media (max-width: 767px) {
	.theme-scope .text_container .content-image,
	.site-theme .text_container .content-image,
	.theme-scope .text_container img.content-image,
	.site-theme .text_container img.content-image {
		box-sizing: border-box;
		display: block;
		float: none !important;
		height: auto;
		margin: 20px -16px 24px !important;
		max-width: calc(100% + 32px);
		object-fit: cover;
		width: calc(100% + 32px);
	}

	.theme-scope .text_container .alignleft,
	.theme-scope .text_container .alignright,
	.site-theme .text_container .alignleft,
	.site-theme .text_container .alignright {
		display: block;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.theme-scope .text_container h1 img,
	.theme-scope .text_container h2 img,
	.theme-scope .text_container h3 img,
	.theme-scope .text_container h4 img,
	.site-theme .text_container h1 img,
	.site-theme .text_container h2 img,
	.site-theme .text_container h3 img,
	.site-theme .text_container h4 img {
		display: block;
		float: none !important;
		height: auto;
		margin: 16px -16px 20px !important;
		max-width: calc(100% + 32px);
		width: calc(100% + 32px);
	}

	.theme-scope .text_container h1,
	.theme-scope .text_container h2,
	.theme-scope .text_container h3,
	.theme-scope .text_container h4,
	.site-theme .text_container h1,
	.site-theme .text_container h2,
	.site-theme .text_container h3,
	.site-theme .text_container h4 {
		overflow: hidden;
	}

	.content-image {
		margin-bottom: 24px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1290px) {
	.header_banner__text_bottom {
		font-size: 24px;
		margin: 16px 0 24px;
	}

	.header-bg-button-main {
		font-size: 28px;
		line-height: 145%;
	}

	.header-bg-button-description {
		font-size: 13px;
	}
}

@media only screen and (max-width: 768px) {
	.theme-scope .toc:not(.active) #toc_container {
		margin-bottom: 0;
	}

	/* TOC fade — blend into body background */
	.theme-scope #toc_container:before,
	.site-theme #toc_container:before,
	.t2-toc-block.site-theme:not(.active):not(.is-expanded) #toc_container::before {
		background: linear-gradient(
			to top,
			var(--site-background-color, #1a1512) 0%,
			rgba(26, 21, 18, 0.92) 35%,
			rgba(26, 21, 18, 0.5) 70%,
			transparent 100%
		) !important;
		height: 90px;
	}

	.theme-scope .header_banner__text .btn {
		margin-top: 0;
	}

	.header-bg-button-description {
		font-size: 10px;
	}

	.header-bg-button-main {
		font-size: 18px;
	}

	.header_banner__text_bottom {
		font-size: 18px !important;
	}

	.header_banner__text_deposit-free-spin {
		font-size: 18px !important;
	}

	.site-theme .header_banner__text_top,
	.header_banner__text_top {
		font-size: 14px !important;
		margin-bottom: -20px;
	}

	.header_banner__text_deposit,
	.header-bg-deposit-banner {
		font-size: 50px !important;
		margin-bottom: -20px;
	}

	.header-bg-button-description-btn {
		font-size: 10px !important;
	}

	.header-bg-button-main-btn {
		font-size: 18px !important;
	}

	.header-bg-bonus-banner-additional,
	.header-bg-bonus-banner {
		font-size: 18px !important;
	}

	.theme-scope .header_banner img {
		max-height: max-content;
		min-height: 270px;
	}
}

@media only screen and (max-width: 767px) {
	.header_banner__text_bottom {
		display: none;
	}
}

/* Mobile drawer — layout fix */
@media only screen and (max-width: 1100px) {
	.theme-scope .header-menu-left,
	.site-theme .header-menu-left {
		box-sizing: border-box !important;
		left: 0 !important;
		max-width: 100% !important;
		min-width: 0 !important;
		right: 0 !important;
		width: 100% !important;
	}

	.theme-scope .header-top-mobile-menu,
	.site-theme .header-top-mobile-menu,
	.theme-scope .header-top-mobile-menu .menu-top-container,
	.site-theme .header-top-mobile-menu .menu-top-container {
		box-sizing: border-box;
		margin: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.theme-scope .header-top-mobile-menu ul,
	.site-theme .header-top-mobile-menu ul,
	.theme-scope .header-top-mobile-menu ul li,
	.site-theme .header-top-mobile-menu ul li {
		box-sizing: border-box;
		margin: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.theme-scope .header-top-mobile-menu ul li a,
	.site-theme .header-top-mobile-menu ul li a {
		box-sizing: border-box;
		max-width: 100% !important;
		white-space: normal !important;
	}
}

/* Mobile header — tighter layout */
@media only screen and (max-width: 767px) {
	.site-theme.header-8 .header__right,
	.theme-scope.header-8 .header__right {
		gap: 8px !important;
		padding-right: 8px !important;
	}

	.site-theme.header-8 .header__left,
	.theme-scope.header-8 .header__left {
		padding-left: 10px !important;
	}

	.site-theme .header__top .header__right > .header__top_buttons,
	.theme-scope .header__top .header__right > .header__top_buttons {
		gap: 6px !important;
	}

	.site-theme.header-8 .header__top_buttons .btn,
	.theme-scope.header-8 .header__top_buttons .btn {
		font-size: 11px !important;
		min-height: 36px !important;
		padding: 8px 10px !important;
	}
}

/* Category row — smooth gold hover (VICIBET palette) */
.category-container .single-category,
.t2-category-block .single-category {
	border: 1px solid rgba(212, 175, 55, 0.12);
	box-shadow: none !important;
	transition: background-color 0.35s ease, border-color 0.35s ease;
}

.category-container a:hover .single-category,
.t2-category-block a:hover .single-category {
	background-color: rgba(212, 175, 55, 0.06);
	border-color: rgba(212, 175, 55, 0.5) !important;
	box-shadow: none !important;
}

.category-container .single-category img,
.t2-category-block .single-category img {
	transition: transform 0.35s ease;
}

.category-container a:hover img,
.t2-category-block .category-container a:hover img {
	filter: none !important;
	transform: scale(1.05);
}

/* author-3 — Figma layout (name | role inline, contacts below) */
.text_container .t2-author-block--author-3 .review-info,
.text_container .t2-reviews-block.t2-author-block--author-3 .review-info {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.text_container .t2-author-block--author-3 .review-author,
.text_container .t2-reviews-block.t2-author-block--author-3 .review-author {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.text_container .t2-author-block--author-3 .review-author br,
.text_container .t2-author-block--author-3 .review-contact br,
.text_container .t2-reviews-block.t2-author-block--author-3 .review-author br,
.text_container .t2-reviews-block.t2-author-block--author-3 .review-contact br {
	display: none;
}

.text_container .t2-author-block--author-3 .review-author__sep,
.text_container .t2-reviews-block.t2-author-block--author-3 .review-author__sep {
	display: inline;
}

.text_container .t2-author-block--author-3 .review-author span:first-child,
.text_container .t2-reviews-block.t2-author-block--author-3 .review-author span:first-child,
.text_container .t2-author-block--author-3 .review-contact span,
.text_container .t2-reviews-block.t2-author-block--author-3 .review-contact span {
	font-family: 'Inter', sans-serif;
}

.text_container .t2-author-block--author-3 .review-author span:last-child,
.text_container .t2-reviews-block.t2-author-block--author-3 .review-author span:last-child {
	border-left: none;
	max-width: none;
	padding-left: 0;
}