:root {
	--primary-color: #cd5151;
	--secondary-color: #b71c1c;
	--text-color: #2e2e2e;
	--bg-light: #fef5f5;
	--white: #ffffff;
}

body {
	font-family: 'Red Hat Display', sans-serif;
	color: var(--text-color);
	font-size: 18px;
	line-height: 1.8;
	overflow-x: hidden;
	padding-top: 0;
}

body.header-fixed {
	padding-top: 86px;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
	color: var(--text-color);
	margin-top: 1.5em;
	margin-bottom: 0.8em;
}

h1 {
	font-size: 3.2rem;
	margin-top: 0;
	line-height: 1.2;
}

h2 {
	font-size: 2.4rem;
	border-bottom: 2px solid #f1f1fc;
	padding-bottom: 15px;
}

h3 {
	font-size: 1.8rem;
	color: var(--primary-color);
}

p {
	margin-bottom: 25px;
	text-align: justify;
}

.wrap-pad {
	padding: 80px 0;
}

.bg-light-blue {
	background-color: var(--bg-light);
	border-radius: 20px;
	padding: 50px;
	margin: 40px 0;
}

.bg-dark-blue {
	background-color: var(--secondary-color);
	color: #fff;
	border-radius: 25px;
	padding: 50px;
	margin: 50px 0;
}

.bg-dark-blue h2,
.bg-dark-blue h3,
.bg-dark-blue p,
.bg-dark-blue li {
	color: #fff;
}
.table {
	overflow-x: auto;
	width: 100%;
}

.table-custom {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.table-custom th,
.table-custom td {
	border: 1px solid #e0e0e0;
	padding: 15px;
	text-align: left;
}

.table-custom th {
	background-color: var(--primary-color);
	color: #fff;
}

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

.accordion .card {
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
}

.accordion .card-header {
	background: #fff;
	padding: 0;
	border-bottom: none;
}

.accordion .btn-link {
	text-decoration: none;
	color: var(--text-color);
	font-weight: bold;
	width: 100%;
	text-align: left;
	display: block;
	padding: 15px 25px;
	border: none;
	background: none;
}

.accordion .btn-link:focus {
	box-shadow: none;
}

.top_nav_bar {
	transition: all 0.3s ease;
	background: #e8e3e3;
	width: 100%;
	z-index: 1000;
	position: relative;
	padding: 1.5rem 0;
	border-bottom: 1px solid transparent;
}

.top_nav_bar.fixed-top {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.toc-box {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 40px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.toc-title {
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 15px;
	display: block;
}

.toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toc-list li {
	margin-bottom: 8px;
}

.toc-list a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.95rem;
}

.toc-list a:hover {
	text-decoration: underline;
}

.casino-list-container {
	font-family: 'Red Hat Display', sans-serif;
	max-width: 100%;
}

.casino-card {
	background: #fff;
	border: 1px solid #eef2f5;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	transition: transform 0.2s;
	overflow: hidden;
}

.casino-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.card-main-row {
	display: flex;
	align-items: center;
	padding: 15px;
	flex-wrap: wrap;
}

.rank-col {
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.rank-badge {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	border-radius: 4px;
	background: #f1f3f5;
	color: #555;
}

.rank-badge.top-1 {
	background: #ffeb3b;
	color: #000;
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
}

.logo-col {
	flex: 0 0 200px;
	padding: 0 15px;
	position: relative;
}

.name-box {
	background: #eef2f6;
	border-radius: 6px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 60px;
	width: 100%;
	position: relative;
}

.casino-name-text {
	font-weight: 800;
	font-size: 18px;
	color: #333;
	padding-left: 10px;
	border-left: 5px solid var(--primary-color);
	line-height: 1.2;
}

.badge-new {
	position: absolute;
	top: -8px;
	right: 10px;
	background: #ff9800;
	color: white;
	font-size: 9px;
	font-weight: bold;
	padding: 2px 6px;
	border-radius: 3px;
	text-transform: uppercase;
}

.bonus-col {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	min-width: 200px;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
}

.bonus-content {
	display: flex;
	align-items: center;
	text-align: center;
}

.bonus-icon {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	color: #b71c1c;
}

.bonus-text strong {
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 1.2;
}

.bonus-text span {
	font-size: 12px;
	color: #777;
}

.payment-col {
	width: 120px;
	text-align: center;
	font-weight: 600;
	color: #555;
	font-size: 14px;
	border-right: 1px solid #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.action-col {
	flex: 0 0 220px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 15px;
}

.rating-box {
	padding: 5px 8px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}

.rating-green {
	background: #28a745;
}

.rating-orange {
	background: #fd7e14;
}

.btn-play {
	background: #b71c1c;
	color: #fff;
	border: none;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	transition: 0.3s;
	text-decoration: none !important;
	white-space: nowrap;
}

.btn-play:hover {
	background: #0b5ed7;
	color: #fff;
	box-shadow: 0 4px 10px rgba(#b71c1c, 0.3);
}

.btn-play svg {
	width: 14px;
	margin-left: 5px;
	fill: currentColor;
}

.card-footer-info {
	background: #fcfcfc;
	border-top: 1px solid #f1f1f1;
	padding: 8px 15px;
	font-size: 11px;
	color: #888;
	display: flex;
	justify-content: space-between;
}

.img-cov {
	width: 100%;
	height: auto;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-author {
	display: flex;
	justify-content: center;
	align-content: inherit;
	gap: 30px;
}

.block-author .img-cov {
	max-width: 250px;
	min-width: 150px;
}
.img-cov.s {
	max-width: 250px;
	min-width: 150px;
}

@media (max-width: 991px) {
	.card-main-row {
		justify-content: space-between;
	}

	.block-author {
		flex-direction: column;
	}

	.bonus-col,
	.payment-col {
		border: none;
	}

	.payment-col {
		display: none;
	}

	.action-col {
		flex: 0 0 auto;
	}
}

@media (max-width: 768px) {
	.logo-col {
		flex: 1;
		padding-left: 10px;
	}

	.rank-col {
		width: 30px;
	}

	.bonus-col {
		flex: 100%;
		order: 3;
		border-top: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
		padding: 15px 0;
		margin: 10px 0;
	}

	.action-col {
		flex: 100%;
		order: 4;
		justify-content: space-between;
		padding: 0;
	}

	.btn-play {
		width: auto;
		flex-grow: 1;
		margin-left: 15px;
		justify-content: center;
	}

	.rating-box {
		order: 1;
	}

	.btn-play {
		order: 2;
	}

	h1 {
		font-size: 2.4rem;
	}

	.wrap-pad {
		padding: 40px 0;
	}

	.bg-light-blue,
	.bg-dark-blue {
		padding: 25px;
	}

	#faq {
		padding: 0 15px;
	}
}
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:15px;
	list-style: none;
	margin-bottom: 20px;
}
.footer-menu a {
	color:#fff;
	text-decoration: none;
}