/*!
Theme Name: Reviews
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reviews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Reviews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background: linear-gradient(135deg, #3e2b1c 0%, #000 100%);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
.faq_text p {
	margin-bottom: 0 !important;
}
.faq_item:not(:last-child) {
	margin-bottom: 20px;
}
.seo-content h2 {
	margin-bottom: 20px !important;
	margin-top: 0 !important;
}
.faq_item {
    padding: 30px 20px;
    border-radius: 16px;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
.wp-block-table .has-fixed-layout {
	width: 100% !important;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
.custom-logo-link img {
	max-width: 139px;
    height: 50px;
	display: block;
    object-fit: contain;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.footer_images {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--main-color);
}
.casino-header-desc strong {
	color :var(--main-color);
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Front Page Hero Section
--------------------------------------------------------------*/
.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 40px;
    padding: 60px 0;
}
.hero-text {
    flex: 1;
}
.hero-text h1 {
    font-size: 2.5rem;
	color: #ffffff;
    margin-bottom: 20px;
}
.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 15px;
	margin-top: 15px;
	color: #ffffff;
}
.hero-text ul {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 20px;
}
.hero-text ul li {
	color: #ffffff;
}
.hero-casino-list {
	flex: 1;
	width: 100%;
}
.hero-casino-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hero-casino-list li {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
	justify-content: space-between;
	gap: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 24px;
    padding: 20px;
}
.casino-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 24px;
}
.casino-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
}
.casino-info {
    flex: 1;
}
.casino-info > div:first-child {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.casino-info > div:nth-child(2) {
    color: #27ae60;
    margin-bottom: 10px;
}
.casino-info a {
    display: inline-block;
    padding: 10px 22px;
    background: var(--main-color);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}
.casino-info a:hover {
    background: #e67c00;
}

/* Container class for layout */
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Responsive styles for hero section and casino list */
@media (max-width: 900px) {
  .hero-section {
    flex-direction: column;
    padding: 40px 0;
  }
  .hero-casino-list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
  .casino-image {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 15px;
  }
	.all_reviews {
		padding: 20px !important;
		grid-template-columns: 1fr 1fr !important;
	}
	.wp-block-table {
		overflow: scroll;
		max-width: 320px;
		margin: 0 auto;
	}
	.wp-block-table table {
		width: max-content !important;
	}
  .hero-text h1 {
    font-size: 1.5rem;
  }
  .hero-section {
    padding: 20px 0;
  }
  .hero-casino-list li {
    padding: 10px;
  }
  .casino-image {
    width: 60px;
    height: 60px;
  }
  .casino-image img {
    width: 60px;
    height: 60px;
  }
}
.hero-casino-modern-bonus strong {
	color: var(--main-color);
}
/* === Casino List Block (custom) === */
.casino-list-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 20px;
	position: relative;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.casino-list-num {
    font-size: 22px;
    font-weight: bold;
	background: var(--main-color);
    color: #ffffff;
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    min-width: 35px;
    text-align: center;
}
.casino-list-logo {
    margin: 0 24px 0 16px;
}
.casino-list-logo img {
    width: 120px;
    height: auto;
    border-radius: 8px;
    background: #f5f5f5;
}
.casino-list-bonus {
    flex: 1;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
}
.casino-list-bonus strong {
	color: #232323;
}
.hero-casino-modern-logo img {
	max-width: 100px;
}
.casino-list-min, .casino-list-wager {
    width: 120px;
    text-align: center;
}
.casino-list-payout {
    width: 160px;
    text-align: center;
}
.casino-list-label {
    color: #888;
    font-size: 16px;
}
.casino-list-value {
    font-size: 26px;
    font-weight: bold;
}
.casino-list-btn {
    margin-left: 24px;
}
.casino-list-play-btn {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 32px;
    padding: 16px 36px;
    text-decoration: none;
    transition: background 0.2s;
}
.casino-list-play-btn:hover {
    background: #ff8c00;
}
@media (max-width: 900px) {
    .casino-list-item {
        flex-wrap: wrap;
        padding: 20px 25px;
    }
    .casino-list-logo {
        margin: 0 12px 0 8px;
    }
    .casino-list-logo img {
        width: 80px;
    }
    .casino-list-play-btn {
        font-size: 16px;
        padding: 10px 18px;
    }
}
@media (max-width: 600px) {
    .casino-list-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 15px;
    }
	.hero-casino-modern-logo img {
		max-width: 150px;
	}
	.hero-casino-list li {
		gap: 10px;
	}
	.hero-casino-modern-btn {
		width: 100%;
	}
    .casino-list-logo img {
        width: 120px;
        margin-bottom: 8px;
    }
	.casino-list-rating {
		margin-left: 0 !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.promo-fixed-play-btn {
		margin-bottom: 0 !important;
	}
    .casino-list-play-btn {
        width: 100%;
        text-align: center;
        font-size: 15px;
        padding: 10px 0;
        margin-top: 10px;
    }
    .casino-list-btn {
        margin-left: 0;
		width: 100%;
    }
}

/* === Fixed Promo Bar === */
.promo-fixed-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #232323;
    color: #fff;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.18);
    padding: 0;
    font-family: inherit;
}
.promo-fixed-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 20px 8px 20px;
    gap: 32px;
}
.promo-fixed-content .promo-fixed-play-btn {
	font-size: 16px;
}
.promo-fixed-logo img {
    width: 90px;
    height: auto;
    border-radius: 8px;
    background: #fff;
    display: block;
}
.promo-fixed-info {
    flex: 1;
    min-width: 0;
}
.promo-fixed-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.promo-fixed-bonus {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.promo-fixed-bonus > span > strong {
	color: var(--main-color);
    font-weight: 700;
}
.promo-fixed-play-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ffe0a3 0%, var(--main-color) 100%);
    color: #232323;
    font-weight: 700;
    font-size: 1.3rem;
    border: none;
    border-radius: 40px;
    padding: 10px 20px;
    margin: 0;
    text-decoration: none;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
}
.promo-fixed-play-btn:hover {
    background: linear-gradient(90deg, var(--main-color) 0%, #ffe0a3 100%);
    color: #000;
    box-shadow: 0 4px 16px rgba(255,169,64,0.15);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.promo-fixed-close {
    background: none;
    border: none;
    color: var(--main-color);
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 0 12px;
    transition: color 0.2s;
}
.promo-fixed-close:hover {
    color: #fff;
}
.promo-fixed-x {
    font-size: 1.6rem;
    line-height: 1;
    margin-left: 2px;
}
@media (max-width: 900px) {
    .promo-fixed-content {
        flex-wrap: wrap;
        padding: 8px 8px;
        gap: 18px;
    }
    .promo-fixed-logo img {
        width: 120px;
    }
    .promo-fixed-title {
        font-size: 1.2rem;
    }
    .promo-fixed-bonus {
        font-size: 1rem;
    }
    .promo-fixed-play-btn {
        font-size: 1rem;
        padding: 12px 24px;
        margin-right: 16px;
    }
}
@media (max-width: 600px) {
    .promo-fixed-content {
        flex-direction: row;
        align-items: center;
        padding: 8px 8px;
        gap: 10px;
    }
	.wp-block-table .has-fixed-layout {
		width: max-content !important;
	}
    .promo-fixed-logo img {
        width: 100px;
    }
    .promo-fixed-title {
        font-size: 1rem;
    }
    .promo-fixed-bonus {
        font-size: 0.9rem;
    }
    .promo-fixed-play-btn {
        width: 100%;
        text-align: center;
        font-size: 0.95rem;
		padding:10px 25px;
        margin: 0 0 8px 0;
    }
    .promo-fixed-close {
        width: fit-content;
		position: absolute;
		right: 10px;
		top: 10px;
        justify-content: flex-start;
        font-size: 1rem;
        padding: 0;
    }
}

/* === SEO Content Block & Table of Contents === */
.seo-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 40px 32px;
    margin: 40px 0;
    font-size: 1.08rem;
    color: #232323;
}

.seo-content h1, .seo-content h2, .seo-content h3, .seo-content h4, .seo-content h5, .seo-content h6 {
    font-family: inherit;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #2d2d2d;
    line-height: 1.2;
}
.seo-content h1 { font-size: 2.2rem; color: var(--main-color); }
.seo-content h2 { font-size: 1.6rem; color: var(--main-color); }
.seo-content h3 { font-size: 1.25rem; color: var(--main-color); }
.seo-content h4 { font-size: 1.1rem; }
.seo-content h5, .seo-content h6 { font-size: 1rem; }
.seo-content p {
    margin: 0 0 1.2em 0;
    line-height: 1.7;
}
.seo-content h2 {
	font-size: 1.6rem; 
	color: var(--main-color);
	font-weight: 700;
}
.seo-content ul, .seo-content ol {
    margin: 1em 0;
    padding: 0;
	padding-left: 25px;
}
.seo-content ul {
    list-style: disc inside;
}
.seo-content ol {
    list-style: decimal inside;
}
.seo-content li {
    margin-bottom: 0.4em;
	list-style-position: outside;
}
.seo-content blockquote {
    border-left: 4px solid var(--main-color);
    background: #f8f6f2;
    color: #555;
    margin: 1.5em 0;
    padding: 1em 1.5em;
    font-style: italic;
    border-radius: 8px;
}
.wp-block-image img {
	border-radius: 16px;
}
.seo-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.5em 0;
    background: #faf9f7;
    border-radius: 8px;
    overflow: hidden;
    font-size: 1rem;
}
.seo-content th, .seo-content td {
    border: 1px solid #ececec;
    padding: 10px 16px;
    text-align: left;
}
.seo-content th {
    background: #f3f0e8;
    color: #232323;
    font-weight: 700;
}
.seo-content tr:nth-child(even) td {
    background: #f8f6f2;
}

/* Table of Contents styles */
.seo-toc {
    background: #f8f6f2;
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 32px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    max-width: 400px;
}
.seo-toc-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 10px;
}
.seo-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.seo-toc-li {
    margin-bottom: 6px;
}
.seo-toc-li a {
    color: #232323;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}
.seo-toc-li a:hover {
    color: var(--main-color);
    text-decoration: underline;
}
.seo-toc-h1 { margin-left: 0; font-weight: 700; }
.seo-toc-h2 { margin-left: 12px; }
.seo-toc-h3 { margin-left: 24px; }
.seo-toc-h4 { margin-left: 36px; }
.seo-toc-h5 { margin-left: 48px; }
.seo-toc-h6 { margin-left: 60px; }

@media (max-width: 900px) {
    .seo-content {
        padding: 24px 8px;
    }
    .seo-toc {
        max-width: 100%;
        padding: 12px 8px;
    }
}
@media (max-width: 600px) {
    .seo-content {
        padding: 20px 20px;
    }
    .seo-content-inner {
        padding: 0 2px;
    }
    .seo-toc {
        padding: 15px 20px;
    }
}

/* === Author Block === */
.author-block {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 32px 28px;
    gap: 32px;
}
.all_reviews a {
	text-decoration: none;
}
.all_reviews a:hover {
	text-decoration: underline;
}
.all_reviews {
	border-radius: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	background: #fff;
	margin: 40px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 32px 28px;
}
.author-photo img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(75,50,195,0.10);
    border: 4px solid var(--main-color);
    background: #faf9f7;
}
.author-info {
    flex: 1;
}
.author-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 8px;
}
.author-desc {
    font-size: 1.05rem;
    color: #232323;
    line-height: 1.6;
}
@media (max-width: 600px) {
    .author-block {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px;
        gap: 16px;
    }
    .author-photo img {
        width: 80px;
        height: 80px;
    }
    .author-name {
        font-size: 1.1rem;
    }
    .author-desc {
        font-size: 0.97rem;
    }
}

/* === Site Footer === */
.site-footer {
    background: #232323;
    color: #fff;
    padding-top: 48px;
    padding-bottom: 24px;
    margin-top: 64px;
    font-size: 1rem;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    flex-wrap: wrap;
    padding-bottom: 24px;
    border-bottom: 1px solid #393939;
}
.footer-brand {
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}
.footer-logo {
    width: 160px;
    height: auto;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 8px rgba(255,169,64,0.08));
}
.footer-desc {
    color: #e0e0e0;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 340px;
}
.footer-links {
    display: flex;
    gap: 48px;
}
.footer-col {
    min-width: 140px;
}
.footer-col-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 10px;
}
.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-col li {
    margin-bottom: 8px;
}
.footer-col a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-col a:hover {
    color: var(--main-color);
    text-decoration: underline;
}
.footer-bottom {
    padding-top: 18px;
    text-align: center;
    color: #bdbdbd;
    font-size: 0.98rem;
}
@media (max-width: 900px) {
    .footer-main {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }
    .footer-links {
        gap: 32px;
    }
}
@media (max-width: 600px) {
    .site-footer {
        padding-top: 24px;
        padding-bottom: 12px;
        font-size: 0.97rem;
    }
	.footer-brand {
		flex: 1 1 100%;
	}
    .footer-logo {
        width: 110px;
    }
    .footer-desc {
        font-size: 0.97rem;
        max-width: 100%;
    }
    .footer-links {
        flex-direction: column;
        gap: 18px;
    }
    .footer-col {
        min-width: 0;
    }
}

/* === Site Header === */
.site-header {
    background: #232323;
    box-shadow: 0 2px 12px rgba(75,50,195,0.04);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-inner {
    display: flex;
	padding: 10px 0;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 32px;
}
.header-logo img {
    width: 150px;
    height: auto;
    display: block;
}
.main-nav {
    flex: 1;
}
.menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-item {
    position: relative;
}
.menu-item > a {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.08rem;
    text-decoration: none;
    padding: 8px 0;
    transition: color 0.2s;
}
.menu-item > a:hover {
    color: var(--main-color);
}
.menu-item-has-children > a:after {
    content: '\25BE';
    font-size: 0.7em;
    margin-left: 6px;
    color: var(--main-color);
}
.sub-menu {
    display: none;
    position: absolute;
    left: 0;
	overflow: hidden;
    top: 100%;
	list-style-type: none;
	margin-left: 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(75,50,195,0.08);
    border-radius: 10px;
    min-width: 250px;
    padding: 0;
    z-index: 10;
}
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
    display: block;
}
.sub-menu .menu-item > a {
    color: #232323;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 22px;
    display: block;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}
@media(min-width: 700px) {
	.sub-menu .menu-item > a:hover {
		background: #f8f6f2;
		color: var(--main-color);
	}
}
.header-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ffe0a3 0%, var(--main-color) 100%);
    color: #232323;
    font-weight: 700;
    font-size: 1.08rem;
	text-transform: uppercase;
    border: none;
    border-radius: 32px;
    padding: 12px 32px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    margin-left: 16px;
}
.header-btn:hover {
    background: linear-gradient(90deg, var(--main-color) 0%, #ffe0a3 100%);
    color: #000;
}
@media (max-width: 900px) {
    .header-inner {
        flex-wrap: wrap;
        gap: 16px;
		padding: 15px 10px;
        min-height: 56px;
    }
    .header-logo img {
        width: 110px;
    }
    .menu {
        gap: 16px;
    }
    .header-btn {
        font-size: 1rem;
        padding: 10px 18px;
        margin-left: 8px;
    }
}
@media (max-width: 700px) {
    .header-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
	.hero-casino-modern-logo {
		margin: 0 auto;
	}
	.hero-casino-modern-bonus {
		text-align: center;
		display: block;
		width: 100%;
	}
	.sub-menu .menu-item > a {
		color: #ffffff;
	}
    .main-nav {
        display: none !important;
    }
    .header-btn {
        width: auto;
        margin: 0;
    }
}
.casino-list-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 18px;
}
.title {
	font-size: 2rem;
    color: #ffffff;
    margin-bottom: 25px;
}
.star {
    font-size: 1.35em;
	position: relative;
    color: #e0e0e0;
    transition: color 0.2s;
}
.star.filled {
    color: var(--main-color);
    text-shadow: 0 1px 4px rgba(255,169,64,0.10);
}

.hero-casino-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: stretch;
}
.hero-casino-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(75,50,195,0.06);
    padding: 22px 18px 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 220px;
    max-width: 260px;
    flex: 1 1 220px;
    gap: 14px;
}
.hero-casino-card .casino-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    background: #faf9f7;
    margin-bottom: 6px;
}
.casino-bonus {
    font-size: 1.08rem;
    font-weight: 600;
    color: #4b32c3;
    text-align: center;
    margin-bottom: 8px;
}
@media (max-width: 900px) {
    .hero-casino-row {
        gap: 16px;
    }
    .hero-casino-card {
        min-width: 180px;
        max-width: 210px;
        padding: 14px 8px 12px 8px;
    }
    .hero-casino-card .casino-image img {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 600px) {
    .hero-casino-row {
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 10px;
        padding-bottom: 6px;
    }
    .hero-casino-card {
        min-width: 150px;
        max-width: 170px;
        padding: 10px 4px 8px 4px;
    }
    .hero-casino-card .casino-image img {
        width: 40px;
        height: 40px;
    }
    .casino-bonus {
        font-size: 0.95rem;
    }
	.title  {
		font-size: 1.6rem;
	}
}

.casino-header-block {
    display: flex;
    align-items: center;
    border: 3px solid var(--main-color);
    border-radius: 22px;
    padding: 32px 36px;
    gap: 32px;
    box-shadow: 0 2px 16px rgba(255,169,64,0.06);
    margin: 40px 0 32px 0;
}
.casino-header-logo {
    background: #fff;
    border-radius: 18px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 90px;
    box-shadow: 0 2px 8px rgba(75,50,195,0.04);
}
.casino-header-logo img {
    max-width: 160px;
    max-height: 65px;
    object-fit: contain;
    display: block;
}
.casino-header-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.casino-header-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--main-color);
    letter-spacing: 0.5px;
}
.casino-header-desc {
    font-size: 1.15rem;
    color: #fff;
    font-weight: 500;
}
.casino-header-rating {
    margin-top: 8px;
    font-size: 1.4rem;
}
.casino-header-rating .star {
    color: #e0e0e0;
    font-size: 1.3em;
}
.casino-header-rating .star.filled {
    color: var(--main-color);
    text-shadow: 0 1px 4px rgba(255,169,64,0.10);
}
.sidebar-casino-bonus strong {
	color: #ffffff;
}
@media (max-width: 900px) {
    .casino-header-block {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 22px 10px;
    }
    .casino-header-logo {
        min-width: 0;
        min-height: 0;
        padding: 8px 8px;
    }
    .casino-header-title {
        font-size: 1.3rem;
    }
    .casino-header-desc {
        font-size: 1rem;
    }
}
@media (max-width: 600px) {
    .casino-header-block {
        padding: 20px;
        gap: 10px;
    }
	.casino-header-rating + a {
		margin: 0 auto;
	}
    .casino-header-logo img {
        max-width: 90px;
        max-height: 40px;
    }
	.casino-header-rating {
		justify-content: center;
		display: flex;
	}
    .casino-header-title {
        font-size: 1.7rem
    }
	.casino-header-title, .casino-header-desc, .casino-header-rating {
		text-align: center;
	}
	.seo-content h1 {
		font-size: 1.8rem;
	}
    .casino-header-desc {
        font-size: 0.95rem;
    }
}

.error-404-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #181818;
    border: 3px solid var(--main-color);
    border-radius: 22px;
    padding: 56px 32px 48px 32px;
    margin: 60px auto 60px auto;
    max-width: 600px;
    box-shadow: 0 2px 16px rgba(255,169,64,0.06);
    text-align: center;
}
.error-404-emoji {
    font-size: 4.5rem;
    margin-bottom: 18px;
}
.error-404-title {
    font-size: 2.3rem;
    font-weight: 900;
    color: var(--main-color);
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.error-404-desc {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 32px;
    line-height: 1.6;
}
.error-404-btn {
    font-size: 1.1rem;
    padding: 14px 38px;
}
@media (max-width: 600px) {
    .error-404-block {
        padding: 28px 6px 24px 6px;
        margin: 30px 0 30px 0;
    }
    .error-404-title {
        font-size: 1.2rem;
    }
    .error-404-desc {
        font-size: 0.97rem;
    }
    .error-404-btn {
        font-size: 1rem;
        padding: 10px 18px;
    }
}

.review-main {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    margin-bottom: 40px;
}
.review-content {
    flex: 1 1 0;
    min-width: 0;
}
.shortcode-btn {
	width: 100%;
	text-align: center;
}
.review-content .seo-content {
	margin-top: 0;
	margin-bottom: 0;
}
.review-sidebar {
    width: 320px;
    flex-shrink: 0;
	position: sticky;
	top: 100px;
}
.sidebar-casino-list {
    border: 2px solid var(--main-color);
    border-radius: 18px;
    padding: 28px 18px;
    box-shadow: 0 2px 12px rgba(255,169,64,0.06);
}
.sidebar-casino-title {
    color: var(--main-color);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 0.5px;
}
.sidebar-casino-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: relative;
    border-radius: 12px;
    padding: 12px 12px 10px 12px;
    box-shadow: 0 2px 8px rgba(255,169,64,0.04);
}
.sidebar-casino-item:not(:last-child) {
	margin-bottom: 20px;
}
.sidebar-casino-num {
    position: absolute;
    left: -10px;
    top: -10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    background: var(--main-color);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(255,169,64,0.08);
    z-index: 2;
}
.sidebar-casino-logo-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    min-height: 48px;
    margin-bottom: 10px;
    position: relative;
}
.sidebar-casino-logo-row img {
    max-width: 110px;
    max-height: 36px;
    object-fit: contain;
    display: block;
}
.sidebar-casino-bottom-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	align-items: center;
    width: 100%;
}
.sidebar-casino-btn {
	text-align: center;
}
.sidebar-casino-bonus {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--main-color);
    flex: 1;
    text-align: left;
    line-height: 1.3;
    word-break: break-word;
    padding: 0 8px 0 0;
}
.sidebar-casino-btn {
    font-size: 1rem;
    padding: 8px 18px;
    min-width: 90px;
    margin: 0;
}
@media (max-width: 1000px) {
    .sidebar-casino-item {
        padding: 10px 4px 8px 4px;
    }
    .sidebar-casino-logo-row {
        padding: 8px 0 8px 32px;
    }
    .sidebar-casino-bonus {
        font-size: 0.97rem;
        padding: 0 4px 0 0;
    }
}
@media (max-width: 600px) {
    .sidebar-casino-logo-row img {
        max-width: 70px;
        max-height: 28px;
    }
	.review-main {
		flex-direction: column;
	}
	.review-sidebar {
		width: 100%;
	}
    .sidebar-casino-num {
        font-size: 0.95rem;
        width: 22px;
        height: 22px;
        left: 4px;
        top: 4px;
    }
}

/* === Blog Archive Styles === */
.blog-archive-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--main-color);
    margin: 40px 0 32px 0;
    text-align: center;
}
.blog-posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-start;
}
.blog-post-card {
    background: #181818;
    border: 2px solid var(--main-color);
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(255,169,64,0.06);
    width: calc(33.33% - 22px);
    min-width: 280px;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 18px 0;
    overflow: hidden;
}
.blog-post-thumb-link {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}
.blog-post-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.blog-post-info {
    padding: 18px 18px 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-post-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--main-color);
    text-decoration: none;
    margin-bottom: 2px;
    transition: color 0.2s;
}
.blog-post-title:hover {
    color: #fff;
}
.blog-post-meta {
    font-size: 0.98rem;
    color: #bdbdbd;
    margin-bottom: 4px;
}
.blog-post-excerpt {
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 10px;
}
.blog-post-readmore {
    font-size: 1rem;
    padding: 11px 18px;
    min-width: 90px;
	width: 100%;
    margin-top: 8px;
	text-align: center;
    align-self: flex-start;
}
@media (max-width: 1100px) {
    .blog-posts-list {
        gap: 18px;
    }
    .blog-post-card {
        width: calc(50% - 12px);
        min-width: 220px;
        max-width: 100%;
    }
}
@media (max-width: 700px) {
    .blog-posts-list {
        flex-direction: column;
        gap: 14px;
    }
    .blog-post-card {
        width: 100%;
        min-width: 0;
        padding-bottom: 10px;
    }
    .blog-post-thumb img {
        height: 120px;
    }
    .blog-post-info {
        padding: 10px 8px 0 8px;
    }
}

/* === Single Post Header === */
.single-header-block {
    margin: 40px auto 32px auto;
    text-align: center;
}
.single-header-image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(255,169,64,0.06);
    margin-bottom: 18px;
}
.single-header-meta {
    color: #bdbdbd;
    font-size: 1.05rem;
	text-align: left;
    margin-bottom: 8px;
}
.single-header-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: #ffffff;
	text-align: left;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
@media (max-width: 700px) {
    .single-header-block {
        margin: 18px 0 18px 0;
    }
    .single-header-title {
        font-size: 1.2rem;
    }
    .single-header-image img {
        max-height: 160px;
    }
}

.blog-post-author {
    color: #bdbdbd;
    font-size: 0.98rem;
    margin-right: 6px;
}
.blog-post-author-link {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.blog-post-author-link:hover {
    color: var(--main-color);
    text-decoration: underline;
}
.blog-pagination {
    margin: 32px 0 0 0;
    text-align: center;
}
.blog-pagination .page-numbers {
    display: inline-block;
    background: #232323;
    color: var(--main-color);
    border-radius: 6px;
    padding: 7px 14px;
    margin: 0 3px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
    background: var(--main-color);
    color: #232323;
}

/* === Author Page === */
.author-page-block {
    margin: 40px auto 32px auto;
}
.author-page-header {
    display: flex;
    align-items: center;
    gap: 32px;
    background: #181818;
    border: 2px solid var(--main-color);
    border-radius: 18px;
    padding: 28px 24px;
    margin-bottom: 32px;
    box-shadow: 0 2px 12px rgba(255,169,64,0.06);
}
.author-page-avatar img,
.author-page-avatar .avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--main-color);
    background: #faf9f7;
    box-shadow: 0 2px 12px rgba(75,50,195,0.10);
}
.author-page-info {
    flex: 1;
}
.author-page-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--main-color);
    margin-bottom: 8px;
}
.author-page-desc {
    font-size: 1.08rem;
    color: #fff;
    line-height: 1.5;
}
.author-page-posts-title {
    font-size: 1.2rem;
    color: var(--main-color);
    font-weight: 700;
    margin: 24px 0 18px 0;
    text-align: left;
}
@media (max-width: 700px) {
    .author-page-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 14px 6px;
    }
    .author-page-avatar img,
    .author-page-avatar .avatar {
        width: 70px;
        height: 70px;
    }
    .author-page-title {
        font-size: 1.1rem;
    }
    .author-page-desc {
        font-size: 0.97rem;
    }
}

.breadcrumbs {
    margin: 24px 0 18px 0;
    font-size: 1.01rem;
    color: #bdbdbd;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
.breadcrumbs a {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}
.breadcrumbs span, .breadcrumbs .breadcrumb_last {
    color: #bdbdbd;
    margin: 0 6px;
    font-weight: 400;
}
@media (max-width: 700px) {
    .breadcrumbs {
        font-size: 0.97rem;
        margin: 14px 0 10px 0;
    }
}

.archive-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--main-color);
    margin: 40px 0 32px 0;
    text-align: center;
}
.casino-list-btns {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 0;
}
.review-link-btn {
    background: linear-gradient(90deg, var(--main-color) 0%, #ffe0a3 100%);
    color: #232323;
    font-weight: 700;
    font-size: 1.08rem;
    border-radius: 32px;
    padding: 12px 32px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    border: none;
    margin-left: 0;
}
.review-link-btn:hover {
    background: linear-gradient(90deg, #ffe0a3 0%, var(--main-color) 100%);
    color: #000;
}
@media (max-width: 700px) {
    .archive-title {
        font-size: 1.2rem;
        margin: 18px 0 18px 0;
    }
    .casino-list-btns {
        flex-direction: column;
		width: 100%;
        gap: 8px;
        align-items: stretch;
    }
    .review-link-btn, .promo-fixed-play-btn {
        width: 100%;
        font-size: 1rem;
    }
}

/* === Burger and Mobile Menu === */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 12001;
  margin-left: 18px;
}
.burger-menu span {
  display: block;
  width: 28px;
  height: 4px;
  background: var(--main-color);
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .burger-menu {
    display: flex;
  }
  .main-nav {
    display: none !important;
  }
}

.mobile-nav {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(24,24,24,0.98);
  z-index: 12000;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity 0.25s;
}
.mobile-nav.active {
  display: flex;
}
.mobile-nav-inner {
  width: 100%;
  max-width: 400px;
  background: #181818;
  min-height: 100vh;
  padding: 15px 10px;
  box-shadow: 2px 0 16px rgba(0,0,0,0.10);
  position: relative;
}
.mobile-nav-close {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 0;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: var(--main-color);
  cursor: pointer;
  z-index: 12002;
}
.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
.mobile-menu > li {
  margin-bottom: 12px;
}
.mobile-menu a {
  color: #fff;
  font-size: 1.18rem;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #232323;
  transition: color 0.2s;
}
.mobile-menu a:hover {
  color: var(--main-color);
}
.mobile-menu .sub-menu {
  display: none;
  padding-left: 18px;
  background: none;
  box-shadow: none;
  position: static;
  min-width: 0;
  border-radius: 0;
}
.mobile-menu .menu-item-has-children > a {
  position: relative;
}
.mobile-menu .menu-item-has-children > a:after {
  content: '\25BC';
  font-size: 0.9em;
  color: var(--main-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.mobile-menu .menu-item-has-children.open > .sub-menu {
  display: block;
}
.mobile-menu .menu-item-has-children.open > a:after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 900px) {
  .mobile-nav {
    display: none;
  }
  .mobile-nav.active {
    display: flex;
  }
}
