.legal-casino-page[data-astro-cid-nhv66ujk] {
	margin-top: 80px;
	padding: 4rem 0;
	background: linear-gradient(135deg, #11021c, #2c3e50);
	min-height: calc(100vh - 80px);
	position: relative;
	overflow: hidden
}

.legal-casino-page[data-astro-cid-nhv66ujk]:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 25% 25%, rgba(255, 167, 38, .08) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(128, 203, 196, .08) 0%, transparent 50%)
}

.page-header[data-astro-cid-nhv66ujk] {
	text-align: center;
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.page-header[data-astro-cid-nhv66ujk] h1[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	margin-bottom: 1.5rem;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	line-height: 1.2
}

.page-description[data-astro-cid-nhv66ujk] {
	max-width: 800px;
	margin: 0 auto;
	color: #ffffffe6;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.6
}

.featured-legal-casinos[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.featured-legal-casinos[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.casino-grid[data-astro-cid-nhv66ujk] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto
}

.casino-card[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 20px;
	padding: 2rem;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	position: relative;
	overflow: hidden;
	text-align: center
}

.casino-card[data-astro-cid-nhv66ujk].featured {
	border: 2px solid #9909ff;
	box-shadow: 0 0 40px #9909ff4d
}

.casino-card[data-astro-cid-nhv66ujk]:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px #0006;
	background: #ffffff14;
	border-color: #9909ff66
}

.badge[data-astro-cid-nhv66ujk] {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: .4rem 1rem;
	border-radius: 25px;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: .5px;
	box-shadow: 0 4px 15px #0003;
	z-index: 10
}

.badge[data-astro-cid-nhv66ujk].first-place {
	background: linear-gradient(135deg, gold, orange);
	color: #11021c
}

.badge[data-astro-cid-nhv66ujk].second-place {
	background: linear-gradient(135deg, silver, #a8a8a8);
	color: #11021c
}

.badge[data-astro-cid-nhv66ujk].third-place {
	background: linear-gradient(135deg, #cd7f32, #b8860b);
	color: #fff
}

.casino-logo[data-astro-cid-nhv66ujk] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
	height: 60px
}

.brand-logo[data-astro-cid-nhv66ujk] {
	max-height: 50px;
	max-width: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: brightness(1.1) contrast(1.1);
	transition: all .3s ease;
	border-radius: 8px;
	border: 2px solid rgba(255, 255, 255, .1);
	padding: 8px;
	background: #fffffff2
}

.casino-header[data-astro-cid-nhv66ujk] h3[data-astro-cid-nhv66ujk] {
	color: #fff;
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	margin: 0 0 1rem;
	font-weight: 700
}

.stars[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	font-size: 1.2rem;
	margin: .5rem 0 1.5rem;
	letter-spacing: 2px
}

.casino-features[data-astro-cid-nhv66ujk] {
	margin: 1.5rem 0;
	text-align: left
}

.feature[data-astro-cid-nhv66ujk] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .75rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	gap: 1rem
}

.feature[data-astro-cid-nhv66ujk]:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.feature-label[data-astro-cid-nhv66ujk] {
	color: #ffffffb3;
	font-weight: 500;
	flex-shrink: 0;
	font-size: .9rem
}

.feature-value[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	font-weight: 600;
	text-align: right;
	font-size: .9rem
}

.casino-card[data-astro-cid-nhv66ujk] .btn[data-astro-cid-nhv66ujk] {
	width: 100%;
	margin-top: 1.5rem;
	padding: 1rem 2rem;
	font-size: .95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px
}

.what-is-legal[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.what-is-legal[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 1.5rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.legal-intro[data-astro-cid-nhv66ujk] {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 2rem;
	color: #ffffffe6;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.6
}

.legal-features[data-astro-cid-nhv66ujk] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5rem;
	max-width: 1200px;
	margin: 0 auto
}

.legal-feature[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease
}

.legal-feature[data-astro-cid-nhv66ujk]:hover {
	transform: translateY(-6px);
	background: #ffffff14;
	border-color: #9909ff4d
}

.feature-icon[data-astro-cid-nhv66ujk] {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	display: block
}

.legal-feature[data-astro-cid-nhv66ujk] h3[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.legal-feature[data-astro-cid-nhv66ujk] p[data-astro-cid-nhv66ujk] {
	color: #fffc;
	font-size: .95rem;
	line-height: 1.5;
	margin: 0
}

.payment-methods[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.payment-methods[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 1.5rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.payment-intro[data-astro-cid-nhv66ujk] {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 2rem;
	color: #ffffffe6;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.6
}

.payment-grid[data-astro-cid-nhv66ujk] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
	max-width: 1000px;
	margin: 0 auto 2rem
}

.payment-item[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 12px;
	padding: 1.5rem;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease
}

.payment-item[data-astro-cid-nhv66ujk]:hover {
	transform: translateY(-4px);
	background: #ffffff14;
	border-color: #9909ff4d
}

.payment-icon[data-astro-cid-nhv66ujk] {
	font-size: 2rem;
	margin-bottom: 1rem;
	display: block
}

.payment-item[data-astro-cid-nhv66ujk] h4[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	margin-bottom: .75rem;
	font-size: 1.1rem
}

.payment-item[data-astro-cid-nhv66ujk] p[data-astro-cid-nhv66ujk] {
	color: #fffc;
	font-size: .9rem;
	line-height: 1.4;
	margin: 0
}

.payment-note[data-astro-cid-nhv66ujk] {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	color: #fffc;
	font-size: .95rem;
	line-height: 1.5;
	font-style: italic
}

.comparison-table[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.comparison-table[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.table-container[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 16px;
	padding: 2rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	overflow-x: auto
}

.legal-comparison[data-astro-cid-nhv66ujk] {
	width: 100%;
	border-collapse: collapse;
	color: #ffffffe6
}

.legal-comparison[data-astro-cid-nhv66ujk] th[data-astro-cid-nhv66ujk] {
	background: #9909ff33;
	color: #9909ff;
	padding: 1rem;
	text-align: left;
	font-weight: 600;
	border-bottom: 2px solid rgba(255, 167, 38, .3)
}

.legal-comparison[data-astro-cid-nhv66ujk] td[data-astro-cid-nhv66ujk] {
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	vertical-align: middle
}

.legal-comparison[data-astro-cid-nhv66ujk] tr[data-astro-cid-nhv66ujk]:hover {
	background: #ffffff0d
}

.featured-row[data-astro-cid-nhv66ujk] {
	background: #9909ff1a;
	border: 1px solid rgba(255, 167, 38, .3)
}

.casino-name[data-astro-cid-nhv66ujk] {
	display: flex;
	align-items: center;
	gap: .75rem;
	font-weight: 600
}

.table-logo[data-astro-cid-nhv66ujk] {
	width: 40px;
	height: 30px;
	object-fit: contain;
	border-radius: 4px;
	background: #000;
	padding: 2px
}

.license[data-astro-cid-nhv66ujk] {
	color: #4caf50;
	font-weight: 600
}

.rtp[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	font-weight: 600
}

.payments[data-astro-cid-nhv66ujk] {
	font-size: .9rem
}

.withdrawal[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	font-weight: 600
}

.pros-cons[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.pros-cons-grid[data-astro-cid-nhv66ujk] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	max-width: 1000px;
	margin: 0 auto
}

.pros-section[data-astro-cid-nhv66ujk],
.cons-section[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 16px;
	padding: 2rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1)
}

.pros-section[data-astro-cid-nhv66ujk] {
	border-color: #4caf504d
}

.cons-section[data-astro-cid-nhv66ujk] {
	border-color: #ff98004d
}

.pros-section[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	color: #4caf50;
	margin-bottom: 1.5rem;
	font-size: 1.5rem
}

.cons-section[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	color: #ff9800;
	margin-bottom: 1.5rem;
	font-size: 1.5rem
}

.pros-list[data-astro-cid-nhv66ujk],
.cons-list[data-astro-cid-nhv66ujk] {
	list-style: none;
	padding: 0;
	margin: 0
}

.pros-list[data-astro-cid-nhv66ujk] li[data-astro-cid-nhv66ujk],
.cons-list[data-astro-cid-nhv66ujk] li[data-astro-cid-nhv66ujk] {
	padding: .75rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #ffffffe6;
	font-size: .95rem;
	line-height: 1.4
}

.pros-list[data-astro-cid-nhv66ujk] li[data-astro-cid-nhv66ujk]:last-child,
.cons-list[data-astro-cid-nhv66ujk] li[data-astro-cid-nhv66ujk]:last-child {
	border-bottom: none
}

.how-to-verify[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.how-to-verify[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.how-to-verify[data-astro-cid-nhv66ujk] > p[data-astro-cid-nhv66ujk] {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 2rem;
	color: #ffffffe6;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.6
}

.verification-steps[data-astro-cid-nhv66ujk] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	max-width: 1000px;
	margin: 0 auto
}

.step-item[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease;
	position: relative
}

.step-item[data-astro-cid-nhv66ujk]:hover {
	transform: translateY(-6px);
	background: #ffffff14;
	border-color: #9909ff4d
}

.step-number[data-astro-cid-nhv66ujk] {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%);
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #9909ff, #4ecdc4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
	font-size: 1.25rem;
	box-shadow: 0 4px 15px #9909ff4d
}

.step-item[data-astro-cid-nhv66ujk] h3[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	margin: 1rem 0;
	font-size: 1.25rem
}

.step-item[data-astro-cid-nhv66ujk] p[data-astro-cid-nhv66ujk] {
	color: #fffc;
	font-size: .95rem;
	line-height: 1.5;
	margin: 0
}

.new-legal-casinos[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.new-legal-casinos[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.new-casinos-info[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 16px;
	padding: 2rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	max-width: 800px;
	margin: 0 auto
}

.new-casinos-info[data-astro-cid-nhv66ujk] p[data-astro-cid-nhv66ujk] {
	color: #ffffffe6;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.6;
	margin-bottom: 2rem
}

.new-casino-benefits[data-astro-cid-nhv66ujk] {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center
}

.benefit-item[data-astro-cid-nhv66ujk] {
	display: flex;
	align-items: center;
	gap: .5rem;
	background: #9909ff1a;
	padding: .75rem 1rem;
	border-radius: 25px;
	border: 1px solid rgba(255, 167, 38, .2);
	color: #ffffffe6;
	font-size: .9rem;
	font-weight: 500
}

.benefit-icon[data-astro-cid-nhv66ujk] {
	font-size: 1.1rem
}

.player-testimonials[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.player-testimonials[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.testimonials-grid[data-astro-cid-nhv66ujk] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	max-width: 800px;
	margin: 0 auto
}

.testimonial-card[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 16px;
	padding: 2rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease
}

.testimonial-card[data-astro-cid-nhv66ujk]:hover {
	transform: translateY(-6px);
	background: #ffffff14;
	border-color: #9909ff4d
}

.testimonial-content[data-astro-cid-nhv66ujk] p[data-astro-cid-nhv66ujk] {
	color: #ffffffe6;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1rem;
	font-style: italic
}

.testimonial-author[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	font-weight: 600;
	text-align: right
}

.beginner-tips[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.beginner-tips[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.tips-grid[data-astro-cid-nhv66ujk] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	max-width: 1200px;
	margin: 0 auto
}

.tip-card[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease
}

.tip-card[data-astro-cid-nhv66ujk]:hover {
	transform: translateY(-6px);
	background: #ffffff14;
	border-color: #9909ff4d
}

.tip-icon[data-astro-cid-nhv66ujk] {
	font-size: 2rem;
	margin-bottom: 1rem;
	display: block
}

.tip-card[data-astro-cid-nhv66ujk] h3[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.tip-card[data-astro-cid-nhv66ujk] p[data-astro-cid-nhv66ujk] {
	color: #fffc;
	font-size: .95rem;
	line-height: 1.5;
	margin: 0
}

.conclusion[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.conclusion[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 1.5rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.conclusion-intro[data-astro-cid-nhv66ujk] {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 2rem;
	color: #ffffffe6;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.6
}

.conclusion-points[data-astro-cid-nhv66ujk] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	max-width: 1000px;
	margin: 0 auto 2rem
}

.conclusion-item[data-astro-cid-nhv66ujk] {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #ffffff0d;
	padding: 1.5rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease
}

.conclusion-item[data-astro-cid-nhv66ujk]:hover {
	transform: translateY(-4px);
	background: #ffffff14;
	border-color: #9909ff4d
}

.conclusion-icon[data-astro-cid-nhv66ujk] {
	font-size: 2rem;
	flex-shrink: 0
}

.conclusion-item[data-astro-cid-nhv66ujk] h3[data-astro-cid-nhv66ujk] {
	color: #9909ff;
	font-size: 1rem;
	margin: 0;
	line-height: 1.3
}

.conclusion-final[data-astro-cid-nhv66ujk] {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	color: #9909ff;
	font-size: clamp(1.125rem, 3vw, 1.25rem);
	font-weight: 600;
	line-height: 1.5
}

.faq-section[data-astro-cid-nhv66ujk] {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.faq-section[data-astro-cid-nhv66ujk] h2[data-astro-cid-nhv66ujk] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.faq-container[data-astro-cid-nhv66ujk] {
	max-width: 800px;
	margin: 0 auto
}

.faq-item[data-astro-cid-nhv66ujk] {
	background: #ffffff0d;
	border-radius: 12px;
	margin-bottom: 1rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease;
	backdrop-filter: blur(10px)
}

.faq-item[data-astro-cid-nhv66ujk]:hover {
	background: #ffffff14;
	border-color: #9909ff4d
}

.faq-question[data-astro-cid-nhv66ujk] {
	width: 100%;
	padding: 1.5rem;
	background: none;
	border: none;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s ease;
	gap: 1rem
}

.faq-question[data-astro-cid-nhv66ujk]:hover {
	color: #9909ff
}

.faq-icon[data-astro-cid-nhv66ujk] {
	font-size: 1.5rem;
	color: #9909ff;
	transition: all .3s ease;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #9909ff1a
}

.faq-item[data-astro-cid-nhv66ujk][data-expanded=true] .faq-icon[data-astro-cid-nhv66ujk] {
	transform: rotate(45deg);
	background: #9909ff33;
	color: #9909ff
}

.faq-answer[data-astro-cid-nhv66ujk] {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease, padding .3s ease
}

.faq-item[data-astro-cid-nhv66ujk][data-expanded=true] .faq-answer[data-astro-cid-nhv66ujk] {
	max-height: 300px;
	padding-bottom: 1.5rem
}

.faq-answer[data-astro-cid-nhv66ujk] p[data-astro-cid-nhv66ujk] {
	padding: 0 1.5rem;
	color: #fffc;
	line-height: 1.6;
	margin: 0;
	font-size: .95rem
}

.back-to-home[data-astro-cid-nhv66ujk] {
	text-align: center;
	margin-top: 3rem;
	position: relative;
	z-index: 1
}

@media (max-width: 768px) {
	.legal-casino-page[data-astro-cid-nhv66ujk] {
		margin-top: 70px;
		padding: 2rem 0
	}

	.casino-grid[data-astro-cid-nhv66ujk],
	.legal-features[data-astro-cid-nhv66ujk],
	.tips-grid[data-astro-cid-nhv66ujk],
	.conclusion-points[data-astro-cid-nhv66ujk] {
		grid-template-columns: 1fr
	}

	.payment-grid[data-astro-cid-nhv66ujk] {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
	}

	.verification-steps[data-astro-cid-nhv66ujk],
	.pros-cons-grid[data-astro-cid-nhv66ujk],
	.testimonials-grid[data-astro-cid-nhv66ujk] {
		grid-template-columns: 1fr
	}

	.feature[data-astro-cid-nhv66ujk] {
		flex-direction: column;
		text-align: center;
		gap: .5rem
	}

	.feature-value[data-astro-cid-nhv66ujk] {
		text-align: center
	}

	.badge[data-astro-cid-nhv66ujk] {
		top: .75rem;
		right: .75rem;
		font-size: .7rem;
		padding: .3rem .8rem
	}

	.table-container[data-astro-cid-nhv66ujk] {
		padding: 1rem
	}

	.legal-comparison[data-astro-cid-nhv66ujk] {
		font-size: .9rem
	}

	.legal-comparison[data-astro-cid-nhv66ujk] th[data-astro-cid-nhv66ujk],
	.legal-comparison[data-astro-cid-nhv66ujk] td[data-astro-cid-nhv66ujk] {
		padding: .75rem .5rem
	}

	.casino-name[data-astro-cid-nhv66ujk] {
		flex-direction: column;
		gap: .5rem;
		text-align: center
	}

	.conclusion-item[data-astro-cid-nhv66ujk] {
		flex-direction: column;
		text-align: center;
		gap: .75rem
	}

	.new-casino-benefits[data-astro-cid-nhv66ujk] {
		flex-direction: column;
		align-items: center
	}
}

@media (max-width: 480px) {
	.legal-casino-page[data-astro-cid-nhv66ujk] {
		margin-top: 65px;
		padding: 1.5rem 0
	}

	.casino-card[data-astro-cid-nhv66ujk],
	.legal-feature[data-astro-cid-nhv66ujk],
	.tip-card[data-astro-cid-nhv66ujk],
	.step-item[data-astro-cid-nhv66ujk],
	.new-casinos-info[data-astro-cid-nhv66ujk],
	.testimonial-card[data-astro-cid-nhv66ujk] {
		padding: 1.5rem
	}

	.table-container[data-astro-cid-nhv66ujk] {
		padding: .75rem
	}

	.legal-comparison[data-astro-cid-nhv66ujk] {
		font-size: .8rem
	}

	.legal-comparison[data-astro-cid-nhv66ujk] th[data-astro-cid-nhv66ujk],
	.legal-comparison[data-astro-cid-nhv66ujk] td[data-astro-cid-nhv66ujk] {
		padding: .5rem .25rem
	}

	.faq-question[data-astro-cid-nhv66ujk] {
		padding: 1.25rem;
		font-size: .95rem
	}

	.faq-answer[data-astro-cid-nhv66ujk] p[data-astro-cid-nhv66ujk] {
		padding: 0 1.25rem
	}

	.faq-item[data-astro-cid-nhv66ujk][data-expanded=true] .faq-answer[data-astro-cid-nhv66ujk] {
		padding-bottom: 1.25rem
	}

	.payment-grid[data-astro-cid-nhv66ujk] {
		grid-template-columns: 1fr
	}

	.benefit-item[data-astro-cid-nhv66ujk] {
		justify-content: center
	}
}