/*!
Theme Name: top10casino
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: top10casino
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.

top10casino 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%; /* Для WebKit (Chrome, Safari, iOS) */
    -ms-text-size-adjust: 100%; /* Для Internet Explorer и старых Edge */
}


:root {
    --primary-color: #eb2427;
    --secondary-color: #202427;
    --light-color: #f3f3f3;
    --dark-color: #333;
    --font-main: "Roboto", sans-serif;
    --font-secondary: "Gilroy", sans-serif;
    --border-radius: 5px;
    --box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}


.button {
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 9px 25px;
    border-radius: 20px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    min-width: 105px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 5px;
    transition: all 0.3s ease-in-out;
}

.vertical-divider {
    width: 1px;
    background: #fff;
    height: 152px;
}

/*.site-main {*/
/*    margin-top: -9vw;*/
/*}*/

.btn-red {
    background: #eb2427;
    color: #fff;
}

/* Hover */
.btn-red:hover {
    background: #D61E21;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

/* Focus */
.btn-red:focus {
    background: #EB2427;
    border: 3px solid #FF8B8D;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

/* Active */
.btn-red:active {
    /* Добавь сюда стили для состояния нажатия */
}

/* Disabled */
.btn-red:disabled {
    background: #FFBABB;
    border-radius: 800px;
}

.btn-more {
    color: #EB2427;
    background: #FFFFFF;
    box-shadow: 0 0 15px rgba(19, 31, 54, 0.09);
}

/* Hover */
.btn-more:hover {
    /* Добавь сюда стили для состояния наведения */
}

/* Focus */
.btn-more:focus {
    /* Добавь сюда стили для состояния фокуса */
}

/* Active */
.btn-more:active {
    /* Добавь сюда стили для состояния нажатия */
}

/* Disabled */
.btn-more:disabled {
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 800px;
}

.btn-white {
    background-color: #fff;
    color: #eb2427;
}

/* Hover */
.btn-white:hover {
    background: #EEF2F6;
    box-shadow: 0px 0px 15px rgba(19, 31, 54, 0.11);
}

/* Focus */
.btn-white:focus {
    background: #FFFFFF;
    border: 2px solid #FFCACB;
    box-shadow: 0px 0px 15px rgba(19, 31, 54, 0.09);
    border-radius: 800px;
}

/* Active */
.btn-white:active {
    /* Добавь сюда стили для состояния нажатия */
}

/* Disabled */
.btn-white:disabled {
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 800px;
}


.btn-grey {
    background: linear-gradient(
            180deg,
            rgba(161, 177, 195, 0.5) 0%,
            rgba(81, 99, 119, 0.5) 100%
    );
    border: 1px solid rgba(21, 21, 21, 0.1);

    color: #d6d8dc;
}

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

/**
 * Remove the margin in all browsers.
 */

/**
 * 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;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 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;
}

/**
 * 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; /* Для браузеров WebKit */
    -moz-appearance: button; /* Для браузеров Gecko (Firefox) */
    appearance: auto; /* Стандартное свойство */
}


/**
 * 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;
}

.menu {
    display: flex;
    gap: 15px;
    margin: 0;
}

.menu .btn-red a {
    color: #FFF;
}

.menu .btn-white a {
    color: #eb2427;
}

/**
 * 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
--------------------------------------------------------------*/

/* Анимация кнопок при наведении */
.button:hover,
.anim-btn:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-out;
}

.button,
.anim-btn {
    transform: scale(1);
    cursor: pointer;
    transition: transform 0.3s ease-out;
}

/* Анимация карточек при наведении */
.card-anim:hover {
    transform: translateY(-10px) rotateX(10deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}

.card-anim {
    transform: translateY(0) rotateX(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}

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;
}

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,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


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: #ffff;
}

a:focus {
    outline: thin dotted;
}

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

/* 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;
}

.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;
}

/*--------------------------------------------------------------
# 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;
}

/* === Reset === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Gilroy"; /* Добавлены запасные шрифты */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background-color: #000;
    margin: 0;
}

/* === Containers === */
.container {
    width: 100%;
    max-width: 1440px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.col {
    flex: 1;
    padding: 10px;
}

.col-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}

.col-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* === Typography === */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-weight: bold;
    color: inherit;
}

p {
    margin-bottom: 15px;
}

a {
    color: #007bff;
    text-decoration: none;
}

/* === Buttons === */
.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.btn:hover {
    background-color: #0056b3;
}

.btn-secondary {
    background-color: #6c757d;
}

.btn-secondary:hover {
    background-color: #5a6268;
}

/* === Images === */
.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

/* === Utilities === */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

/* === Cards === */
.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.card-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.card-body {
    padding: 10px 0;
}

.card-footer {
    text-align: right;
    margin-top: 10px;
}

/* === Forms === */
.input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
}

/* === Header === */

.casino-listing {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    position: sticky;
    top: 20px;
    z-index: 1000;
    height: 83px;
    right: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    left: 0;
}

.header .header-wrapp {
    background-color: #2d2d2d;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    display: flex;
position: relative;
    justify-content: space-between;

    gap: 20px;
    align-items: center;


    border-radius: 20px;
}


.header.shrink {
    height: 70px;
    top: 0;
    background-color: #2d2d2d;
    max-width: 100% !important;
}


.header .divider-vertical {
    position: relative;
    left: auto;
    top: auto;
}

/* Бургер-кнопка */
.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}


.accept-button {
    padding: 10px;
    border: none;
    color: #fff;
    background: #eb2428;
    border-radius: 3px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .cookie-banner {
        max-width: 100%;
        padding: 0 20px;
    }

    .cookie-message {
        max-width: 100%;
    }

    .accept-button {
        width: 100%;
        text-align: center;
    }
}

.top-info {
    padding-top: 152px;
    background-color: #000;
    padding-bottom: 100px;
    margin-top: -100px;
    display: grid;
    align-content: center;
    align-items: center;
}


.top-info.no-banner {
    padding-bottom: 0;
    padding-top: 100px;
}
.logo {
    max-width: 250px;
}


.home .site-main {
    margin-top: -60px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-grow: 1;
}

.nav-menu > ul {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.casino-details {
    align-items: flex-start;
    gap: 40px 30px;
    overflow: hidden;
    color: #f3f3f3;
    flex-wrap: wrap;
    padding: 19px 80px 53px 25px;
    font: 14px Gilroy, sans-serif;
    display: none;
    justify-content: start;
    background: linear-gradient(
            180deg,
            rgba(161, 177, 195, 0.5) 0%,
            rgba(81, 99, 119, 0.5) 100%
    );
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 0px 0px 12px 12px;
}

.casino-logo-wrapper {
    position: relative;
}


.card-details.open {
    display: grid;
    grid-template-columns: 245px 285px 198px 2fr auto;
}

.section-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.feature-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    line-height: 24px;
}

.feature-list p {
    margin: 0;
    font-weight: bold;
}

.feature-item {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    background: #202427;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.feature-item::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 175px;
    height: 175px;
    background: #eb2428;
    filter: blur(150px);
    border-radius: 5px;
}

.game-card:after {
    content: "";
    position: absolute;
    width: 175px;
    height: 175px;
    background: #eb2428;
    filter: blur(150px);
    border-radius: 5px;
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modal-content {
    margin: 15% auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background: linear-gradient(180deg, #f4f6f8 0%, #d5e4ef 100%);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.7); /* Затемнённый фон */
}

.modal.show .modal-content {
    transform: scale(1);
}

/* Полноэкранный режим (когда включён) */
.modal-content:fullscreen {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    border-radius: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-width: none;
        height: 90vh;
        overflow: auto;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }
}

.sl-responsive-iframe {
    width: 100%;
    min-height: 57vh;
}

.slotls-header {
    height: 56px;
}


.feature-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 20px;
    margin-bottom: auto;
}

.feature-text {
    flex-grow: 1;
}

.options-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 24px;
}

.option-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.option-label {
    font-weight: 400;
}

.option-value {
    font-weight: 600;
}

.about-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    line-height: 24px;
}

.about-item {
    display: flex;
    gap: 12px;
}

.about-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
}

.details-list {
    align-self: flex-end;
    display: flex;
    margin-top: 17px;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    font-size: 12px;
    font-weight: 400;
}

.details-item {
    margin-bottom: 0;
    font-weight: normal;
}

.see-all-link {
    color: #eb2428;
    line-height: 24px;
    margin-top: 8px;
}

.badge {
    color: #eb2428;
    font-size: 10px;
    padding: 2px 5px;
    position: absolute;
    top: -14px;
    right: -13px;
    background: #202427;
    border-radius: 8px;
    font-weight: bold;
}

.auth-buttons {
    display: flex;
    gap: 10px;
}

.hero-section {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.hero-subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    display: flex;
    align-items: center;
    order: -1;
    color: #ffffff;
    margin-top: 0;
}

.casino-card-wrapper {
    position: relative;
    border-radius: 6px;
    border-radius: 5px 5px 0 0;
    background-color: #202427;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    padding: 12px 10px 24px 10px;
    align-items: center;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 245px 250px min-content 150px min-content 220px min-content 250px;
    column-gap: 10px;
}

.casino-card:nth-child(-n + 4) .casino-card-wrapper {
    border: 3px solid #eb2427;
    border-radius: 6px;
}

.feature-text_comparison {
    margin-bottom: 0;
}

.casino-commission-grid-category {
    gap: 20px;
    display: flex;
}

.casino-commission-column-category {
    border-radius: 10px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
    font-family: Gilroy, sans-serif;
    color: rgba(7, 19, 48, 1);
    padding: 30px;
    width: 50%;
    background: linear-gradient(180deg, #f4f6f8 0%, #d5e4ef 100%);
    gap: 10px;
    position: relative;
}

.casino-commission-column-category:before {
    content: "";
    position: absolute;
    width: 175px;
    height: 175px;
    right: -170px;
    bottom: 0;

    background: #eb2428;
    filter: blur(150px);
    border-radius: 5px;
}

.casino-commission-logo-category {
    object-fit: contain;
    object-position: center;
    align-self: center;
    max-width: 100%;
    height: 300px;
}

.casino-commission-content-category {
    display: flex;
    flex-direction: column;
    padding: 0 74px 0 35px;
}

.casino-commission-title-category {
    font-size: 20px;
    font-weight: 600;
    align-self: start;
    color: #000;
    margin-bottom: 0;
}

.casino-commission-description-category {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.casino-logo {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
    aspect-ratio: 1.621;
    overflow: hidden;
    align-items: start;
    color: #fff;
    text-align: center;
    font: 700 16px/1 Roboto, sans-serif;
    max-height: 200px;
}

.casino-logo-img {
    height: 100%;
    width: 100%;
}

.casino-rank {
    color: #fff;
    position: absolute;
    z-index: 10;
    font-weight: bold;
    display: flex;
    width: 30px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: -7px;
    background: #eb2428;
    border-radius: 5px;
}

.casino-rank-overlay {
    border-radius: 5px 5px 0 0;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    height: 0;
}

.casino-rank-number {
    align-self: center;
    margin-top: 8px;
}

.casino-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto 0;
    max-width: 290px;
}


.casino-rating {
    border-radius: 20px;
    align-self: start;
    display: flex;
    margin-top: 10px;
    gap: 11px;
    font-size: 16px;
    padding: 12px 17px;
    border: 1px solid #121315;
    align-items: center;
}

.star-icon {
    flex-grow: 1;
}

.rating-value {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.divider {
    align-self: start;
    width: 1px;
    height: 100%;
    border: 1px solid #777;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.payment-methods-title {
    color: #fff;
    text-transform: uppercase;
    align-self: start;
    font: 700 12px/1 Gilroy, sans-serif;
}

.payment-icons {
    display: flex;
    margin-top: 11px;
    gap: 3px;
}

.payment-icon {
    aspect-ratio: 1.46;
    object-fit: contain;
    object-position: center;
    width: 70px;
    background: #FFF;
    padding: 3px;

}

.bonus-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    align-self: start;
}

.bonus-amount {
    font-size: 22px;
    font-weight: 900;
}

.bonus-amount-highlight {
    font-weight: 700;
    font-size: 38px;
    color: #e3b73e;
}

.cta-container {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #d6d8dc;
    text-align: center;
    margin: auto 0;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    gap: 15px;
    margin-top: 10px;
}

.hidden {
    display: none;
}

.toggle-icon {
    cursor: pointer;
}

.more-details {
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.payment-icons-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

.payment-icon-link {
    display: inline-block;
    margin: 5px;
    text-decoration: none;
}

.bonus-primary {
    color: #e3b73e;
    font-size: 40px;
}

.more-details-text {
    color: #fff;
}

.cta-buttons .button {
    width: 100%;
}

@media (max-width: 991px) {
    .cta-button {
        padding: 0 20px;
    }
}

.cta-text {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    line-height: 1;
}

.review-link {
    border-radius: 60px;
    display: flex;
    margin-top: 9px;
    gap: 3px;
    padding: 10px 33px;
    border: 1px solid rgba(21, 21, 21, 0.1);
}

@media (max-width: 991px) {
    .review-link {
        padding: 0 20px;
    }
}

.details-link {
    align-self: center;
    display: flex;
    margin-top: 13px;
    width: 117px;
    max-width: 100%;
    gap: 7px;
    font: 700 12px Gilroy, sans-serif;
}

.details-text {
    flex-grow: 1;
}

.details-icon {
    aspect-ratio: 5;
    object-fit: contain;
    object-position: center;
    width: 10px;
    border-radius: 1px;
    margin: auto 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mobile-navigation {
    display: none;
}

.hero-title {
    margin-bottom: 20px;
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    margin-top: 0;
}

.nav-menu.active {
    display: flex;
}


.top-providers {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top-providers__background {
    position: absolute;
    inset: 0;
    height: 42vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.top-providers__content {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    max-width: 1440px;
    flex-direction: column;
}

.top-providers__title {
    color: #f3f3f3;
    text-transform: uppercase;
    align-self: center;
    font: 700 40px Gilroy, sans-serif;
}

.top-providers__description {
    color: #f3f3f3;
    text-align: center;
    align-self: center;
    margin: 20px 0 0;
    font: 400 16px/26px Gilroy, sans-serif;
}

.top-providers__subtitle {
    color: #ecf0f1;
    align-self: start;
    margin-top: 58px;
    font: 700 38px/1.2 Roboto, sans-serif;
}

.provider-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 32px;
}

.provider-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    background-color: #202427;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 0 16px 6px;
}

.provider-card__image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 5px 5px 0 0;
    align-self: stretch;
}

.provider-card__link {
    border-radius: 23px;
    background-color: #eb2427;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
    z-index: 10;
    margin-top: -23px;
    color: #fff;
    font-size: 16px;
    padding: 17px 41px;
}

.provider-card__name {
    font-size: 21px;
    margin-top: 34px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.footer {
    background-color: #121315;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 59px;
    margin-top: 60px;
    overflow: hidden;
}

/* Раздел с рейтингом */
.top-rated-section {
    display: flex;
    gap: 15px;
    align-self: start;
}

.top-rated-icons {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.icon-purple,
.icon-violet {
    border-radius: 7px;
    display: flex;
}

.icon-purple {
    background-color: #b9419a;
    width: 14px;
    height: 14px;
    z-index: 10;
}

.icon-violet {
    background-color: #6f14c9;
    height: 13px;
}

.top-rated-title {
    color: #f3f3f3;
    font: 700 40px Gilroy, sans-serif;
}

/* Сетка казино */
.casino-grid {
    margin-top: 39px;
    width: 100%;
}

@media (max-width: 991px) {
    .casino-grid {
        max-width: 100%;
    }
}

.casino-row,
.casino-inner {
    display: flex;
    gap: 20px;
}

@media (max-width: 991px) {
    .casino-row,
    .casino-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.casino-column,
.casino-image-column,
.casino-info-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.casino-column {
    width: 34%;
}

.casino-image-column {
    width: 39%;
}

.casino-info-column {
    width: 61%;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .casino-column,
    .casino-image-column,
    .casino-info-column {
        width: 100%;
        margin-left: 0;
    }
}

.casino-content {
    flex-grow: 1;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .casino-content {
        max-width: 100%;
    }
}

.casino-image-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .casino-image-wrapper {
        margin-top: 26px;
    }
}

.casino-logo {
    height: 153px;
    aspect-ratio: 1;
    object-fit: fill;
    object-position: center;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 17px 68px rgba(0, 0, 0, 0.25);
}

/* Информация о казино */
.casino-info-wrapper {
    display: flex;
    flex-direction: column;
    color: #fff;
    font: 700 20px Gilroy, sans-serif;
    margin-top: 25px;
}

.casino-name {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-weight: bold;
}

.casino-bonus {
    color: #ededed;
    font-weight: 500;
    line-height: 24px;
    margin-top: 19px;
}

/* Дополнительные стили */
.casino-logo-secondary {
    margin-top: 82px;
}

.casino-name-secondary {
    font-size: 27px;
    line-height: 1.2;
}

.casino-bonus-secondary {
    margin-top: 25px;
}


.rating-mob-icon {
    display: none;
}

.footer-container {
    background-color: #25282f;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;

}


.footer-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

.footer-logo {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
}

.footer-buttons {
    display: flex;
    gap: 11px;
}

.btn-login,
.btn-signup {
    border-radius: 20px;
    padding: 10px 26px;
    font-weight: bold;
    text-align: center;
}

.btn-login {
    background-color: #fff;
    color: #eb2427;
}

.btn-signup {
    background-color: #eb2427;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

.footer-main {
    margin-top: 40px;
}

.footer-subgrid,
.footer-image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    width: 100%;
}

.footer-first-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.footer-second-column {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-first-column {
    grid-row: 1/ 3;
}

.footer-title {
    font: bold 13px Gilroy, sans-serif;
    color: #eb2427;
    margin-bottom: 8px;
}

.footer-image-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px 74px; /* Расстояние между изображениями */
    justify-content: space-between; /* Центрирование изображений */
    align-items: center;
}

.footer-image-link {
    display: inline-block;

}

.footer-image {
    border-radius: 5px; /* Округление углов */
    transition: transform 0.3s ease; /* Анимация наводки */
}

.footer-image:hover {
    transform: scale(1.1); /* Увеличение изображения при наведении */
}

.footer-text,
.footer-link,
.footer-text a {
    font: normal 13px Gilroy, sans-serif;
    color: #7f8c8d;
    margin-top: 8px;
}

.footer-text p {
    margin-bottom: 8px;
}

.footer-link {
    text-decoration: underline;
}

.footer-images {
    margin-top: 40px;
    width: 100%;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 34px;
    width: 100%;
    gap: 20px;
}

#menu-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-links ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-copyright {
    margin-bottom: 0;
}

.footer-copyright,
.footer-links a {
    font: normal 12px Gilroy, sans-serif;
    color: #777;
}

.footer-social {
    display: flex;
    gap: 9px;
}

.footer-social-icon {
    width: 50px;
    aspect-ratio: 1;
    object-fit: contain;
}

.game-types-container {
    border-radius: 5px;
    background-color: #202427;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    margin-bottom: 14px;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px 35px;
}

.single-wrapp-content {
    display: flex;
    justify-content: space-between;
}

.fortuna-faq {
    font-family: Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.game-types-container {
    cursor: pointer;
}

.faq-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.game-types-title {
    font-size: 18px;
    margin: 0;
}

.divider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.divider-horizontal {
    width: 20px;
    height: 2px;
    background: #eb2427;
    transition: opacity 0.3s ease;
}

.divider-vertical {
    width: 2px;
    position: absolute;
    width: 2px;
    left: 47%;
    height: 20px;
    background: #eb2427;
    transition: opacity 0.3s ease;
}

.divider-container[data-toggle="minus"] .divider-vertical {
    opacity: 0;
}

.divider-container[data-toggle="plus"] {
    transform: rotate(0deg);
}

.divider-container[data-toggle="minus"] {
    transform: rotate(0deg);
}

.faq-answer {
    font-size: 16px;
    display: none;
    color: #fff;
}

.game-types-title {
    color: #fff;
    font: 500 21px/1.1 Gilroy, sans-serif;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.content-wrapper {
    position: relative;
}

.toggle-button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.toggle-button:hover {
    background-color: #005f8d;
}


/* Общие стили */
.casino-section-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-header-top {
    margin-bottom: 20px;
    margin-right: auto;
    position: relative;
}

.indicator-group-top {
    display: flex;
    flex-direction: column;
    top: 35%;
    position: absolute;
    transform: translateY(-50%);
    left: -5px;
}

.indicator-active-top,
.indicator-inactive-top {
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.indicator-active-top {
    background-color: #eb2427;
    z-index: 10;
}

.indicator-inactive-top {
    background-color: #202427;
}

.section-title-top {
    color: #f3f3f3;
    font-size: 40px;
    font-weight: 700;
    font-family: Gilroy, sans-serif;
    padding-left: 10px;
}

.casino-list-top {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    width: 100%;
}

.casino-card-link {
    display: grid;
    grid-template-columns: 169px 1fr;
    gap: 15px;
    color: #fff;
}

.casino-card {
    margin-bottom: 30px;
}

/* General Casino Layout */
.casino-listing-fortuna {
    width: 100%;
    margin-top: 25px;
    border-radius: 12px 12px 12px 12px;
    color: #071330;
}

.casino-feature-description-fortuna {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #071330;
}

.casino-header-fortuna {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.casino-info-fortuna {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.casino-logo-fortuna {
    max-width: 170px;
}

.casino-title-fortuna {
    font-size: 2rem;
    font-weight: bold;
    color: #071330;
}

.casino-availability-fortuna {
    display: flex;
    gap: 10px;
}

.casino-country-flag-fortuna {
    width: 25px;
    height: auto;
}

.casino-cta-button-fortuna {
    margin-top: 20px;
    width: 100%;
}

.about-item .about-item-pre-info {
    min-width: 135px;
    display: flex;
    align-items: center;
}

.visit-casino {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height, or 130% */
    letter-spacing: 0.2px;

    color: #071330;


}


.preset-filters-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Блок списка фильтров */
.filters-list-single-cas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 15px;
}

/* Элементы фильтра */
.filter-item {
    border-radius: 8px;
    transition: 0.3s ease;
    cursor: pointer;
    max-height: 200px;
    position: relative;
}
.category-link {
    color: #fff;
    font-size: 14px;
    padding-left: 27px;
}

.filter-item .category-checkboxes{
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    padding: 18px;
    z-index: 10;
    height: 210px;
    overflow-y: scroll;
    border-radius: 9px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    border: 1px solid #eb2427;
    transition: all 0.3s;
}

.filter-item .category-checkboxes.nodisplay{
    visibility: hidden;
    opacity: 0;
}

.filter-item .category-checkboxes::-webkit-scrollbar, .popup::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    height: 100%;
    z-index: 104;
}

.filter-item .category-checkboxes::-webkit-scrollbar-thumb, .popup::-webkit-scrollbar-thumb {
    background: #2B311B;
    border-radius: 5px;
    z-index: 105;
}

/* Текст категории */
.filter-text {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    display: flex;
    gap: 9px;
    width: max-content;
    align-items: center;
    justify-content: space-between;
}

/* Стилизация чекбоксов */
.checkbox-label-single-cas {
    font-size: 14px;
    cursor: pointer;
}


/* Кастомный чекбокс */
.term-checkbox {
    appearance: none;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #EB2428;
    margin-right: 10px;
}


.term-checkbox:checked:after {
    content: "";
    background: #EB2428;
    position: absolute;
    font-size: 13px;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* Анимация появления чекбоксов */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-checkboxes.active {
    display: block;
    animation: fadeIn 0.3s ease-out;
}

/* Адаптация для мобильных */
@media (max-width: 600px) {
    .filters-list {
        grid-template-columns: 1fr;
    }


    .filter-text {
        font-size: 14px;
    }
}

/* Features Section */
.casino-features-fortuna {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 20px;
    border-radius: 12px 12px 0px 0px;
    align-items: flex-start;
}

.casino-listing-main-fortuna {
    padding: 25px;
    background: #f3f6fb;
}

.casino-feature-title-fortuna {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #071330;
}

.casino-feature-card-fortuna {
    padding: 19px;
    background: #ffffff;
    border-radius: 12px;
}

.casino-feature-icon-fortuna {
    width: 30px;
}

.casino-feature-card-fortuna-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.casino-info-fortuna-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Details Section */
.casino-details-fortuna {
    display: flex;
    align-items: flex-start;
    gap: 40px 30px;
    overflow: hidden;
    color: #f3f3f3;
    flex-wrap: wrap;
    padding: 19px 80px 53px 25px;
    font: 14px Gilroy, sans-serif;
    background: linear-gradient(
            180deg,
            rgba(161, 177, 195, 0.5) 0%,
            rgba(81, 99, 119, 0.5) 100%
    );
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 0px 0px 12px 12px;
}

.casino-details-section-fortuna {
    margin-bottom: 20px;
}

.casino-feature-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.casino-card-top {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.casino-info-top {
    display: flex;
    gap: 15px;
}

.casino-logo-top {
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.casino-details-top {
    display: flex;
    flex-direction: column;
}

.casino-name-top {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
}

.casino-rating-top {
    display: flex;
    gap: 5px;
    color: #e3b73e;
}

.bonus-text-top-mob {
    display: none;
}

.bonus-text-top {
    font-size: 14px;
    color: #ededed;
    line-height: 1.5;
}

.casino-game-preview {
    border-radius: 12px;
    background-color: #f3f3f3;
    margin-top: 86px;
}

.preview-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    overflow-y: hidden;
}

.article-details {
    display: flex;
    flex-direction: column;
    padding: 60px 30px 60px 30px;
}

.game-category {
    border-radius: 3px;
    background-color: #eb2528;
    color: #fff;
    padding: 4px 15px;
    font: 500 12px/1 Gilroy, sans-serif;
    display: inline-block;
    width: fit-content;
}

.article-title {
    color: #333;
    margin-top: 16px;
    font: 900 38px Gilroy, sans-serif;
}

.meta-info {
    display: flex;
    margin-top: 13px;
    gap: 19px;
    font-size: 12px;
    color: #333;
}

.meta-item {
    display: flex;
    gap: 5px;
    font-weight: 400;
    align-items: center;
}

.article-preview {
    display: flex;
    margin-top: 16px;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.preview-text {
    color: #333;
    font: 400 16px Gilroy, sans-serif;
}

.social-buttons {
    display: flex;
    gap: 4px;
}

.social-button {
    border-radius: 100px;
    background-color: #eb2427;
    display: flex;
    align-items: center;
    left: 61%;
    z-index: 2;
    bottom: 18px;
    justify-content: center;
    position: absolute;
    width: 46px;
    height: 46px;
    border: none;
    cursor: pointer;
}

.swiper-button-prev-casino-details {
    left: 56%;
}

.social-icon {
    width: 13px;
    height: auto;
}

.preview-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0 5px 5px 0;
}

.casino-game-swiper {
    width: 100%;
    overflow-x: hidden;

    margin: 0 auto;
}

.casino-preview-wrapper {
    position: relative;
}

.casino-game-preview {
    width: 100%;
}

.game-cards-container ul,
.game-providers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
    gap: 20px;
    width: 100%;
}

.game-card {
    background-color: #202427;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 25px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-link {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0 0 20px 0;
}

.game-card-image {
    width: 100%;
    aspect-ratio: 1.49;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.game-title {
    font-size: 21px;
    margin-bottom: 0;
    max-height: 62px;
}

.game-action-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
}

.game-logo {
    aspect-ratio: 3.19;
    width: 147px;
    object-fit: contain;
}

.game-grid {
    margin-top: 25px;
    margin-bottom: 25px;
}

.game-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 15px 0;
    padding: 0 10px;
}

.game-content .game-vendor {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    flex: 0 0 46px;
    border-radius: 100px;
}

.game-content .vendor-icon {
    height: 100%;
    border-radius: 50%;

}

.game-content a {
    color: #FFFF;

}


@media (max-width: 991px) {


    .game-title {
        font-size: 16px;
        padding: 0 5px;

    }
}

.casino-header-item {
    padding: 20px;
    background: #f3f6fb;
    border-radius: 12px 12px 0px 0px;
    color: #000;
}

.casino-info-item {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.casino-logo-article {
    max-width: 150px;
    margin-right: 15px;
}

.casino-det-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.casino-title-item {
    font-size: 2rem;
    color: #000;
    margin: 0;
}

.availability {
    margin: 10px 0;
}

.country-flag {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.cta-button .symbol {
    margin-right: 10px;
}

/* Feature Cards */
.feature-card-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-header-item {
    display: flex;
    align-items: center;
}

.feature-icon-item {
    width: 30px;
    margin-right: 10px;
}

.feature-title-item {
    font-size: 1.5rem;
    color: #000;
}

.feature-description-item {
    margin: 10px 0;
}

.feature-text-item {
    font-size: 0.9rem;
    color: #777;
}

/* Pros and Cons Section */
.pros-cons-list-item,
.options-list-item,
.about-list-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.pros-cons-list-item p {
    margin-bottom: 0;
}

.list-title-item {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.list-item,
.option-item,
.about-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-icon,
.about-icon {
    width: 20px;
    margin-right: 10px;
}

.option-label-item {
    font-weight: bold;
    margin-right: 10px;
}

.option-value {
    font-size: 1rem;
}

.crypto-tip {
    max-width: 890px;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.crypto-tip-info {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: 32px;
    color: rgba(243, 243, 243, 1);
    font-family: Gilroy, sans-serif;
}

.tip-icon {
    aspect-ratio: 0.94;
    object-fit: contain;
    width: 131px;
}

.tip-content {
    flex: 1;
}

.tip-title {
    font-size: 20px;
    font-weight: 700;
}

.tip-text {
    font-size: 18px;
    margin-top: 9px;
}

.list-item-casino {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.casino-footer-item {
    gap: 40px 30px;
    color: #f3f3f3;
    flex-wrap: wrap;
    font-size: 1rem;
    display: flex;

    background: linear-gradient(
            180deg,
            rgba(161, 177, 195, 0.5) 0%,
            rgba(81, 99, 119, 0.5) 100%
    );
    border-radius: 0px 0px 12px 12px;
    padding: 20px;
}

.nav-main-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.nav-main-link a {
    font-weight: bold;
    font-size: 18px;
}

.dropdown-toggle {
    display: flex;
    position: absolute;
    bottom: -11px;
}

.dropdown-menu {
    display: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2d2d2d;
    min-width: 160px;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
}

.dropdown-menu li {
    margin: 5px 0;
}

.dropdown-menu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
}

/* Стили для иконки стрелочки */
.nav-item .dropdown-icon {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

/* Стили для SVG иконки */
.nav-item .dropdown-icon svg {
    fill: white; /* Цвет иконки */
    width: 7px;
    height: 5px;
}

.star {
    font-size: 24px; /* Размер звезды */
    margin-right: 2px;
}

.full-star {
    color: #e3b73e; /* Золотой цвет для полных звезд */
}

.half-star {
    background: linear-gradient(
            to right,
            #e3b73e 50%,
            #ddd 50%
    ); /* Градиент для полузвезды */
    -webkit-background-clip: text;
    color: transparent;
}

.empty-star {
    color: #ddd; /* Цвет для пустых звезд (например, светло-серый) */
}

/* General Section Styling */
.features-section {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.features-title {
    color: #eb2427;
    font-family: "Gilroy", sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.features-description {
    color: #f3f3f3;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 32px;
    max-width: 800px;
}

/* Grid Styling */
.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.feature-item {
    background-color: #202427;
    border-radius: 12px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    padding: 24px;
    flex: 1;
    flex-direction: column;
    text-align: left;
}

.feature-heading {
    color: #eb2427;
    font-family: "Gilroy", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.features-button {
    margin-top: 15px;
}

.feature-accent {
    font-weight: 400;
    color: #eb2427;
}

.feature-text p {
    color: #c3c7c8;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.helping-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.helping-header {
    color: rgba(243, 243, 243, 1);
    align-self: center;
    margin: 60px 0 0;
    font: 700 40px Gilroy, sans-serif;
}

.helping-subtext {
    color: rgba(243, 243, 243, 1);
    text-align: center;
    align-self: center;
    margin: 12px 0 15px 0;
    font: 400 16px/30px Gilroy, sans-serif;
}

.helping-features-box-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(403px, 1fr));
    gap: 20px;
    width: 100%;
}

.helping-features-box {
    border-radius: 12px;
    background-color: rgba(243, 243, 243, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font: 700 16px/1 Gilroy, sans-serif;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin: 0 auto;
    padding: 24px 44px;
}

.helping-features-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 102px;
    max-width: 100%;
}

.helping-features-title {
    font-size: 20px;
    line-height: 1;
    margin-top: 16px;
    color: #000;
}

.helping-features-description {
    font-size: 14px;
    font-weight: 400;
    align-self: stretch;
    margin-top: 4px;
}

.helping-features-button {
    align-self: stretch;
    border-radius: 100px;
    background-color: rgba(235, 36, 39, 1);
    margin-top: 50px;
    min-height: 46px;
    color: rgba(243, 243, 243, 1);
    padding: 13px 12px;
    font: 16px/1 Roboto, sans-serif;
    border: none;
    cursor: pointer;
    width: 100%;
}

.helping-features-button:hover,
.helping-features-button:focus {
    opacity: 0.9;
}

.helping-features-button:focus {
    outline: 2px solid rgba(235, 36, 39, 1);
    outline-offset: 2px;
}

.casino-info-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}

.casino-info-grid {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.casino-info-card {
    display: flex;
    width: calc(50% - 10px);
    flex-direction: column;
    font-family: Gilroy, sans-serif;
    padding: 43px 57px;
    background: linear-gradient(
            180deg,
            rgba(161, 177, 195, 0.5) 0%,
            rgba(81, 99, 119, 0.5) 100%
    );
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 0px 0px 12px 12px;
}

.casino-info-title {
    color: #f3f3f3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    align-self: center;
}

.casino-info-description {
    color: #c3c7c8;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

.casino-info-section-title {
    color: #eb2427;
    text-align: center;
    margin-top: 60px;
    font: 700 24px/1 Gilroy, sans-serif;
}

.casino-info-section-subtitle {
    color: #f3f3f3;
    margin-top: 7px;
    font: 400 16px Roboto, sans-serif;
}

.casino-info-highlight-title-under {
    color: #eb2427;
    margin-top: 60px;
    font: 700 24px/1 Gilroy, sans-serif;
}

.casino-info-highlight-title {
    color: #eb2428;
    margin-top: 26px;
    font: 700 20px/1 Roboto, sans-serif;
}

.casino-info-highlight-text {
    color: #f3f3f3;
    margin-top: 7px;
    font: 400 16px/2 Gilroy, sans-serif;
}

.casino-info-more {
    margin: 0 auto;
}

a.sl-fullscreen {
    right: 80px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 7%;
}

a.sl-broken-link svg,
a.sl-fullscreen svg {
    width: 40px;
    height: 40px;
}

.ajax-search-container {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    width: 400px;
    max-height: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #1e1e1e, #2d2d2d);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
}

.ajax-search-container.open {
    max-height: 600px;
    padding: 15px;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.search-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ajax-search-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: border 0.3s ease;
}

.ajax-search-input:focus {
    border: 1px solid #4caf50;
    outline: none;
}

.ajax-search-results {
    max-height: 200px;
    overflow-y: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: padding 0.3s ease-in;
}

.search-result-item {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: background 0.3s ease;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item a {
    text-decoration: none;
    color: #4caf50;
    font-weight: 500;
}

.search-result-item h4 {
    margin-bottom: 2px;
}

.search-result-item:hover {
}

.close-search {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.close-search:hover {
    color: #ff5252;
}

#country-search-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

#country-search-results {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    padding: 10px;
}

.leaflet-container img.leaflet-tile {
    display: none;
}

#map-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 50px;
    min-height: 60vh;
    gap: 30px;
}

#restricted-map {
    background: #19232c;
}

body.single {
    background: #19232c;
}

#restricted-map {
    width: 100%;
    height: 100%;
}

#country-list-container {
    max-height: 60vh;
    overflow-y: scroll;
}

#country-list-container .cas-hidden-text {
    max-height: 400px;
}

#country-list {
    display: flex;
    flex-wrap: wrap;

    list-style: none;
    padding: 10px 10px 10px 0;
    margin: 0;
    gap: 4px;
}

#country-list li {
    padding: 5px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

#country-list li.active-country {
    color: #eb2428;
}

#country-search-results div:hover {
    background-color: #f0f0f0;
}

.casino-review-single {
    width: 100%;
    margin-bottom: 50px;
}

.casino-review-container-single {
    gap: 20px;
    display: flex;
}

.casino-author-section-single {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 23%;
    margin-left: 0;
}

.casino-author-content-single {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: rgb(244, 245, 255);
    font: 400 12px/22px Gilroy, sans-serif;
}

.casino-featured-image-single {
    aspect-ratio: 1.78;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.casino-author-info-single {
    align-self: start;
    display: flex;
    gap: 11px;
}

.casino-online-info-section-single {
    margin-top: 106px;
}

.casino-author-avatar-single {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 60px;
    border-radius: 50%;
}

.casino-author-details-single {
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.casino-author-name-single {
    align-self: start;
}

.casino-post-meta-single {
    display: flex;
    gap: 18px;
}

.casino-post-date-single {
    display: flex;
    gap: 4px;
}

.casino-date-icon-single {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    margin: auto 0;
}

.casino-views-single {
    display: flex;
    gap: 4px;
    white-space: nowrap;
}

.casino-views-icon-single {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 12px;
    margin: auto 0;
}

.casino-review-content-single {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 77%;
}

.casino-content-wrapper-single {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 15px;
}

.casino-header-section-single {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.casino-review-title-single {
    color: rgb(235, 36, 40);
    font: 700 32px Gilroy, sans-serif;
    margin: 0;
}

.casino-title-rating-single-wrapp {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.casino-rating-box-single {
    border-radius: 20px;
    display: flex;
    gap: 11px;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    padding: 12px 17px;
    border: 1px solid rgb(244, 245, 255);
}

.casino-rating-score-single {
    color: rgb(244, 245, 255);
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.casino-bonus-section-single {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 20px; /* Расстояние между элементами */
    padding: 25px 20px;
    border: 1px solid #fff;
    filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.25));
    border-radius: 12px;
    align-items: center;
    margin-top: 57px;
    grid-column-start: 1;
    grid-column-end: 3;
}

.casino-description-section-single {
    grid-column-start: 1;
    grid-column-end: 3;
}

.breadcrumb-container-wrapp {
    padding: 14px 0;
}

.breadcrumb-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: start;
    color: rgba(244, 245, 255, 1);
    justify-content: center;
}

.breadcrumb-list {
    display: flex;
    gap: 6px;
}

.breadcrumb-item {
    flex-grow: 1;
}

.breadcrumb-separator {
    color: rgba(235, 36, 40, 1);
}

.casino-bonus-terms-single {
    display: flex;
    gap: 5px;
}

.casino-bonus-label-single {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.casino-page-content-featured-img img {
    max-height: 250px;
    object-fit: cover;
}

.casino-bonus-amount-single {
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 24px;
    /* identical to box height, or 86% */
    display: flex;
    align-items: center;

    color: #f4f5ff;
}

.casino-bonus-terms-single > p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* or 133% */

    color: #f4f5ff;
}

.casino-guide-container-single {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-title-single {
    color: #f3f3f3;
    font: 700 40px Gilroy, sans-serif;
    text-align: center;
}

.guide-description-single {
    color: #f3f3f3;
    text-align: center;
    align-self: stretch;
    margin: 20px 12px 0;
    font: 400 16px/30px Gilroy, sans-serif;
}

.section-title-single {
    color: #eb2427;
    text-align: center;
    margin-top: 50px;
    font: 700 24px/1 Gilroy, sans-serif;
}

.section-description-single {
    color: #f3f3f3;
    text-align: center;
    margin-top: 12px;
    width: 664px;
    font: 400 16px Roboto, sans-serif;
}

.features-container-single {
    align-self: stretch;
    margin-top: 68px;
}

.features-grid-single {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.feature-card-single {
    border-radius: 10px;
    background-color: #202427;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
    padding: 32px 33px 52px;
}

.feature-title-single {
    color: #eb2428;
    font: 700 20px/1 Roboto, sans-serif;
}

.casino-live-casinos-single {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 20px;
}

.payment-methods-list-single-cas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.payment-methods-list-single-cas li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 0.13222px solid #545DD7;
    box-shadow: 0px 2.64441px 13.222px rgba(0, 0, 0, 0.1);
    border-radius: 13.222px;
    padding: 10px;
}

.payment-methods-list-single-cas p,
.currencies-list-single-cas p {
    margin: 0;
}

.payment-methods-list-single-cas img {
    max-width: 120px;
    width: 100%;
}

.feature-text-single {
    color: #f3f3f3;
    margin-top: 8px;
    font: 400 16px/26px Gilroy, sans-serif;
}

.tab-content-single-cas-bold {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 17px;
    margin-top: 50px;
    color: #010101;


}

.more-button-single {
    margin: 20px auto;
    text-align: center;
}

.column-single {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 32%;
    margin-left: 0;
}

.casino-regulators-section-single {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.casino-regulators-container-single {
    display: flex;
    width: 100%;
    max-width: 1441px;
    flex-direction: column;
}

.casino-header-content-single {
    display: flex;
    padding-left: 7px;
    flex-direction: column;
    font-family: Gilroy, sans-serif;
}

.casino-section-title-single {
    color: rgba(243, 243, 243, 1);
    font-size: 40px;
    font-weight: 700;
    align-self: start;
    margin-bottom: 0;
}

.casino-section-description-single {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.casino-cards-grid-single {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.casino-card-column-single {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.casino-regulator-card-single {
    border-radius: 5px;
    background-color: rgba(32, 36, 39, 1);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: start;
    color: rgba(255, 255, 255, 1);
    padding: 23px 20px;
    font: 16px Gilroy, sans-serif;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.casino-card-column-single:nth-of-type(2n)
.casino-regulator-card-single::after {
    content: "";
    position: absolute;
    width: 175px;
    height: 175px;
    right: -100px;
    bottom: -100px;
    background: #eb2428;
    filter: blur(150px);
    border-radius: 5px;
}

.casino-card-header-single {
    display: flex;
    gap: 14px;
    font-size: 20px;
    font-weight: 600;
}

.casino-regulator-logo-single {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 46px;
}

.casino-regulator-title-single {
    flex-grow: 1;
}

.casino-regulator-description-single {
    font-weight: 400;
    margin-top: 16px;
}

.casino-card-footer-single {
    display: flex;
    margin-top: 25px;
    gap: 12px;
    color: rgba(243, 243, 243, 1);
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

.casino-bonus-text-single {
    flex-grow: 1;
    margin: auto 0;
}

.casino-more-button-single,
.casino-more-button-taxonomy {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 3;
}

.casino-more-button-single:before,
.casino-more-button-taxonomy:before {
    content: "";
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    border-radius: 100px;
    background-color: rgba(235, 36, 40, 1);
    width: 42px;
    height: 42px;
    z-index: -1;
}

.casino-online-info-wrapper-single {
    display: flex;
    width: 100%;
    max-width: 1440px;
    flex-direction: column;
}

.casino-online-section-title-single {
    color: rgba(243, 243, 243, 1);
    align-self: start;
    font: 700 40px Gilroy, sans-serif;
}

.casino-online-card-single {
    border-radius: 12px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    margin-top: 8px;
    width: 100%;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 42px 20px 19px;
    background: linear-gradient(180deg, #f4f6f8 0%, #d5e4ef 100%);
}

.casino-online-info-single {
    align-items: center;
    display: flex;
    gap: 25px;
}

.casino-online-info-single .rating-container .stars {
    font: 28px / 1 Times;
}

.casino-online-logo-wrapper-single {
    border-radius: 15px;
    background-color: rgba(244, 245, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.casino-online-logo-single {
    width: 200px;
    object-fit: contain;
    height: 100px;
}

.casino-online-details-single {
    display: flex;
    flex-direction: column;
    font-family: Gilroy, sans-serif;
    color: rgba(25, 35, 44, 1);
    font-weight: 700;
    gap: 25px;
    min-width: 250px;
}

.casino-online-name-single {
    font-size: 24px;
    line-height: 1;
    text-align: left;
}

.casino-online-rating-star-single {
    aspect-ratio: 1.04;
    object-fit: contain;
    object-position: center;
    width: 25px;
    align-self: start;
    margin-top: 4px;
}

.casino-online-bonus-info-single {
    display: flex;
    align-items: baseline;
    color: rgba(25, 35, 44, 1);
    font-weight: 700;
    flex-wrap: wrap;
    gap: 18px;
    flex-grow: 1;
}

.casino-online-bonus-section-single-welcome {
    max-width: 108px;
}

.casino-online-bonus-section-single {
    align-self: normal;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.casino-online-bonus-label-single {
    font-style: normal;
    font-weight: 700;
    font-size: 10.875px;
    line-height: 16px;
    /* identical to box height, or 147% */
    display: flex;
    align-items: center;
    letter-spacing: 0.36px;
    text-transform: uppercase;

    color: #EB2428;

}

.loading-indicator {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
}

.fullscreen-modal-game {
    margin-left: auto;
}

.casino-online-bonus-amount-single {

    font-style: normal;
    font-size: 23px;
    line-height: 30px;

    color: #19232C;
    font-weight: bold;
}

.casino-online-bonus-section-single-wager {
    flex-grow: 1;
}

.casino-online-divider-single {
    width: 1px;
    height: 64px;
    margin: auto 0;
    border: 1px solid rgba(25, 35, 44, 1);
}

.casino-online-bonus-details-single {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.casino-online-details-item-single {
    align-self: stretch;
    display: flex;
    margin-top: 8px;
    gap: 10px;
}

.casino-online-details-icon-single {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    align-self: start;
}

.casino-online-details-text-single {
    flex-grow: 1;
    width: 201px;
}

.casino-online-visually-hidden-single {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.single .casino-rating {
    margin-top: 0;
    border: 1px solid #f4f5ff;
}

.casino-review-payment-container-single {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    font-weight: 700;
    padding: 10px 0;
}

.casino-review-payment-content-wrapper-single {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.casino-review-payment-main-title-single {
    color: rgba(243, 243, 243, 1);
    font-size: 40px;
}

.casino-review-payment-intro-text-single {
    color: rgba(244, 245, 255, 1);
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
}

.bonus-info p {
    margin: 0;
}

.btn-info {
    cursor: pointer;
    color: #eb2427;
}

.casino-review-payment-features-list-single {
    border-radius: 12px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    background: #f4f5ff;
    display: flex;
    flex-direction: column;
    gap: 8px; /* Отступы между карточками */
    justify-content: flex-start;
    margin-top: 10px;
    padding: 20px 20px;
    width: 100%;
    font-size: 20px;
    color: rgba(25, 35, 44, 1);
}

.casino-review-payment-feature-item-single {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 15px;
}

.casino-review-payment-feature-icon-single {
    aspect-ratio: 1;
    object-fit: contain;
    width: 40px; /* Ширина иконки */
}

.casino-review-payment-feature-text {
    display: flex;
    flex-direction: column;
}

.casino-review-payment-feature-title-single {
    color: #000;
    font-size: 18px;
    margin-bottom: 2px; /* Отступ между заголовком и описанием */
}

.casino-review-payment-feature-description-single {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.tax-casino-category .breadcrumb-container-wrapp,
.page .breadcrumb-container-wrapp {
    background-color: transparent;
}

.casino-info-grid-single {
    display: grid;
    grid-template-columns: 1fr; /* 6 колонок */
    background: #19232c;
    border: 0.2px solid #f9f6f6;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-top: 50px;
}

/* Line 15 */

.info-item-single {
    color: white;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.info-name-single {
    background: #19232c;
    font-weight: bold;
    padding: 15px;
    color: white;
    border: 0.2px solid #ffffff;
    font-size: 1rem;
    display: flex;
    gap: 14px;
}

.info-value-single {
    font-size: 1rem;
    padding: 19px;
    color: #000;
    border: 0.2px solid #000;
    background: #fff;
}

.profile-container {
    border-radius: 12px;
    display: flex;
    width: fit-content;
    gap: 40px;
    color: rgba(227, 227, 227, 1);
    padding: 19px 24px;
    font: 700 14px/1 Gilroy, sans-serif;
    border: 1px solid rgba(21, 21, 21, 0.1);
    background: linear-gradient(180deg, #a1b1c3 0%, #516377 100%);
}

.banner-author-wrapp {
    display: flex;
}

.user-info {
    display: flex;
    gap: 10px;
    white-space: nowrap;
}

.profile-avatar {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 36px;
    border: 1px solid #eb2428;
    border-radius: 8px;
}

.author-info-taxonomy {
    margin-top: 80px;
}

.author-subtitle-info {
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;

    color: #eb2427;
}

.verification-icon {
    aspect-ratio: 0.92;
    object-fit: contain;
    object-position: center;
    width: 12px;
}

.meta-info {
    align-self: start;
    display: flex;
    margin-top: 7px;
    gap: 40px 48px;
}

.date-wrapper {
    display: flex;
    gap: 10px;
}

.calendar-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: start;
}

.duration-wrapper {
    display: flex;
    gap: 10px;
}

.clock-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: start;
}

.preset-filters-container {
    border-radius: 5px;
    background-color: rgba(32, 36, 39, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Gilroy, sans-serif;
    color: rgba(244, 245, 255, 1);
    font-weight: 600;
    padding: 29px 20px;
    position: relative;
    z-index: 10;
}

.preset-filters-title {
    font-size: 20px;
    align-self: start;
}

.filters-list {
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    letter-spacing: 0.36px;
    line-height: 1;
    justify-content: start;
    flex-wrap: wrap;
}


.filter-content {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 11px;
    justify-content: start;
    margin: auto 0;
}

.filter-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    margin: auto 0;
}

.filter-text {
    align-self: stretch;
    margin: auto 0;
}

.filter-arrow {
    aspect-ratio: 0.75;
    object-fit: contain;
    object-position: center;
    width: 18px;
    align-self: stretch;
    margin: auto 0;
}

.filter-terms-list {
    display: none;
    padding-left: 20px;
}

.filter-item:hover + .filter-terms-list {
    display: block; /* Показать категории при наведении */
}

.filter-term {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.casino-wrapper-single-top {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 20px;
    width: 100%;
}

.casino-item-single-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px;

    position: relative;
    background: linear-gradient(180deg, #f4f6f8 0%, #d5e4ef 100%);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.rank-badge-container-single-top {
    border-radius: 5px;
    background-color: #eb2428;
    width: 30px;
    height: 34px;
    position: absolute;
    text-align: center;
    top: -20px;
    left: 15px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 9px 0px;
}

.rank-overlay-container-single-top {
    border-radius: 5px 5px 0 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 0;
}

.casino-logo-image-single-top {
    width: 218px;
    margin-top: 24px;
}

.casino-header-container-single-top {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
    text-align: center;
}

.casino-header-container-single-top .star {
    font-size: 17px;
}

.casino-title-single-top {
    color: #07003b;
    font: 700 24px Gilroy, sans-serif;
    margin: auto 0;
    flex-grow: 1;
}

.rating-badge-container-single-top {
    border-radius: 20px;
    border: 1px solid #121311;
    align-items: center;
    padding: 5px 9px;
    display: flex;
    gap: 5px;
    font-size: 16px;
}

.star-rating-container-single-top {
    display: flex;
    gap: 1px;
    color: #e3b73e;
}

.rating-value-single-top {
    color: #07003b;
    font-weight: 700;
}

.bonus-text-container-single-top {
    color: #07003b;
    text-align: center;
    margin-top: 12px;
    font: 900 22px Gilroy, sans-serif;
}

.bonus-amount-value-single-top strong {
    color: #e3b73e;
    font-size: 38px;
}

.payment-method-title-single-top {
    color: #07003b;
    text-transform: uppercase;
    font: 700 12px/1 Gilroy, sans-serif;
}

.payment-icons-container-single-top {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 11px;
}

.payment-icons-container-single-top > div {
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 4px;


}

.payment-icons-container-single-top img {
    padding: 5px;
    border: 1px solid #DCE3E8;
}

.payment-icon-image-single-top {
    width: 70px;
    aspect-ratio: 1.46;
    object-fit: contain;
}

.stat-info-container-single-top {
    display: flex;
    gap: 20px;
    margin: 24px 0 24px 0;
    width: 100%;
    justify-content: space-between;
    font-weight: 700;
}

.stat-group-container-single-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-label-text-single-top {
    color: #07003b;
    font-size: 12px;
    text-transform: uppercase;
}

.stat-value-text-single-top {
    color: #eb2427;
    font-size: 18px;
}

.casino-article-preview-taxonomy {
    display: flex;
    margin: 60px 0 0;
    align-items: flex-start;
    gap: 44px;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    flex-wrap: wrap;
    padding: 23px 80px 23px 24px;
    background: linear-gradient(180deg, #a1b1c3 0%, #516377 100%);
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 12px;
}

.casino-author-profile-taxonomy {
    display: flex;
    flex-direction: column;
}

.casino-profile-image-taxonomy {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    object-fit: contain;
}

.casino-author-info-taxonomy {
    display: flex;
    margin: 9px auto 0;
    width: 49px;
    gap: 5px;
}

.casino-author-details-taxonomy {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.casino-author-label-taxonomy {
    color: rgb(235, 36, 39);
    font-size: 10px;
    line-height: 1.2;
}

.casino-author-name-taxonomy {
    color: rgb(227, 227, 227);
    font-size: 14px;
    line-height: 1;
}

.casino-verification-icon-taxonomy {
    width: 12px;
    height: 13px;
    object-fit: contain;
    align-self: flex-start;
}

.casino-article-content-taxonomy {
    display: flex;
    margin-top: 6px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    flex: 1 0 0;
    width: fit-content;
}

.casino-article-title-taxonomy {
    font-size: 22px;
    line-height: 1;
    color: rgb(7, 0, 59);
}

.casino-content-label-taxonomy {
    font-weight: 400;
    line-height: 1;
    color: rgb(7, 0, 59);
    margin-top: 4px;
}

.casino-article-text-taxonomy {
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 22px;
    align-self: stretch;
    margin-top: 8px;
}

.casino-article-footer-taxonomy {
    display: flex;
    margin-top: 28px;
    gap: 12px;
    color: rgb(243, 243, 243);
    text-align: center;
    line-height: 1;
}

.casino-more-articles-taxonomy {
    flex: 1;
    margin: auto 0;
}

.bonus-info strong {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;

    color: #e3b73e;
}

.commission-section-category {
    margin: 32px 0;
}

.commission-grid-category {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.commission-card-category {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.card-container-category {
    border-radius: 5px;
    background-color: rgba(32, 36, 39, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 22px 20px;
    font: 16px Gilroy, sans-serif;
}

.commission-image-category {
    aspect-ratio: 1.92;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.commission-title-category {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 15px;
}

.commission-description-category {
    font-weight: 400;
    margin-bottom: 24px;
}

.action-button-category {
    margin: 0 auto;
}

.casino-comparison-category {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    margin: 32px auto;
    width: 874px;
    max-width: 100%;
    flex-direction: column;
    padding: 36px 73px;
}

.comparison-header-category {
    display: flex;
    gap: 48px;
    font-family: Gilroy, sans-serif;
    color: rgb(7, 0, 59);
    text-align: center;
    flex-wrap: wrap;
}

.rank-badge-container-single-top {
    border-radius: 5px;
    background-color: #eb2428;
    width: 30px;
    height: 34px;
    position: absolute;
    text-align: center;
    top: -20px;
    left: 15px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 9px 0px;
}
.casino-section-category {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: fit-content;
}

.casino-title-category {
    font: 700 28px Gilroy, sans-serif;
    align-self: start;
}

.casino-description-category {
    font: 400 14px Gilroy, sans-serif;
    margin-top: 6px;
}

.features-container-category {
    margin: 28px auto;
    width: 636px;
    max-width: 100%;
}

.features-grid-category {
    gap: 20px;
    display: flex;
}

.feature-column-category {
    display: flex;
    flex-direction: column;
    width: 50%;
}

/* Основные стили для текста */
.content-main-wrapp {
    line-height: 1.6;
}

/* Списки */
.content-main-wrapp > ol,
.content-main-wrapp > ul {
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

.content-main-wrapp > ol > li,
.content-main-wrapp > ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.casino-commission-container-category {
    margin-bottom: 30px;
    margin-top: 30px;
}

/* Кастомные маркеры */
.content-main-wrapp > ul > li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FFF;
    font-size: 18px;
}

.content-main-wrapp > ol {
    counter-reset: list-counter;
}

.content-main-wrapp > ol > li {
    counter-increment: list-counter;
}

.content-main-wrapp > ol > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #fff;
}

/* Заголовки */
.content-main-wrapp > h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-main-wrapp > h2 {
    font-size: 40px;
    margin-top: 37px;
    line-height: 43px;
    color: #F3F3F3;
    font-weight: bold;
    margin-bottom: 12px;
}

.content-main-wrapp > h3 {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #EB2427;


}

.content-main-wrapp > p {
    font-size: 16px;
    margin-bottom: 10px;
}

/* Цитаты */
.content-main-wrapp > blockquote {
    border-left: 4px solid #007bff;
    padding-left: 15px;
    margin: 10px 0;
    font-style: italic;
}

/* Таблицы */
.content-main-wrapp > table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.content-main-wrapp > table > th,
.content-main-wrapp > table > td {
    border: 1px solid #ddd;
    padding: 8px;
}

.content-main-wrapp > table > th {
    background-color: #f8f9fa;
    font-weight: bold;
}

/* Кнопки */
.content-main-wrapp > a.button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.content-main-wrapp > a.button:hover {
    background-color: #0056b3;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.feature-list-category {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: rgb(7, 0, 59);
    text-align: center;
    font: 600 16px Gilroy, sans-serif;
}

.feature-item-category {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 7px 0;
}

.feature-text-category {
    flex-grow: 1;
    margin: auto 0;
}

.feature-icon-category {
    aspect-ratio: 1;
    object-fit: contain;
    width: 30px;
}

.casino-item-single-top-feature {
    display: flex;
    flex-direction: column;
}

.top-casinos-wrapper_comparison {
    display: flex;
    justify-content: center;
    padding: 25px;
    background: linear-gradient(180deg, #f4f6f8 0%, #d5e4ef 100%);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    color: #000;
}

.casino-title_comparison {
    color: #000;
}

.top-casino-item_comparison {
    max-width: 400px;
}

.feature-item_comparison {
    display: grid;
    gap: 8px;
    align-items: center;
    grid-template-columns: 1fr 50px;
    margin-bottom: 9px;
}

.registration-container-category {
    position: relative;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Обновление основных стилей для таблиц */
.wp-block-table {
    overflow-x: auto;
    background-color: #333; /* Темный фон для таблицы */
    color: #fff; /* Белый текст */
    border-radius: 8px; /* Скругленные углы для улучшения внешнего вида */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Легкая тень */
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table thead {
    background-color: #444; /* Немного более светлый темный фон для заголовков */
    border-bottom: 2px solid #666; /* Тонкая граница для разделения заголовков */
}

.wp-block-table tfoot {
    background-color: #444;
    border-top: 2px solid #666;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid #666; /* Светлая граница для ячеек */
    padding: 0.8em; /* Увеличенный отступ для более современного вида */
    text-align: left;
}

.wp-block-table td {
    background-color: #222; /* Темный фон для ячеек */
}

.wp-block-table th {
    font-weight: bold;
    background-color: #555; /* Более темный фон для заголовков столбцов */
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #2c2c2c; /* Темная полоса для строк */
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #444; /* Подсветка ячеек для этого класса */
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #3a4d44; /* Тёмно-зеленый фон */
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #3b4d59; /* Тёмно-синий фон */
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #4d3b3b; /* Тёмно-розовый фон */
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: #444; /* Цвет границы для полосатых таблиц */
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color > * {
    border-color: #666; /* Цвет границы для элементов с этим классом */
}

/* Если таблица имеет стиль "ссылка" для строки */
.wp-block-table td a {
    color: #fff; /* Белые ссылки */
    text-decoration: underline; /* Подчеркивание ссылок */
}

.wp-block-table td a:hover {
    color: #ff9800; /* Оранжевый цвет при наведении */
}

/* Для небольших таблиц с горизонтальной прокруткой */
.wp-block-table {
    overflow-x: auto;
}

.wp-block-table.table-layout-fixed {
    table-layout: fixed;
}

/* Для выравнивания таблицы по центру */
.wp-block-table.aligncenter {
    display: block;
    margin: 0 auto;
}

.wp-block-table.alignleft {
    display: block;
}

.wp-block-table.alignright {
    display: block;
}

/* Для мелких настроек, например, для использования таблицы оглавления */
:root :where(.wp-block-table-of-contents) {
    box-sizing: border-box;
    color: #fff;
    background-color: #333; /* Темный фон */
}


.registration-container-category:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; /* Ширина на всю ширину экрана */
    margin-left: calc(-50vw + 50%); /* Центрируем по экрану */
    background: linear-gradient(180deg, #f4f6f8 0%, #d5e4ef 100%);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);

    z-index: -1; /* Размещаем фон позади контента */
    height: 100%; /* Делаем фон на всю высоту контейнера */
}


.registration-wrapper-category {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.registration-title-category {
    color: rgb(7, 0, 59);
    text-align: center;
    font: 700 40px Gilroy, sans-serif;
}

.registration-description-category {
    color: rgb(7, 0, 59);
    text-align: center;
    margin-top: 10px;
    max-width: 751px;
    font: 400 16px Gilroy, sans-serif;
}

.steps-container-category {
    align-self: stretch;
    margin-top: 48px;
}

.steps-grid-category {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    overflow: visible;
}

.step-column-category {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.step-wrapper-category {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    font-family: Gilroy, sans-serif;
    justify-content: start;
}

.step-icon-category {
    aspect-ratio: 1.2;
    object-fit: contain;
    object-position: center;
    width: 158px;
}

.step-content-category {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
}

.step-number-wrapper-category {
    align-self: start;
    display: flex;
    gap: 12px;
    font-size: 40px;
    color: rgb(235, 36, 39);
    font-weight: 700;
    text-align: center;
    position: relative;
}

.step-indicator-category {
    background-color: rgb(235, 36, 39);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    display: flex;
    height: 28px;
    margin: auto 0;
    width: 28px;
}

.step-details-category {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    align-items: start;
    color: rgb(7, 0, 59);
}

.step-title-category {
    font-size: 20px;
    font-weight: 600;
}

.step-text-category {
    font-size: 16px;
    font-weight: 400;
    margin-top: 11px;
}

.registration-button-category {
    text-align: center;
    margin: 0 auto;
}

.slot-machine-container-game {
    display: flex;
    flex-direction: column;
}

.header-wrapper-game {
    display: flex;
    margin: 20px;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.casino-info-wrapper-game {
    margin: 20px;
}

.title-group-game {
    display: flex;
    align-items: center;
    gap: 40px 62px;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    flex-wrap: wrap;
}

.game-title-game {
    color: rgba(235, 36, 40, 1);
    font-size: 32px;
    line-height: 1;
    align-self: stretch;
    flex-grow: 1;
    margin: auto 0;
}

.provider-name-game {
    color: rgba(25, 35, 44, 1);
    font-size: 24px;
    line-height: 1;
    align-self: stretch;
    flex-basis: auto;
    margin: auto 0;
}

.bonus-cta-game {
    border-radius: 40px;
    background-color: rgba(235, 36, 40, 1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
    align-self: stretch;
    font-size: 13px;
    color: rgba(244, 245, 255, 1);
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    padding: 11px 48px;
}

.social-icons-game {
    display: flex;
    gap: 11px;
}

.social-icon-game {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 46px;
    border-radius: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

.banner-image-game {
    aspect-ratio: 2.05;
    object-fit: contain;
    object-position: center;
    width: 100%;
    align-self: stretch;
    margin-top: 26px;
}

.logo-container-game {
    border-radius: 15px;
    background-color: rgba(244, 245, 255, 1);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 42px;
}

.casino-logo-game {
    aspect-ratio: 1.59;
    object-fit: contain;
    object-position: center;
    width: 97px;
}

.casino-details-game {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    font-family: Gilroy, sans-serif;
    color: rgba(25, 35, 44, 1);
    font-weight: 700;
    margin: auto 0;
}

.casino-name-game {
    font-size: 24px;
    line-height: 1;
}

.rating-wrapper-game {
    align-self: start;
    display: flex;
    margin-top: 8px;
    gap: 4px;
    font-size: 21px;
    white-space: nowrap;
    line-height: 42px;
}

.rating-star-game {
    aspect-ratio: 1.04;
    object-fit: contain;
    object-position: center;
    width: 25px;
    align-self: start;
    margin-top: 4px;
}

.bonus-info-game {
    align-self: stretch;
    display: flex;
    align-items: start;
    gap: 35px;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    flex-wrap: wrap;
    margin: auto 0;
}

.bonus-details-game {
    display: flex;
    flex-direction: column;
    color: rgba(25, 35, 44, 1);
}

.bonus-label-game {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    align-self: start;
}

.bonus-amount-game {
    font-size: 22px;
    line-height: 1;
    margin-top: 8px;
}

.vertical-divider-game {
    align-self: stretch;
    width: 1px;
    height: 72px;
    border: 1px solid rgba(25, 35, 44, 1);
}

.wagering-container-game {
    display: flex;
    flex-direction: column;
}

.wagering-details-game {
    display: flex;
    gap: 40px 50px;
}

.wagering-text-game {
    color: rgba(25, 35, 44, 1);
    font-size: 22px;
    line-height: 1;
    flex-grow: 1;
    width: 181px;
    margin: auto 0;
}

.play-cta-game {
    border-radius: 40px;
    background-color: rgba(235, 36, 40, 1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
    font-size: 13px;
    color: rgba(244, 245, 255, 1);
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    padding: 11px 32px;
}

.guide-section-single-game {
    margin-top: 28px;
}

.content-wrapper-single-game {
    gap: 20px;
    display: grid;
    grid-template-columns: 200px 1fr;
}

.image-column-single-game {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.guide-image-single-game {
    aspect-ratio: 1.5;
    object-fit: contain;
    object-position: center;
    border-radius: 4px;
    max-width: 100%;
}

.text-column-single-game {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.text-content-single-game {
    display: flex;
    margin-top: 8px;
    width: 100%;
    flex-direction: column;
    align-items: start;
    font-family: Gilroy, sans-serif;
    color: rgba(243, 243, 243, 1);
    font-weight: 400;
}

.main-heading-single-game {
    font-size: 44px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.subtitle-single-game {
    font-size: 24px;
    margin-top: 8px;
}

.description-wrapper-single-game {
    align-self: stretch;
    display: flex;
    gap: 11px;
    font-size: 12px;
}

.icon-single-game {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 20px;
    align-self: start;
}

.description-text-single-game {
    flex-grow: 1;
    flex-basis: auto;
}

.space-single-game {
    padding-top: 80px !important;
}

.game-details-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    color: #303838;
    gap: 20px;
}

.game-details-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #ffffff;
}

.game-details-container ul {
    list-style-type: none;
    margin: 0;
}

.rating-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating-summary strong,
.rating-summary div {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;

    color: #24b665;
}

.game-details-list-main ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.game-details-item ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.game-details-item ul li .icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.game-details-list-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.game-details-item {
    background: linear-gradient(180deg, #f4f6f8 0%, #d5e4ef 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 20px;
}

.rating-stars-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-item .rating-stars {
    border: 1px solid #343434;
    border-radius: 20px;
    padding: 12px;
}

.game-rating ul {
    margin-top: 33px;
}

.game-rating ul li.rating-item {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #303838;
    border-top: 1px solid #c5c4c5;
    padding: 11px 0;
}

.sl-responsive-iframe-single {
    min-height: 500px;
    margin: 25px 0;
    width: 100%;
}

.rating-note {
    display: flex;
    gap: 5px;
    align-items: center;
}

.rating-note span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    /* or 138% */

    color: #6b7070;
}

.methodology-container-help-section {
    margin-top: 32px;
    width: 100%;
}

.content-wrapper-help-section {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.sidebar-help-section {
    display: flex;
    flex-direction: column;
    line-height: normal;
    margin-left: 0;
}

.nav-items-help-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: rgb(243, 243, 243);
}

.nav-item-help-section {
    background-color: #000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    gap: 40px 46px;
    padding: 17px 9px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #202427;
    filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
}

.nav-item-title-help-section {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    flex-grow: 1;
    width: 279px;
    flex-basis: auto;
    margin: auto 0;
}

.nav-item-alt-help-section {
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    margin-top: 8px;
    gap: 20px;
    justify-content: space-between;
    padding: 8px 16px;
    border: 1px solid rgb(32, 36, 39);
}

.main-content-help-section {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.content-title-help-section {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.content-description-help-section {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
}

.content-box-help-section {
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    padding: 32px;
    background-color: #fff;
    color: #000;
    height: 100%;
}

.content-box-help-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-box-help-section ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.content-box-help-section ul li::before {
    content: "•"; /* Красная точка */
    color: #eb2427;
    font-size: 18px;
    margin-right: 8px;
}

.hidden-help-section {
    display: none !important;
}

.nav-item-help-section.active-help-section {
    background: #202427;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.sr-only-casino-category {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bonus-container-casino-category {
    border-radius: 5px;
    background-color: rgba(32, 36, 39, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    margin-top: 5px;
    width: 100%;
    gap: 20px;
    color: rgba(255, 255, 255, 1);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 16px 80px;
}

.casino-info-casino-category {
    display: flex;
    gap: 40px 100px;
    margin: auto 0;
    font: 500 21px/1.1 Gilroy, sans-serif;
}

.bonus-details-casino-category {
    display: flex;
    gap: 40px 100px;
    flex-wrap: wrap;
}

.bonus-amount-casino-category {
    margin: auto 0;
    font: 500 21px/1.1 Gilroy, sans-serif;
}

.button-icon-casino-category {
    font-weight: 900;
    line-height: 1;
    margin: auto 0;
}

.button-text-casino-category {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    line-height: 1;
}

.bonus-container-casino-category:nth-of-type(2n) {
    color: #000;

    background: linear-gradient(180deg, #f4f6f8 0%, #d5e4ef 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.commission-casino-category-list {
    overflow-x: hidden;
}

.currencies-list-single-cas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(69px, 1fr));
    gap: 20px;
}

.commission-card-casino-category {
    border-radius: 5px;
    background-color: rgba(32, 36, 39, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    padding: 45px 23px;
}

.commission-logo-casino-category {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.commission-title-casino-category {
    font-size: 20px;
    font-weight: 600;
    align-self: start;
    margin-top: 32px;
    margin-bottom: 0;
}

.commission-button-casino-category {
    justify-self: center;
    margin-top: 12px;
}


.casino-badge {
    position: absolute;
    top: 6px;
    left: 76px;
    background: #eb2428;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
}

.badge-text {
    display: inline-block;
}

.casino-badge.top-casino {
    background: #4caf50; /* Зеленый для топ-5 */
}


.read-more {
    color: #007bff; /* Синий цвет, можно изменить под ваш дизайн */
    cursor: pointer;
    text-decoration: underline;
    display: block; /* Делаем ссылку блочной, чтобы она не прилипала к тексту */
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Скрытый текст остается с вашими текущими стилями */
.cas-hidden-text {
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
}

.cas-hidden-text.expanded {
    -webkit-line-clamp: unset;
    max-height: none !important;
}

.commission-description-casino-category {
    margin-bottom: 0;
}


.bonus-list-taxonomy .breadcrumb-container-wrapp {
    background: transparent;
}

.search-result-item a {
    display: inline-block;
}

.search-result-item img {
    height: 100px;
}

.filter-bonus-main {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 25px;
}

#filtered-results {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.filter-list {
    background: #202427;
    border-radius: 8px;

    padding: 24px;
}

.checkbox-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-bonus-container {
    margin-top: 50px;
}

.filter-form {
    font-family: Gilroy-Regular, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.filter-title {
    color: rgba(249, 249, 249, 1);
    font-size: 24px;
}

.filter-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-group,
.range-group,
.taxonomy-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.checkbox-input {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #d5d7da;
    cursor: pointer;
}

.bonus-amount,
.range-value {
    color: rgba(228, 215, 130, 1);
    font-size: 16px;
    font-weight: 400;
}

.bonus-container,
.bonus-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.range-group input {
    width: 100%;
    margin: 8px 0;
}

.range-group span {
    color: rgba(249, 249, 249, 1);
    font-size: 16px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-label {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

.bonus-input {
    appearance: none;
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #d5d7da;
    border-radius: 6px;
    margin-right: 10px;
}

.bonus-input:checked:after {
    content: "✓";
    color: #fff;
    position: absolute;
    font-size: 16px;
    top: 6px;
    left: 3px;
}


.checkbox-label p {
    color: #e4d782;
    margin-bottom: 0;
    margin-left: auto;
}

.filter-list .checkbox-options,
.filter-list .range-options {
    max-height: 0; /* Collapsed by default */
    overflow: hidden;
    transition: max-height 0.3s ease; /* Smooth transition */
    margin-top: 10px;
}

.filter-list .icon.open {
    transform: rotate(-180deg);
}

.bonus-container-taxonomy {
    position: relative;
    border-radius: 8px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 24px;
    justify-content: flex-start;
    padding: 32px;
    background: linear-gradient(183.01deg, #f4f6f8 2.5%, #d5e4ef 97.6%);
    color: #000;
}

.bonus-details-taxonomy {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    flex-grow: 1;
}

.bonus-content-taxonomy-dropdown-info-main {
    position: relative;
    padding: 16px;
    cursor: pointer;
    background: #FDFDFD;
    border-radius: 8px;
}

.bonus-content-taxonomy-dropdown-info-main .bonus-content-taxonomy-dropdown-bonus-description p {
    color: #000;
}

.toggle-icon.open {
    transform: rotate(180deg);
}

.mob-filters-bonus {
    display: none;
}

.bonus-content-taxonomy-dropdown-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bonus-content-taxonomy-dropdown-bonus-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bonus-content-taxonomy-dropdown-bonus-title p {
    margin: 0;
}

.bonus-content-taxonomy-dropdown-bonus-description {
    max-height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    margin-top: 10px;
    will-change: opacity, max-height;
}

.bonus-content-taxonomy-dropdown-info-main.open .bonus-content-taxonomy-dropdown-bonus-description {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}


.bonus-header-taxonomy {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}

.bonus-amount-taxonomy {
    color: rgb(7, 19, 48);
    font-size: 32px;
    align-self: stretch;
    margin: auto 0;
}

.safety-tag {
    align-self: stretch;
    border-radius: 800px;
    min-height: 32px;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 auto auto;
    text-align: center;
    padding: 5px 16px;
    min-width: 161px;
    border: 1px solid transparent;
    background-color: transparent; /* Прозрачный фон */
    font-weight: bold; /* Жирный текст для лучшей читаемости */
}

/* Very high - Темно-зеленый текст */
.safety-very-high {
    color: #2E7D32; /* Темно-зеленый */
}

/* High - Зеленый текст */
.safety-high {
    color: #388E3C; /* Зеленый */
}

/* Above average - Лаймово-зеленый текст */
.safety-above-average {
    color: #689F38; /* Лаймово-зеленый */
}

/* Fresh casino - Золотистый текст */
.safety-fresh-casino {
    color: #F9A825; /* Золотистый */
}

/* Below average - Оранжевый текст */
.safety-below-average {
    color: #EF6C00; /* Оранжевый */
}

/* Low - Красный текст */
.safety-low {
    color: #D32F2F; /* Красный */
}

/* Default - Серый текст */
.safety-default {
    color: #757575; /* Серый */
}

.bonus-info b {
    color: #E3B73E;
    font-size: 25px;
}

.bonus-exclusive-tag {
    display: inline-flex;
    align-items: center;
    background-color: #388E3C; /* Красный фон */
    color: #FFFFFF; /* Белый текст */
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.bonus-content-taxonomy {
    display: flex;
    margin-top: 16px;
    gap: 10px;
    flex-direction: column;
    font-family: Gilroy-Medium, sans-serif;
    color: rgb(7, 19, 48);
}

.info-card-taxonomy {
    border-radius: 8px;
    background-color: rgb(253, 253, 253);
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 16px;
}

.info-header-taxonomy {
    display: flex;
    width: 100%;
    align-items: flex-start;
    font-size: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-title-taxonomy {
    display: flex;
    min-width: 240px;
    align-items: flex-start;
    gap: 16px;
    justify-content: flex-start;
    flex: 1;
}

.icon-taxonomy {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
}

.info-text-taxonomy {
    width: 650px;
}

.info-description-taxonomy {
    align-self: stretch;
    flex: 1;
    margin-top: 8px;
    width: 100%;
    font-size: 16px;
    padding: 0 24px 0 56px;
}

.casino-sidebar-taxonomy {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    flex-grow: 1;
    width: 255px;
}

.casino-logo-container-taxonomy {
    border-radius: 8px;
    background-color: rgb(30, 31, 36);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    padding: 0 26px;
}

.casino-logo-taxonomy {
    aspect-ratio: 1.57;
    object-fit: contain;
    object-position: center;
    width: 140px;
    max-width: 100%;
}

.sidebar-content-taxonomy {
    display: flex;
    margin-top: 24px;
    width: 100%;
    flex-direction: column;
}

.safety-info-taxonomy {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    color: rgb(7, 19, 48);
}

.review-link-taxonomy {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: flex-start;
    gap: 24px;
    color: rgb(43, 128, 224);
}

.bonus-button-taxonomy {
    align-self: stretch;
    border-radius: 800px;
    background-color: rgb(235, 36, 39);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    margin-top: 32px;
    min-height: 44px;
    width: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 14px 16px;
    font: 16px/1 Gilroy-Bold, sans-serif;
    border: none;
    cursor: pointer;
}

.feedback-section-taxonomy {
    display: flex;
    margin-top: 32px;
    width: 100%;
    flex-direction: column;
}

.feedback-title-taxonomy {
    color: rgb(7, 19, 48);
    text-align: center;
    font: 400 20px Gilroy-Medium, sans-serif;
}

.feedback-buttons-taxonomy {
    margin-top: 16px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 52px;
    gap: 8px;
}

.feedback-buttons-taxonomy > button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    cursor: pointer;
}

.bonus-sidebar-taxonomy {
    min-width: 320px;
}

.logo-container-bonus {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #1e1f24;
    border-radius: 8px;
    margin-bottom: 24px;
}

.casino-logo-bonus,
.casino-logo-bonus img {
    height: 100%;
}

.safety-wrapper,
.review-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}

.safety-review-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.feedback-button-taxonomy {
    border-radius: 6px;
    background-color: rgb(253, 253, 253);
    display: flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    color: rgb(0, 0, 0);
    justify-content: center;
    flex: 1;
    padding: 0 16px;
    font: 400 16px/0.7 Gilroy-SemiBold, sans-serif;
    border: 1px solid rgb(147, 147, 147);
    cursor: pointer;
}

.bonus-button {
    width: 100%;

}

/* General CSS for mob-filters-bonus button */
.mob-filters-bonus {
    background: linear-gradient(to right, #eb2427, #ff5a5d); /* Red gradient for bold action */
    color: #ffffff; /* White text for contrast */
    font-size: 16px; /* Larger text for better readability */
    font-weight: bold; /* Bold text for impact */
    padding: 12px 20px; /* Comfortable padding for a good click area */
    border: 2px solid #eb2427; /* Border matching the primary color */
    border-radius: 8px; /* Rounded edges for a modern look */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    cursor: pointer;
    text-transform: uppercase; /* Stylish uppercase text */
    transition: all 0.3s ease-in-out; /* Smooth interactions */
    margin-bottom: 15px;
}

/* Hover effect */
.mob-filters-bonus:hover {
    background: linear-gradient(to right, #ff5a5d, #eb2427); /* Reverse gradient for dynamic effect */
    color: #fff; /* Keep text white */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4); /* Enhanced shadow for hover impact */
    transform: translateY(-2px); /* Slight lift on hover */
}

/* Active/pressed state */
.mob-filters-bonus:active {
    background: #c92022; /* Darker red for a pressed effect */
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3); /* Inner shadow for press feedback */
    transform: translateY(2px); /* Depressed effect */
}


.bonus-like.disabled, .bonus-dislike.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    filter: drop-shadow(0px 1px 2px rgba(10, 13, 18, 0.05));
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}

.next.page-numbers {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.prev.page-numbers {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li a {
    border: 1px solid #404040;
    display: inline-block;
    padding: 10px 20px;
    color: #E4E4E4;
    background: #202427;
    border-radius: 0;

}

.pagination li a {
    text-decoration: none;
    color: inherit;
}

.pagination li.current {
    background: #333;
    color: #fff;
    pointer-events: none;
}

.rating-container {
    width: fit-content;
}

.rating-container .stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font: 21px/1 Times;
}

.rating-container .stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, #fc0 var(--percent), #b1b1b1 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.checkbox-options,
.range-options {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.checkbox-options.open,
.range-options.open {
    max-height: 500px; /* Достаточное значение, чтобы вместить контент */
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.toggle-icon.open {
    transform: rotate(180deg); /* Поворот иконки при открытии */
}

.casino-section-single-cas {
    margin-top: 16px;
    display: flex;
    gap: 24px;
    padding: 24px;
    background: linear-gradient(183.01deg, #F4F6F8 2.5%, #D5E4EF 97.6%);
    border-radius: 12px;
}

.tab-navigation-single-cas {
    display: flex;
    flex-basis: 25%;
    justify-content: space-between;
    gap: 10px;
}

.tab-content-container {
    color: #000;
}

.tab-item-single-cas {
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    width: 100%;
    color: #fff;
    white-space: nowrap;
    justify-content: center;
    padding: 10px 10px;
}


.single-casino-add-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.popover-providers ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.single-cas-item {
    border-radius: 8px;
    background: #FDFDFD;
    position: relative;
    padding: 17px;

}

.swiper-slide.screenshot-item {
    height: 234px;
}

.screenshot-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.single-cas-item hr {
    margin: 20px 0;
}

.tab-item--active.single-cas {
    background: #EB2428;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tab-item--inactive.single-cas {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.tab-content-single-cas {
    display: flex;
    gap: 8px;
    color: #000;
}

.tab-icon-single-cas {
    aspect-ratio: 1;
    object-fit: contain;
    width: 38px;
}

.tab-label-single-cas {
    margin: auto 0;
}

.tab-counter-single-cas {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EB2428;
    font-size: 18px;
    color: #fff;
    width: 32px;
    height: 32px;
    padding: 0 12px;
    margin-right: auto;

}

/* Media Queries */
.tab-content-single-cas.hidden {
    display: none;
}

.tab-content-single-cas-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.tab-label-single-cas {
    color: #EB2428;
    margin: 0;
}

.tab-item--active {
    background: #EB2428;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tab-item--inactive {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.tab-content-single-cas {
    opacity: 0; /* Скрыт по умолчанию */
    transform: translateY(20px); /* Сдвигаем вниз на 20px */
    transition: opacity 0.7s ease, transform 0.7s ease; /* Плавный переход */
    display: block; /* Оставляем в потоке, но скрываем */
    height: 0; /* Убираем высоту */
    overflow: hidden; /* Скрываем контент */
}

.tab-content--active {
    opacity: 1; /* Показываем */
    transform: translateY(0); /* Возвращаем в исходное положение */
    height: auto; /* Раскрываем высоту */
}

.tab-item--active svg path {
    fill: #FFF;
}


.tab-item--active .tab-counter-single-cas {
    background: #FFF;
    color: #EB2428;
}

.tab-item--active .tab-label-single-cas {
    color: #FFF;
}


.safety-green {
    color: #28a745; /* Зеленый */
    font-weight: bold;
}

.safety-light-green {
    color: #88c057; /* Светло-зеленый */
    font-weight: bold;
}

.safety-yellow {
    color: #ffc107; /* Желтый */
    font-weight: bold;
}

.safety-orange {
    color: #fd7e14; /* Оранжевый */
    font-weight: bold;
}

.safety-light-red {
    color: #dc3545; /* Светло-красный */
    font-weight: bold;
}

.safety-red {
    color: #d60000; /* Красный */
    font-weight: bold;
}

.safety-default {
    color: #6c757d; /* Серый для неизвестных значений */
    font-weight: bold;
}


.casino-game-genre-items-ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
}


.casino-game-genre-item {
    background: #F2F2F2;
    display: flex;

    padding: 10px 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.casino-detail-box-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.casino-detail-box-heading p {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    text-transform: uppercase;
}

.casino-game-genre-item .c-grey-7-text {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.casino-game-genre-item.active {
    background: #e4f6e8;

}

.casino-game-genre-item.active .c-grey-7-text {
    color: #19232C;
}

.casino-game-genre-item.active img {
    filter: invert(39%) sepia(93%) saturate(553%) hue-rotate(91deg) brightness(94%) contrast(92%);
}

.single-cas-primary-btn {
    color: #1E5AFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    background: transparent;
    border: none;
}


.hidden {
    display: none;
}

.popover {
    position: absolute;
    top: 50px; /* Расположение окна относительно кнопки */
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    z-index: 1000;
    max-width: 300px;
    overflow-y: auto;
    max-height: 300px;
}

.popover .popover-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.popover-term-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popover-term-item img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.popover-term-item span {
    font-size: 14px;
    color: #333;
}


.casino-detail-box-games {
    position: relative;
}

.single-wrapp-content-main {
    width: 100%;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bonus-container-taxonomy-wrapp {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-casino__vpn-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    padding: 8px;

    background: #EAEAEA;


}

.single-casino__header {
    display: flex;
    align-items: center;
}

.casino-detail-box-pros {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.casino-detail-box-pros h3 {
    color: #19232C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}

.casino-detail-box-pros ul {
    margin: 0;
    list-style-type: none;
}

.casino-detail-box-pros ul li {
    display: grid;
    gap: 10px;
    grid-template-columns: 24px 1fr;
    margin-bottom: 9px;
}

#content {
    margin-top: 50px;
}

.content-wrapper-single-cas {
    width: 76%;
    color: #000;
}

.game-cards-taxonomy {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
    gap: 24px;
    justify-content: start;
}

.game-card-taxonomy {
    border-radius: 8px;
    display: flex;

    flex-direction: column;
    justify-content: start;
}

.game-image-taxonomy {
    height: 200px;
}

.game-content-taxonomy {
    border-radius: 0 0 8px 8px;
    background-color: #202427;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Gilroy-Bold, sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center;
    justify-content: space-between;
    flex: 1;
    padding-bottom: 25px;
}

.game-title-taxonomy {
    font-size: 20px;
}


.button-game-link-taxonomy {
    margin: 0 auto;
}


.casino-detail-info--wrapper {
    width: 23%;
    min-width: 23%;
    padding: 24px;
    height: fit-content;
    color: #000;
    background: #FDFDFD;
    box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
    border-radius: 8px;


}

.single-casino__details {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.single-casino__detail-label {
    font-weight: bold;
}

.single-casino__detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.single-casino__withdrawal-value {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #19232C;
}

.single-casino__container hr {
    margin: 24px 0;
}

.casino-detail-box-content-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.casino-detail-box-content-list a {
    display: inline-block;
}

.single-casino__withdrawal-title,
.single-casino__payment-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #19232C;
}

.single-casino__withdrawal-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-casino__payment-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-casino__payment-row img {
    height: 44px;
    max-width: 94px;
    object-fit: contain;
}


.search-form {
    margin-bottom: 30px;
    position: relative;
}

.search-input {
    font-size: 16px;
    color: #FFF;
    border: none;
    padding: 10px 10px 10px 40px;
    border-bottom: 1px solid #ddd;
    outline: none;
    background: transparent;
    width: 100%;

}

.single-casino__flag-icon-inner img,
.casino-language img {
    width: 32px;
    height: 32px;
    object-fit: contain;

}

.single-casino__license,
.casino-language {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang_switcher{
    position: relative;
    border: 1px solid red;
    border-radius: 5px;
    background: #2d2d2d;
}

.lang_switcher .lang_menu{
    position: absolute;
    border: 1px solid red;
    top: 33px;
    left: 0;
    background: #2d2d2d;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.lang_switcher .lang_menu.active{
    opacity: 1;
    visibility: visible;
}

.lang_switcher a{
    display: block;
    color: #fff;
    padding: 4px 10px;
}

.lang_menu a:hover{
    background: rgba(255,255,255,0.3);
}

.search-button {
    position: absolute;
    left: 0;
    top: 50%;
    outline: none;
    border: none;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background 0.3s;
}

.results-section {
    margin-bottom: 40px;
}

.results-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.search-results section {
    margin-top: 40px;
}

.results-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    flex-wrap: wrap;
    gap: 20px;
}

.result-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 15px;
    overflow: hidden;
}

.result-thumbnail {
    max-width: 200px;
}

.result-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.result-content {
    padding: 0 0 15px 0;
    display: flex;
    flex-direction: column;
}

.result-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.result-title a {
    color: #0073aa;
    text-decoration: none;
}


.result-title a:hover {
    text-decoration: underline;
}

.result-excerpt {
    font-size: 14px;
    color: #555;
    margin: 0 0 10px;
}

.read-more {
    font-size: 14px;
    color: #e63946;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}

.read-more:hover {
    text-decoration: underline;
}


.checkbox-group, .range-group, .taxonomy-group {
    margin-bottom: 20px;
}

.checkbox-options {
    display: flex;
    flex-direction: column;
}

.checkbox-label {
    margin-bottom: 8px;
    font-size: 16px;
}

.range-group input {
    width: 100%;
    margin: 10px 0;
}

.range-value {
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
}

.filter-button {
    background-color: #0073e6;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.filter-button:hover {
    background-color: #005bb5;
}

.page-item.active a {
    background-color: #393F43;
}

.games-page-container {
    margin-top: 20px;
}

.filters-container {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 20px;
    padding: 24px;
    background: #202427;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 20px;

}
.content-box-help-section-mob {
    display: none;
}

.custom-input {
    position: relative;
    width: 100%;
}

.custom-input {
    width: 100%;
    font-size: 16px;
    outline: none;
    padding: 10px 16px;
    background: #202427;
    border: 2px solid #616161;
    border-radius: 10px;
    display: flex;
    align-items: center;


}

.bonus-title-wrap a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    gap: 5px;
    color: #19232C;
    margin: 15px;

}


.game-cards-container,
.game-providers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
    gap: 20px;
    width: 100%;
}

.custom-input input {
    background: transparent;
    border: none;
    height: 100%;
    width: 100%;
    color: #FFF;
}

.custom-input i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    font-size: 16px;
}

.custom-select {
    position: relative;
    width: 100%;
}

.select-box {
    display: flex;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    padding: 10px 16px;
    gap: 10px;
    align-items: center;
    background: #202427;
    border: 1px solid #EB2428;
    border-radius: 10px;
}

.select-box i {
    color: red;
    font-size: 16px;
}

.select-box .selected {
    flex-grow: 1;
    margin-left: 10px;
}

.options {
    background: #202427;
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid red;
    border-top: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    top: 88%;
    max-height: 200px;
    overflow-y: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.options li {
    padding: 12px 15px;
    cursor: pointer;
    transition: 0.3s;
}

.top10casino-faq {
    margin: 25px auto;
}

.options li:hover {
    background: red;
    color: white;
}

.action-buttons > span {
    cursor: pointer;
}


/* Основной контейнер страницы */
.author-page {
    color: #fff; /* Белый текст */
    padding: 40px 0;
    min-height: 100vh; /* Чтобы страница занимала всю высоту экрана */
}

/* Обертка для контента (изображение + текст) */
.author-page__content {
    display: flex;
    align-items: flex-start;
    gap: 40px; /* Отступ между изображением и текстом */
}

/* Блок с изображением */
.author-page__image {
    flex: 0 0 300px; /* Фиксированная ширина для изображения */
}

.author-page__image img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* Скругленные углы */
    object-fit: cover;
}

/* Блок с информацией */
.author-page__info {
    flex: 1; /* Занимает оставшееся пространство */
}

/* Заголовок (имя автора) */
.author-page__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

/* Подзаголовки */
.author-page__info h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #fff;
}

.author-page__info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #fff;
}

/* Текст и списки */
.author-page__info p,
.author-page__info ul {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc; /* Светло-серый цвет текста */
}

.author-page__info ul {
    list-style: none;
    padding-left: 20px;
}

.author-page__info ul li {
    position: relative;
    margin-bottom: 10px;
}

.author-page__info ul li:before {
    content: "•";
    position: absolute;
    left: -20px;
    color: #ccc;
    font-size: 20px;
    line-height: 1;
}

.nav-items-help-section .content-box-help-section {
    display: block;
}
.checkbox-container-taxonomy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.category-links-taxonomy {
    max-height: 300px;
    overflow-y: auto;
}

.category-links-taxonomy a {
    font-size: 14px;
    color: #FFF;
}
