/*
Theme Name:     Wintomic
Description:    Wintomic child theme for Astra (ACF content blocks)
Author:         Wintomic
Template:       astra
Version:        4.3.0
Text Domain:    wintomic
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Sora:wght@600;700;800&display=swap');

:root {
	/* Wintomic brand — charcoal + electric blue + green CTA */
	--glory-blue: #288df3;
	--glory-blue-hover: #1f74c9;
	--glory-blue-light: rgba(40, 141, 243, 0.18);
	--glory-pink: #62a339;
	--glory-orange: #62a339;
	--glory-orange-hover: #75ae51;
	--glory-navy: #121212;
	--glory-navy-mid: #1e1e20;
	--glory-sky: #3b83e0;
	--glory-sky-dark: #288df3;
	--glory-yellow: #9fd36b;
	--glory-purple: #288df3;
	--glory-dark: #e8eaed;
	--glory-black: #0e0e10;
	--glory-muted: #a09fa6;
	--glory-surface: #121212;
	--glory-sidebar: #1e1e20;
	--glory-bonus-bg: rgba(30, 30, 32, 0.72);
	--glory-white: #ffffff;
	--glory-panel: #1e1e20;
	--glory-panel-2: #26262a;
	--glory-gradient: linear-gradient(120deg, #62a339 0%, #3b83e0 55%, #288df3 100%);
	--glory-gradient-hover: linear-gradient(120deg, #75ae51 0%, #288df3 55%, #1f74c9 100%);
	--glory-hero-bg: #121212;
	--glory-radius: 16px;
	--glory-radius-sm: 12px;
	--glory-radius-pill: 12px;
	--glory-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
	--glory-header-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
	--glory-scroll-offset: 100px;
	--glory-inline-image-width: clamp(260px, 90vw, 720px);
	--glory-inline-image-float-max-width: clamp(200px, 42vw, 360px);
	--glory-font: 'Plus Jakarta Sans', system-ui, sans-serif;
	--glory-font-display: 'Sora', 'Plus Jakarta Sans', sans-serif;
}

body {
	font-family: var(--glory-font);
	color: #e8eaed;
	background: #121212;
}

/* --- Base --- */

.go-link:hover {
	cursor: pointer;
}

#masthead,
.mb-header {
	position: sticky;
	top: 0;
	z-index: 100;
}

#primary,
#secondary {
	border: 0 !important;
}

#primary {
	width: 100%;
	padding-right: 0 !important;
	margin-top: 0;
}

.glory-content {
	max-width: 100%;
}

.glory-page-title  {
	font-family: var(--glory-font-display);
	font-size: clamp(1.5rem, 4vw, 2.35rem);
	font-weight: 700;
	margin-bottom: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #fff;
}

/* --- Buttons --- */

button,
.glory-btn {
	font-weight: 700;
	border-radius: var(--glory-radius-sm);
	border: none;
	cursor: pointer;
	font-family: inherit;
}

.glory-btn--gradient {
	background: #62a339;
	background-image: none;
	color: var(--glory-white);
	text-transform: none;
	text-decoration: none !important;
	font-weight: 600;
	padding: 12px 24px;
	display: inline-block;
	border-radius: var(--glory-radius-sm);
	border: 1px solid #62a339;
	box-shadow: 0 1px 20px rgba(98, 163, 57, 0.35);
}

.glory-btn--gradient:hover {
	background: var(--glory-orange-hover);
	background-image: none;
	color: var(--glory-white);
	border-color: var(--glory-orange-hover);
}

.glory-btn--outline {
	background: transparent;
	color: var(--glory-sky);
	border: 1px solid var(--glory-sky);
	padding: 10px 20px;
	border-radius: var(--glory-radius-pill);
}

.glory-btn--outline:hover {
	background: var(--glory-blue-light);
}

.glory-btn--sky {
	background: var(--glory-sky);
	color: var(--glory-white);
	border: 2px solid var(--glory-sky);
	padding: 10px 20px;
	width: 100%;
}

.glory-btn--black {
	background: var(--glory-black);
	color: var(--glory-white);
	padding: 10px 20px;
}

.glory-btn--black:hover {
	background: #333;
}

header button {
	width: 170px;
	max-width: 100%;
}

#masthead button:not(.gradient) {
	background: transparent;
	color: #fff;
	border: 1px solid #428cdc;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: var(--glory-radius-pill);
}

#masthead button:not(.gradient):hover {
	background: rgba(66, 140, 220, 0.2);
}

#masthead button.gradient,
#masthead .gradient button {
	background: var(--glory-orange);
	color: var(--glory-white);
	border: 1px solid var(--glory-orange);
	border-radius: var(--glory-radius-pill);
}

#masthead button.gradient:hover {
	background: var(--glory-orange-hover);
}

/* --- Hero slider --- */

.n2-ss-slider,
.n2-ss-slider-2 {
	border-radius: 0;
	overflow: hidden;
}

.n2_clear {
	margin-bottom: 10px;
}

/* --- Bonus section --- */

.bonus-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 28px;
	gap: 20px;
	flex-wrap: wrap;
}

.bonus-section .glory-page-title {
	margin-right: 20px;
	margin-bottom: 0;
	flex: 1;
	min-width: 200px;
}

.bonus {
	max-width: 100%;
	width: 100%;
	border: 1px solid rgba(66, 140, 220, 0.4);
	border-radius: 10px;
	padding: 24px;
	margin-bottom: 28px;
	background: linear-gradient(135deg, #26262a, #288df3);
	color: #fff;
}

.bonus-title {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #428cdc;
	display: block;
}

.bonus-desc {
	background: rgba(0, 19, 40, 0.45);
	margin: 16px 0;
	padding: 14px;
	border-radius: 8px;
}

.bonus-desc-title {
	font-family: var(--glory-font-display);
	font-size: clamp(1.25rem, 3vw, 1.875rem);
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	color: #9fd36b;
	text-transform: uppercase;
}

.bonus-desc p {
	margin-bottom: 0;
	font-size: 15px;
	color: #e8eef5;
}

.bonus button {
	width: 100%;
	border-radius: var(--glory-radius-pill);
}

/* --- Winners ticker --- */

.winners-ticker {
	overflow: hidden;
	width: 100%;
}

.winners-list {
	display: flex;
	gap: 12px;
	width: max-content;
	padding: 0;
	margin-bottom: 40px;
	list-style: none;
	will-change: transform;
}

.winner-card {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 280px;
	flex-shrink: 0;
	padding: 10px 12px;
	background: linear-gradient(180deg, #fff 0%, #ccc 100%);
	border: 0;
	border-radius: var(--glory-radius);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.winner-card__image {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	object-fit: cover;
	flex-shrink: 0;
}

.winner-card__image--placeholder {
	background: var(--glory-gradient);
}

.winner-card__content {
	flex: 1;
	min-width: 0;
}

.winner-card__name {
	color: #777;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.winner-card__game {
	margin-top: 3px;
	color: #111;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.winner-card__amount {
	padding: 6px 10px;
	background: linear-gradient(135deg, #288df3, #045cb4);
	border-radius: var(--glory-radius-sm);
	color: var(--glory-white);
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 0 15px rgba(40, 141, 243, 0.35);
	white-space: nowrap;
}

/* --- Games grid --- */

.games-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.category-title {
	font-size: 22px;
	font-weight: 800;
	color: var(--glory-dark);
	padding: 20px 10px;
}

.category-options select {
	margin-right: 10px;
	border: 0;
	width: 162px;
	border-radius: var(--glory-radius-sm);
	font-weight: 600;
	font-size: 12px;
	padding: 8px;
	background: var(--glory-surface);
}

.games,
.row {
	display: flex;
	justify-content: flex-start;
	gap: 16px 8px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.game,
.col {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.image-box {
	overflow: hidden;
	transition: all ease 0.5s;
	width: 18vw;
	min-width: 140px;
	max-width: 287px;
}

.image-box img {
	border-radius: 15px;
	width: 100%;
	height: auto;
	display: block;
}

.image-box-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}

.text-title {
	color: var(--glory-dark);
	font-size: 18px;
	font-weight: 600;
}

.text-description {
	color: var(--glory-muted);
	font-size: 14px;
	font-weight: 600;
}

.col:hover .image-box img {
	transform: scale(1.05);
}

.overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	background: rgba(63, 66, 80, 0.5);
	color: var(--glory-white);
	transition: all ease 0.5s;
}

.overlay:hover {
	opacity: 1;
	cursor: pointer;
	backdrop-filter: blur(10px);
}

.play {
	width: 100%;
	text-align: center;
	padding: 10px 20px;
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.play span {
	border-radius: var(--glory-radius-sm);
	border: 2px solid var(--glory-sky);
	padding: 10px 20px;
	font-size: 16px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.play span:first-child {
	margin-bottom: 10px;
	background: var(--glory-sky);
}

.play-icon {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--glory-white);
}

.play-icon::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid var(--glory-white);
}

.go-to-btn a {
	color: var(--glory-white);
	text-decoration: none !important;
}

/* --- Casino info --- */

.wrapper {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 16px;
	max-width: 100%;
	margin: 28px auto 40px;
	align-items: stretch;
	color: #e8eef5;
}

.wrapper > div:last-child {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wrapper .card,
.wrapper .small-card {
	background: linear-gradient(180deg, #1a1a1c, #141416);
	border: 1px solid rgba(66, 140, 220, 0.35);
	border-radius: 10px;
	padding: 18px;
	box-shadow: none;
	color: #e8eef5;
}

.wrapper .card.services {
	flex: 1;
}

.wrapper .logo {
	text-align: center;
	margin-bottom: 20px;
}

.wrapper .logo img {
	max-width: 180px;
	height: auto;
}

.wrapper .info-row {
	padding: 10px 0;
	border-top: 1px solid rgba(66, 140, 220, 0.25);
	font-size: 14px;
	color: #c9d6e5;
}

.wrapper .info-row strong {
	color: #fff;
}

.wrapper .info-row:first-of-type {
	border-top: none;
}

.wrapper .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 0;
}

.wrapper .small-card__label {
	font-size: 13px;
	margin-bottom: 8px;
	color: #98a7b5;
	font-weight: 600;
}

.wrapper .value {
	font-size: 20px;
	font-weight: 700;
	color: #9fd36b;
	font-family: var(--glory-font-display);
}

.wrapper .tabs {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.wrapper .tab {
	padding: 6px 12px;
	border: 1px solid rgba(66, 140, 220, 0.45);
	border-radius: 100px;
	font-size: 13px;
	background: transparent;
	color: #e8eef5;
}

.wrapper .reward {
	padding: 12px 0;
	border-top: 1px solid rgba(66, 140, 220, 0.25);
	border-bottom: 1px solid rgba(66, 140, 220, 0.25);
	margin-bottom: 10px;
	font-size: 14px;
	color: #c9d6e5;
}

.wrapper .reward strong {
	color: #9fd36b;
}

.wrapper .support {
	color: #c9d6e5;
	font-size: 14px;
}

.wrapper .support strong {
	color: #fff;
}

.wrapper .support span {
	margin-right: 10px;
	color: #428cdc;
}

/* --- Page hero banner --- */

.glory-page-hero {
	margin-bottom: 30px;
	border-radius: var(--glory-radius);
	overflow: hidden;
}

.glory-page-hero img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--glory-radius);
}

/* --- CTA banner --- */

.glory-cta-banner {
	background: linear-gradient(100deg, #62a339 0%, #75ae51 40%, #288df3 100%);
	border-radius: 10px;
	padding: 28px 32px;
	margin: 36px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.glory-cta-banner__title {
	color: var(--glory-white);
	font-family: var(--glory-font-display);
	font-size: clamp(1.25rem, 3vw, 1.75rem);
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.glory-cta-banner__btn {
	background: var(--glory-white);
	color: #62a339;
	padding: 14px 32px;
	border-radius: var(--glory-radius-pill);
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none !important;
	white-space: nowrap;
}

.glory-cta-banner__btn:hover {
	background: #9fd36b;
	color: #121212;
}

/* --- Related pages --- */

.glory-related {
	margin: 40px 0;
}

.glory-related__title {
	font-size: 22px;
	font-weight: 700;
	color: var(--glory-dark);
	margin-bottom: 20px;
}

.glory-related__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
}

.glory-related__card {
	background: var(--glory-white);
	border-radius: var(--glory-radius);
	padding: 20px;
	box-shadow: var(--glory-shadow);
	text-decoration: none !important;
	color: var(--glory-dark);
	transition: transform 0.2s, box-shadow 0.2s;
	border-left: 4px solid var(--glory-blue);
}

.glory-related__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(57, 89, 217, 0.15);
	color: var(--glory-blue);
}

.glory-related__card-title {
	font-weight: 700;
	font-size: 16px;
}

/* --- Breadcrumbs --- */

.glory-breadcrumbs {
	font-size: 13px;
	color: var(--glory-muted);
	margin-bottom: 20px;
}

.glory-breadcrumbs a {
	color: var(--glory-blue);
	text-decoration: none;
}

.glory-breadcrumbs a:hover {
	text-decoration: underline;
}

/* --- Registration form --- */

.form-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
	max-width: 100%;
	margin: 50px auto;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: var(--glory-radius-sm);
	background: #eee;
	box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}

.form {
	width: 100%;
}

.form input {
	width: 100%;
	margin-bottom: 10px;
	border-radius: var(--glory-radius-sm);
	padding: 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.form-title {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

/* --- Bonuses gallery --- */

#sid-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	margin: 30px 0;
}

.sid-item {
	min-width: 220px;
	max-width: 100%;
	flex: 1 1 220px;
	border-radius: var(--glory-radius-sm);
	background: var(--glory-white);
	overflow: hidden;
	transition: all ease 0.3s;
	box-shadow: var(--glory-shadow);
}

.sid-item:hover {
	transform: scale(1.03);
	box-shadow: 0 0 40px 10px rgba(4, 92, 180, 0.4);
}

.sid-item img {
	width: 100%;
	height: auto;
	display: block;
}

.sid-field1,
.sid-field2 {
	padding: 10px;
}

.sid-field2 {
	font-weight: 600;
	color: var(--glory-muted);
	font-size: 13px;
}

.bonus-btn {
	text-align: center;
	margin: 10px;
}

/* --- Steps (registration / app) --- */

.glory-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin: 30px 0;
}

.glory-step {
	background: var(--glory-white);
	border-radius: var(--glory-radius);
	padding: 24px;
	box-shadow: var(--glory-shadow);
	text-align: center;
}

.glory-step__num {
	width: 40px;
	height: 40px;
	background: var(--glory-gradient);
	color: var(--glory-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin: 0 auto 12px;
}

.glory-step__title {
	font-weight: 700;
	color: var(--glory-dark);
	margin-bottom: 8px;
}

/* --- Content typography --- */

.glory-content blockquote {
	border-color: var(--glory-blue);
	border-radius: var(--glory-radius-sm);
	border-width: 2px;
	background: #b6e3fc;
	padding: 16px 20px;
}

.glory-content .pros {
	color: green;
}

.glory-content .cons {
	color: red;
}

.su-table {
	overflow-x: auto;
}

.su-spoiler-title {
	padding: 0 0 0 27px !important;
}

.glory-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
}

.glory-content table th,
.glory-content table td {
	padding: 10px 14px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.glory-content table th {
	background: var(--glory-surface);
	font-weight: 600;
}

/* --- Sticky mobile CTA --- */

.glory-sticky-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	padding: 12px 16px;
	background: var(--glory-white);
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.glory-sticky-cta button {
	width: 100%;
	padding: 14px;
	font-size: 16px;
	background: var(--glory-gradient);
	color: var(--glory-white);
	border: none;
	border-radius: var(--glory-radius-sm);
	text-transform: uppercase;
	font-weight: 700;
}

/* --- Sidebar (wintomicapp.my burger drawer) --- */

body.glory-sidebar-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
}

body.glory-sidebar-open .glory-sticky-cta {
	display: none;
}

.glory-sidebar-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.glory-sidebar-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#secondary {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
	min-width: 0 !important;
}

.sidebar-main {
	background: #1e1e20;
	border-radius: 0 24px 24px 0;
	bottom: auto;
	box-shadow: 8px 0 32px rgba(0, 0, 0, 0.35);
	height: auto;
	left: 8px;
	max-height: calc(100dvh - 88px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 12px 8px;
	position: fixed !important;
	right: auto;
	scrollbar-width: none;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + 72px) !important;
	transform: translateX(0);
	transition: transform 0.35s ease, visibility 0.35s ease, opacity 0.35s ease;
	-webkit-overflow-scrolling: touch;
	width: min(250px, 84vw);
	z-index: 1001;
}

.sidebar-main::-webkit-scrollbar {
	display: none;
}

.sidebar-main.close {
	opacity: 0;
	pointer-events: none;
	transform: translateX(calc(-100% - 16px));
	visibility: hidden;
}

.wt-side-menu {
	display: flex;
	flex-direction: column;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

.wt-side-menu__item {
	margin: 0;
}

.wt-side-menu__link,
button.wt-side-menu__link {
	align-items: center;
	appearance: none;
	-webkit-appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-left: 3px solid transparent !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	display: flex;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	gap: 12px;
	height: auto !important;
	line-height: 1.3 !important;
	margin: 0;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 12px 14px 12px 11px !important;
	text-align: left;
	text-decoration: none !important;
	text-transform: none !important;
	width: 100% !important;
}

.wt-side-menu__link:hover,
button.wt-side-menu__link:hover {
	background: rgba(160, 159, 166, 0.1) !important;
	color: #fff !important;
}

.wt-side-menu__item.is-active .wt-side-menu__link,
.wt-side-menu__link.is-active {
	background: rgba(40, 141, 243, 0.12) !important;
	border-left-color: #288df3 !important;
	color: #288df3 !important;
}

.wt-side-menu__icon {
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	height: 20px;
	justify-content: center;
	width: 20px;
}

.wt-side-menu__icon img {
	display: block;
	height: 20px;
	object-fit: contain;
	width: 20px;
}

.wt-side-menu__item.is-active .wt-side-menu__icon img {
	filter: invert(48%) sepia(84%) saturate(1800%) hue-rotate(190deg) brightness(98%) contrast(96%);
}

.wt-side-menu__label {
	flex: 1 1 auto;
	min-width: 0;
}

.wt-side-menu__badge {
	background: #288df3;
	border-radius: 4px;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 3px 5px;
	text-transform: uppercase;
}

.Sidebar__toggle {
	cursor: pointer;
	position: relative;
	z-index: 9999 !important;
}

.close-icon {
	display: none;
}

.close-icon::before,
.close-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--glory-black);
}

.close-icon::before { transform: rotate(45deg); }
.close-icon::after { transform: rotate(-45deg); }

/* --- Footer --- */

.footer-license {
	font-size: 8px;
}

.partners,
.payments {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.partners img,
.payments img {
	padding: 0 20px;
	max-height: 40px;
	width: auto;
}

footer img {
	max-width: 200px;
}

/* --- Menu --- */

.main-header-menu .menu-link {
	font-weight: 600;
	color: var(--glory-muted) !important;
	font-size: 14px;
	text-transform: uppercase;
}

.main-header-menu .current-menu-item .menu-link,
.home .casino-link .menu-link {
	color: var(--glory-blue) !important;
	border-bottom: 2px solid;
}

.menu-link:hover {
	color: var(--glory-blue) !important;
}

/* --- Misc --- */

button,
img {
	border-radius: var(--glory-radius-sm);
}

.ast-container {
	overflow-x: clip;
	position: relative;
	width: 100%;
}

.site-header-primary-section-center,
.site-header-primary-section-right {
	flex-wrap: wrap;
}

.glory-last-updated {
	font-size: 13px;
	color: var(--glory-muted);
	margin-bottom: 20px;
}

.glory-faq {
	margin: 40px 0;
}

.glory-faq__item {
	background: #1e1e20;
	border: 1px solid rgba(66, 140, 220, 0.28);
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: none;
	padding: 0 16px;
}

.glory-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-weight: 600;
	padding: 16px 0;
	cursor: pointer;
	color: #fff;
	list-style: none;
}

.glory-faq__question-text {
	flex: 1;
	min-width: 0;
}

.glory-faq__icon {
	position: relative;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border: 2px solid #62a339;
	border-radius: 50%;
	color: #62a339;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.glory-faq__icon::before,
.glory-faq__icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: currentColor;
	transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease;
}

.glory-faq__icon::before {
	width: 12px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.glory-faq__icon::after {
	width: 2px;
	height: 12px;
	transform: translate(-50%, -50%);
}

.glory-faq__item[open] .glory-faq__icon {
	background: #62a339;
	border-color: #62a339;
	color: #fff;
}

.glory-faq__item[open] .glory-faq__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

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

.glory-faq__answer {
	padding: 0 0 16px;
	color: #c9d6e5;
	font-size: 15px;
}


@media (max-width: 1000px) {
	.bonus-section { flex-wrap: wrap; }
	.bonus { width: 100%; }
	.image-box { width: 28vw; }
}

@media (max-width: 768px) {
	.wrapper {
		grid-template-columns: 1fr;
	}
	.wrapper > div:last-child {
		display: block;
	}
	.grid {
		grid-template-columns: 1fr;
	}
	.glory-sticky-cta {
		display: block;
	}
	body {
		padding-bottom: 70px;
		overflow-x: clip;
	}
	#primary {
		margin-top: 24px;
	}
	.ast-container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.glory-cta-banner {
		padding: 24px 20px;
	}

	.glory-content-body .n2-section-smartslider.is-mobile-replaced {
		display: none !important;
	}
}

@media (max-width: 623px) {
	.ast-builder-layout-element {
		padding: 5px !important;
	}
}

@media (max-width: 600px) {
	/* Header CTAs duplicate sticky bar — hide to prevent crowding at 360px */
	#masthead .ast-header-html-1,
	#masthead .ast-header-html-2 {
		display: none !important;
	}

	.site-header-primary-section {
		align-items: center;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.site-header-primary-section-left,
	.site-header-primary-section-right {
		flex: 0 0 auto;
	}

	.site-branding {
		flex-shrink: 1;
		min-width: 0;
	}

	.site-branding img.custom-logo {
		height: auto;
		max-width: 110px;
		width: auto;
	}

	.site-header-primary-section-right {
		gap: 6px;
	}

	.ast-builder-grid-row {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	header button {
		font-size: 11px;
		padding: 8px 10px;
		width: auto;
		min-width: 0;
		white-space: nowrap;
	}

	.col {
		width: 48%;
	}
	.image-box {
		width: 100%;
		min-width: unset;
	}

	.bonus {
		padding: 16px;
	}

	.bonus-desc p {
		font-size: 15px;
	}
}

@media (max-width: 500px) {
	.games-header {
		flex-wrap: wrap;
	}
}

@media (max-width: 400px) {
	.site-branding img.custom-logo {
		max-width: 90px;
	}

	.site-header-section button {
		font-size: 12px !important;
		padding: 5px 10px !important;
	}
}

/* Wintomic register popup (#314) styles live in assets/css/wintomic.css */
