/*
Theme Name: Casino Nights Ireland
Description: A lightweight WordPress theme for pages only.
Version: 2.4.0
Text Domain: casinonightsireland
*/


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

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


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


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


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


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


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


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


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

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


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


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


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


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


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


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


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


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


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


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


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


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

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


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


/* Typography
--------------------------------------------- */

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

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

p {
    /*margin-bottom: 1.5em;*/
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

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

ul,
ol {
    /*margin: 0 0 1.5em 3em;*/
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

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


/* Links
--------------------------------------------- */

a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

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


/* Forms
--------------------------------------------- */

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


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


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


/* Navigation
--------------------------------------------- */

.cni-main-navigation {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 8px;
}

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

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

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

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

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

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

.cni-main-navigation li {
    position: relative;
}

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


/* Small menu. */

.cni-menu-toggle,
.cni-main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 1024px) {
    .cni-menu-toggle {
        display: none;
    }
    .cni-main-navigation ul {
        display: flex;
    }
}

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

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

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

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


/* Posts and pages
--------------------------------------------- */

.cni-sticky {
    display: block;
}

.cni-post,
.cni-page {
    /*margin: 0 0 1.5em;*/
}

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

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

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


/* Comments
--------------------------------------------- */

.cni-comment-content a {
    word-wrap: break-word;
}

.cni-bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.cni-widget {
    margin: 0 0 1.5em;
}

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


/* Media
--------------------------------------------- */

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


/* Make sure logo link wraps around logo image. */

.cni-custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

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

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

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

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


/* Galleries
--------------------------------------------- */

.cni-gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.cni-gallery-caption {
    display: block;
}


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


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


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.cni-infinite-scroll .cni-posts-navigation,
.cni-infinite-scroll.neverending .cni-site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.cni-infinity-end.neverending .cni-site-footer {
    display: block;
}


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


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


/* Text meant only for screen readers. */

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

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

#cni-primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.cni-alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.cni-alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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


/** casino styles **/

.cni-site-branding {
    display: flex;
    align-items: center;
    min-width: 220px;
    padding-top: 7px;
    padding-left: 10px;
}

.cni-site-header {
    background: #FFFFFF;
}

.cni-site-title a {
    text-decoration: none;
    color: #131A03;
    font-weight: 600;
    margin-left: 5px;
}

.cni-site-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cni-nav-menu {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #131A03;
    justify-content: flex-end;
}

.cni-nav-menu a {
    color: #131A03;
    margin-left: 15px;
}

body {
    font-family: Poppins;
    background: #f4f5f1;
    color: #131A03;
}

h1 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
}

h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}

.cni-entry-header {
    background: #FFFFFF;
    border-radius: 0px 0px 20px 20px;
    padding-top: 1px;
}

.cni-site-footer {
    background: #131A03;
}

.cni-site-footer .cni-site-header__content {
    justify-content: center;
}

.cni-site-footer .cni-site-header__content a {
    color: #FFFFFF;
}

.cni-wrapper {
    max-width: 920px;
    margin: 0 auto 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.cni-site-descr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 15px;
}

.cni-site-descr h1 {
    max-width: 590px;
}

.cni-descr-text__icons {
    display: flex;
}

.cni-descr-text__icons span {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    line-height: 15px;
    margin: 5px 25px 20px 0;
}

.cni-descr-text__icons img {
    padding-right: 5px;
}

.cni-site-descr hr {
    height: 2px;
    border: none;
    background: rgba(26, 26, 26, 0.08);
}

.cni-site-descr__img {
    padding: 10px 0 10px 0;
}

.cni-casino-rev {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.cni-casino-rev_title {
    width: 100%;
}

.cni-casino-rev_title h2 {
    margin: 30px 0 10px 10px;
}

.cni-over-link {
    width: 98.8%;
    background: #EAEBE7;
    border-radius: 15px;
    margin: 10px auto 30px auto;
    text-align: center;
}

.cni-over-link:hover {
    box-shadow: 0px 2px 5px rgb(126 132 87 / 25%);
    border-radius: 15px;
}

.cni-over-link a {
    text-decoration: none;
}

.cni-over-link p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0 10px 0;
    color: #131A03;
}

.cni-casino-rev__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #FFFFFF;
    border-radius: 15px;
    margin: 5px 5px 5px 5px;
}

.cni-rev-list-1 {
    width: 100%;
    background: #FFFAE8;
    border: 2px solid #FFE58A;
}

.cni-rev-list-1 .cni-rev-list__number {
    background: #FFE58A;
}

.cni-rev-list {
    width: 100%;
}

.cni-rev-list__number {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #EAEBE7;
    border-radius: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #131A03;
}

.cni-rev-list__number p {
    margin: 5px 10px 5px 10px;
}

.cni-rev-list__descr,
.cni-rev-list__advantage,
.cni-rev-list__payment,
.cni-rev-list__buttons {
    padding: 10px 10px 10px 10px;
}

.cni-rev-list__img {
    padding: 30px 10px 30px 10px;
}

.cni-rev-list__descr {
    max-width: 180px;
    text-align: center;
}

.cni-rev-list__descr p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin: 0px 0 0px 0;
}

.cni-list-advantage__item {
    text-align: center;
    margin: 5px 0 5px 0;
}


/*stars list*/

.cni-star {
    font-size: x-large;
    color: gray;
}

.cni-star:last-child {
    margin-right: 0;
}

.cni-star:before {
    content: '\2605';
}

.cni-star.on {
    color: #FFC600;
}

.cni-star.half:after {
    content: '\2605';
    color: #FFC600;
    margin-left: -20px;
    width: 10px;
    position: absolute;
    overflow: hidden;
}


/*stars list end*/

.cni-list-advantage__item p,
.cni-list-payment__p p {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #96998D;
    text-align: center;
    margin: 0px 0 0px 0;
}

.cni-list-advantage__item h4 {
    margin: 0px 0 0px 0;
}

.cni-list-payment {
    display: flex;
    flex-wrap: wrap;
    /*max-width: 135px;*/
    justify-content: center;
}

.cni-list-descr__stars {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cni-rev-list__img img {
    width: auto;
    max-width: 160px;
    min-height: 80px;
}

.cni-list-payment__p {
    width: 100%;
    align-items: center;
}

.cni-list-payment__logo {
    padding: 3px 3px 3px 3px;
    max-width: 65px;
    max-height: 24px;
}

.cni-list-payment__logo img {
    max-height: 20px;
}

.cni-list-buttons__button {
    display: flex;
    width: 100%;
}

.cni-list-buttons__button a {
    color: #131903;
}

.cni-btn {
    background: #AAF44C;
    border-radius: 15px;
    font-weight: 600;
    font-size: 18px;
    min-width: 145px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #131903;
}

.cni-btn:hover {
    background: #96F200;
}

.cni-btn:focus {
    border: 1px solid #131A03;
}

.cni-list-button__link {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.cni-list-button__link a {
    color: #63665A;
}

.cni-payment-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    ;
}

.cni-payment-methods__list {
    width: 32%;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    margin-bottom: 15px;
}

.cni-methods-list__img,
.cni-methods-list__title,
.cni-methods-list__descr,
.cni-methods-list__btn {
    padding: 0 15px 0 15px
}

.cni-methods-list__img {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cni-methods-list__btn {
    width: 100%;
    background: #EAEBE7;
    border-radius: 15px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    margin-bottom: 15px;
}

.cni-methods-list__btn a {
    text-decoration: none;
    color: #161c05;
}

.cni-methods-list__descr p {
    margin-bottom: 1.5em;
}


/*trust us */

.cni-trust-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cni-trust-us__descr {
    width: 100%;
}

.cni-trust-us__elements {
    background: #C1FF73;
    border-radius: 20px;
    width: 49%;
    margin-bottom: 15px;
    display: table;
}

.cni-element-trust__title p {
    padding: 0 15px 0 15px;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
}

.cni-element-trust__descr p {
    padding: 0 15px 0 15px;
    margin-top: -20px;
}

.cni-latest-providers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cni-latest-providers__title {
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}

.cni-latest-providers__list {
    width: 16%;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 8px;
}

.cni-latest-providers__list a {
    display: flex;
    justify-content: center;
    padding: 8px 10px 8px 10px;
}

.cni-latest-providers__button {
    width: 100%;
}


/*stars*/

.cni-star-rating {
    display: flex;
}

.cni-screen-reader-text {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal!important;
}

.cni-star-rating .cni-star-full:before {
    content: "\f155";
}

.cni-star-rating .cni-star-half:before {
    content: "\f459";
}

.cni-star-rating .cni-star-empty:before {
    content: "\f154";
}

.cni-star-rating .cni-star {
    color: #ffc600;
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
}

.cni-we-rate__list {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 10px;
}

.cni-rate-list__title {
    display: flex;
    align-items: center;
    padding-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.cni-rate-list__title img {
    max-width: 100%;
    height: max-content;
    padding: 0 15px 0 10px;
}

.cni-rate-list__descr {
    margin: -15px 15px 0 15px;
    padding-bottom: 5px;
}


/*menu-button*/

.cni-menu-toggle-style {
    padding: 7px 10px 5px 10px;
    background: #AAF44C;
    border-radius: 15px;
    border: 0;
}

.cni-burger-container {
    display: inline-block;
    cursor: pointer;
}

.cni-bar1,
.cni-bar2,
.cni-bar3 {
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.cni-change .cni-bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.cni-change .cni-bar2 {
    opacity: 0;
}

.cni-change .cni-bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-5px, -6px);
}

.cni-custom-logo-link img {
    margin-top: 8px;
}

.cni-toc_list li {
    margin-bottom: 15px;
}

.cni-toc_list ul li {
    margin-bottom: 0px;
}

.cni-we-rate__title h2,
.cni-trust-us__descr h2 {
    margin-bottom: -10px;
}


/* top casinos*/

.cni-rev-list-none:nth-child(n+12) {
    display: none;
}

.cni-rev-list-none:nth-child(n+12)[style*="display: block"] {
    display: flex!important;
}

.cni-rev-title {
    position: relative;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-around;
    align-items: flex-end;
    background: #FFFFFF;
    border-radius: 15px;
    margin: 10px 0 15px 0;
}

.cni-list-descr__bonus {
    background: #F8FFE3;
    border-radius: 15px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.cni-list-buttons__button .cni-btn-1 {
    margin-bottom: 20px;
    height: 44px;
    min-width: 180px;
}

.cni-list-descr__text-1 p {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0 15px 5px;
}

.cni-rev-title__img {
    padding: 20px;
}

.cni-rev-descr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cni-rev-descr__list {
    width: 32%;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.cni-descr-list__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

.cni-descr-list__title p {
    margin-bottom: 0px;
}

.cni-descr-list__descr .cni-star-rating .cni-star {
    font-size: 15px;
}

.cni-descr-list__star,
.cni-descr-list__descr {
    width: 100%;
}

.cni-descr-list__star {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cni-descr-list__descr {
    background: #F4F5F1;
    border-radius: 10px;
    display: flex;
    /* margin: 10px; */
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 10px 0 10px;
    justify-content: space-between;
    align-items: center;
}

.cni-descr-list__descr .cni-star-rating {
    margin-left: auto;
}

.cni-pros-cons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cni-pros-cons__list {
    background: #ffffff;
    border-radius: 20px;
    width: 49%;
    margin-bottom: 15px;
}

.cni-pros-cons__list p {
    text-align: center;
}

#cni-good ul,
#cni-bad ul {
    margin: -15px 15px 15px -15px;
}

#cni-good li {
    padding-left: 38px;
    padding-bottom: 10px;
    list-style-type: none;
}

#cni-bad li {
    padding-left: 38px;
    padding-bottom: 10px;
    list-style-type: none;
}

.cni-verdict {
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cni-verdict .cni-verdict__img {
    background-position-x: center;
    background-position-y: 20px;
    margin: -15px 20px 0;
    padding-top: 35px;
}

.cni-verdict__autor {
    padding-bottom: 20px;
    text-align: center;
}

.cni-license-title__cont {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.cni-license-title h2 {
    text-align: center;
}

.cni-verdict .cni-star-rating,
.cni-verdict h2 {
    display: flex;
    justify-content: center;
}

p img {
    border-radius: 20px;
}

.cni-verdict .cni-star-rating .cni-star {
    color: #ffc600;
    display: inline-block;
    font-family: dashicons;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    height: 35px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 30px;
    margin-top: -10px;
}

.cni-bonus {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
}

.cni-welcome-b {
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cni-welcome-b__title {
    width: 100%;
    text-align: center;
}

.cni-welcome-b__list {
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cni-b-list__block {
    font-weight: normal;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    width: 32%;
    background: #F4F5F1;
    border-radius: 10px;
    /* padding: 16px; */
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px 0 10px;
    margin-bottom: 15px;
}

.cni-b-list__btn {
    width: 100%;
    margin: 0 5px 10px 5px;
}

.cni-autor {
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 15px;
}

.cni-autor__man {
    display: flex;
    padding: 15px;
    align-items: center;
}

.cni-autor-man__descr p {
    margin: 4px;
}

.cni-autor-man__img img {
    border-radius: 50px;
    margin-right: 15px;
}

.cni-p1 {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #63665A;
}

.cni-p2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.cni-autor__discr {
    padding: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #3C4030;
    margin-top: -20px;
}

.cni-btn-autor {
    width: fit-content;
    /* padding: 10px; */
    /* margin: 15px; */
    margin: 0px 15px 10px 15px;
    background: #EAEBE7;
    border-radius: 15px;
}


/* total games */

.cni-total-games {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cni-total-games__title {
    width: 100%;
    text-align: center;
}

.cni-total-games__list {
    display: flex;
    justify-content: center;
    width: 19%;
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #131A03;
}

.cni-games-list__elem {
    text-align: center;
    padding: 15px 0 0 0;
}

.cni-list-elem {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 15px;
}

.cni-list-elem__img {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.cni-list-elem__img img {
    border-radius: 1rem;
}

.cni-list-elem__descr {
    width: 45%;
    padding: 10px;
}

.cni-elem-descr__author {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: -20px;
    color: #96998D;
}

.cni-menu-footer-elem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cni-colums ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}

.cni-menu-footer-elem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cni-col {
    text-align: center;
}

.cni-col a {
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #96998D;
}

.cni-site-footer .cni-colums .cni-sub-menu a {
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #EAEBE7;
}

.cni-footer__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cni-footer__img img {
    max-height: 45px;
    padding: 10px;
}

footer {
    margin-top: 15px;
}


/*slider start*/

.cni-slider__container {
    padding-left: 0;
    padding-right: 0;
}

.cni-slider__items {
    counter-reset: slide;
}

.cni-slider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    counter-increment: slide;
    height: 250px;
    position: relative;
}

.cni-slider__item::before {
    content: counter(slide) "/5";
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-style: italic;
    font-size: 32px;
    font-weight: bold;
    display: block;
}

.cni-slider__item:nth-child(1) {
    background-color: #f44336;
}

.cni-slider__item:nth-child(2) {
    background-color: #9c27b0;
}

.cni-slider__item:nth-child(3) {
    background-color: #3f51b5;
}

.cni-slider__item:nth-child(4) {
    background-color: #03a9f4;
}

.cni-slider__item:nth-child(5) {
    background-color: #4caf50;
}


/*slider end*/


/*dev*/

.cni-devices__logo {
    background: #FFFFFF;
    border-radius: 10px;
}

.cni-devices__logo .cni-apple {
    width: 30px;
    height: 30px;
    padding: 10px;
}

.cni-devices__logo .cni-windows {
    width: 30px;
    height: 30px;
    padding: 10px;
}

.cni-devices__logo .cni-android {
    width: 30px;
    height: 30px;
    padding: 10px;
}


/*  media  */

@media screen and (max-width: 767px) {
    .cni-list-elem__img {
        width: 100%;
    }
    .cni-list-elem__descr {
        width: 101%;
    }
    .cni-rev-list {
        width: 100%;
    }
    .cni-site-descr__img img {
        display: none;
    }
    .cni-payment-methods__list {
        width: 100%;
    }
    .cni-trust-us__elements {
        width: 100%;
    }
    .cni-latest-providers__list {
        width: 49%;
        margin-bottom: 12px;
        display: flex;
        justify-content: center;
    }
    .cni-tablepress tbody td,
    .cni-tablepress tfoot th {
        text-align: center;
    }
    .cni-rev-descr__list {
        width: 100%;
    }
    .cni-pros-cons__list {
        width: 100%;
    }
    .cni-total-games__list {
        width: 49%;
        margin-bottom: 15px
    }
    .cni-col {
        width: 100%;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .cni-rev-list {
        width: 48.6%;
    }
    .cni-payment-methods__list {
        width: 49%;
    }
    .cni-trust-us__elements {
        width: 49%;
    }
    .cni-descr-list {
        width: 49%;
    }
    .cni-total-games__list {
        width: 49%;
        margin-bottom: 15px
    }
}

@media screen
/*and (min-width: 768px)*/

and (max-width: 1024px) {
    .cni-rev-list__img,
    .cni-rev-list__descr,
    .cni-rev-list__payment,
    .cni-rev-list__buttons {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .cni-rev-list__advantage {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .cni-rev-list__img {
        padding: 30px 10px 1px 10px;
    }
    .cni-rev-list__descr {
        max-width: 200px;
    }
    .cni-rev-list__descr p {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
    }
    .cni-menu-menu-1-container {
        position: absolute;
        /* right: 100px; */
        top: 60px;
        width: 100%;
        left: 0px;
        background: #EBEBEB;
    }
    .cni-menu-item-type-post_type {
        background: #FFFFFF;
        border-radius: 20px;
        margin: 5px 15px 5px 15px;
    }
    .cni-menu-item-type-post_type a {
        padding: 10px 15px 10px 15px;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        color: #131A03;
    }
    .cni-list-button__link {
        margin: 20px 0 20px 0;
    }
    .cni-descr-list-1 {
        width: 100%;
    }
    .cni-rev-title__descr {
        width: 100%;
        margin: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cni-rev-title__buttons {
        width: 100%;
        margin: 10px;
        margin-top: -20px;
    }
    .cni-list-descr__bonus {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .cni-list-descr__bonus span {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .cni-b-list__block {
        width: 100%;
        margin: 0 10px 10px 10px;
    }
    .cni-b-list__btn {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 10px 0 10px;
    }
    .cni-rev-title {
        flex-wrap: wrap;
    }
}

@media screen
/*and (min-width: 768px)*/

and (min-width: 1024px) {
    .cni-list-payment {
        max-width: 135px;
    }
    .cni-rev-title__descr {
        min-width: 430px;
    }
    .cni-rev-title__buttons {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.cni-no_bullets,
no_bullets contracted {
    background: #FFFFFF;
    border-radius: 20px;
    padding-bottom: 1px;
}

.cni-toc_title {
    font-weight: 500;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    padding: 22px 15px 0 15px;
}

.cni-toc_list {
    padding-left: 15px;
}

.cni-toc_list {
    margin-left: 30px;
    margin-top: -12px;
}

.cni-toc_list,
.cni-toc_list ul {
    list-style-type: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.cni-toc_list ul {
    margin-bottom: -10px;
}

.cni-toc_list a,
.cni-toc_toggle a {
    text-decoration: none;
    color: #131A03;
}

.cni-toc_depth_1 {
    position: absolute;
    text-align: center;
    background: #C1FF73;
    width: 25px;
    left: -30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}

.cni-toc_list a {
    position: relative;
}

.cni-toc_list li ul li {
    margin-left: -25px;
}

.cni-toc_list li ul li a {
    margin-left: 10px;
}

.cni-toc_depth_n {
    position: absolute;
    width: 7px;
    height: 7px;
    left: -15px;
    top: calc(50% - 7px/2);
    border-radius: 20px;
    background: #96F200;
}

.cni-rev-list-block {
    visibility: visible;
    position: relative;
}


/*contact us style*/

.cni-contact_us_wrapper h2,
.cni-contact_us_wrapper h4 {
    margin-bottom: 0;
}

.cni-contact_us_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 970px;
    margin: 20px auto;
    background: rgb(255, 255, 255);
    border-radius: 15px;
}

.cni-contact_us_wrapper_form,
.cni-contact_us_wrapper_descr {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    align-items: flex-start;
}

.cni-wrapper_descr_contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cni-wrapper_descr_contain p {
    width: 100%;
}

.cni-contact_us_wrapper_form h2,
.cni-wrapper_descr_contain h2,
h4,
.cni-links_img {
    width: 100%;
}

.cni-contact_us_wrapper_form .cni-wpcf7,
.cni-contact_us_wrapper_form input,
.cni-contact_us_wrapper_form textarea {
    width: 100%;
}

.cni-wrapper_descr_links_img {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.cni-links_img__elem {
    width: 34px;
    height: 34px;
    background: #AAF44C;
    border-radius: 17px;
    position: relative;
    margin: 5px;
}

.cni-links_img .cni-fb::after {
    position: absolute;
    top: 7px;
    left: 11px;
}

.cni-links_img .cni-inst::after {
    position: absolute;
    top: 5px;
    left: 5px;
}

.cni-links_img .cni-youtube::after {
    position: absolute;
    top: 8px;
    left: 6px;
}

.cni-links_img .cni-twitter::after {
    position: absolute;
    top: 8px;
    left: 8px;
}

.cni-links_img .cni-linkedin::after {
    position: absolute;
    top: 7px;
    left: 9px;
}

.cni-contact_us_author {
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cni-contact_us_author h2 {
    width: 100%;
}

.cni-author_elem {
    width: 49%;
    background: rgb(255, 255, 255);
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.cni-author_elem img {
    width: 80px;
    border-radius: 40px;
}

.cni-author_elem h4,
.cni-author_elem p {
    margin: 0;
}

.cni-author_elem__descr {
    margin-left: 15px;
}

.cni-contact_us_wrapper_form input,
.cni-contact_us_wrapper_form textarea {
    margin-top: 5px;
    background: #AAF44C;
    padding: 10px;
    border-radius: 10px;
    border: none;
}

.cni-contact_us_wrapper_form textarea {
    background: #F4F5F1;
}

.cni-contact_us_wrapper_form p {
    margin: 0 0 10px;
}

.cni-author_elem__descr a {
    text-decoration: none;
}

form p input:nth-last-child(-n+1) {
    background: #F4F5F1;
}

.cni-contact_us_wrapper_form textarea {
    max-height: 150px;
}


/*@media*/

@media screen and (min-width: 860px) {
    .cni-contact_us_wrapper_descr {
        max-width: 270px;
    }
    .cni-contact_us_wrapper_form {
        max-width: 369px;
    }
}

@media screen and (max-width: 860px) {
    .cni-contact_us_wrapper_form,
    .cni-contact_us_wrapper_descr {
        width: 100%;
    }
    .cni-wrapper_descr_links_img {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .cni-author_elem {
        width: 100%;
    }
}
/* Casino Nights Ireland layout */
:root {
	--cni-content-width: 1228px;
	--cni-page-width: 1228px;
	--cni-ink: #101500;
	--cni-muted: #686c60;
	--cni-surface: #ffffff;
	--cni-canvas: #f4f5f1;
	--cni-line: #e9ebe5;
	--cni-accent: #8cf000;
	--cni-accent-hover: #78d600;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--cni-ink);
	background: var(--cni-canvas);
	font-family: Poppins, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

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

a {
	color: inherit;
}

.cni-topbar {
	position: relative;
	z-index: 100;
	width: 100%;
	background: var(--cni-surface);
	border-top: 4px solid var(--cni-ink);
}

.cni-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 40px), var(--cni-content-width));
	min-height: 94px;
	margin-inline: auto;
}

.cni-brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
	color: #0b1100;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.cni-brand:visited,
.cni-brand:hover,
.cni-brand:focus,
.cni-brand:active {
	color: #0b1100;
	text-decoration: none;
}

.cni-brand__mark {
	display: block;
	width: 26px;
	height: 32px;
	object-fit: contain;
}

.cni-primary-nav {
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.cni-primary-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(24px, 3vw, 38px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.cni-primary-nav__list > li {
	margin: 0;
	padding: 0;
}

.cni-primary-nav__list > li > a {
	display: block;
	color: #050900;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 160ms ease;
}

.cni-primary-nav__list > li > a:hover,
.cni-primary-nav__list > li > a:focus-visible,
.cni-primary-nav__list > li > a[aria-current="page"] {
	color: #62b900;
}

.cni-nav-trigger {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: var(--cni-accent);
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}

.cni-nav-trigger__line {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px 0;
	background: var(--cni-ink);
	transition: transform 180ms ease, opacity 180ms ease;
}

.cni-nav-trigger[aria-expanded="true"] .cni-nav-trigger__line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.cni-nav-trigger[aria-expanded="true"] .cni-nav-trigger__line:nth-child(2) {
	opacity: 0;
}

.cni-nav-trigger[aria-expanded="true"] .cni-nav-trigger__line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.cni-main {
	width: min(calc(100% - 40px), var(--cni-page-width));
	min-height: 60vh;
	margin-inline: auto;
	padding-block: 40px 64px;
}

.cni-page-shell {
	position: relative;
	padding: clamp(28px, 4vw, 52px);
	overflow: hidden;
	background: var(--cni-surface);
	border: 1px solid #e4e8df;
	border-radius: 20px;
	box-shadow: 0 16px 42px rgba(31, 43, 13, 0.06);
}

.cni-page-shell::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 6px;
	background: var(--cni-accent);
	content: "";
}

.cni-breadcrumbs {
	margin: 0 0 22px;
	color: var(--cni-muted);
	font-size: 13px;
	line-height: 1.5;
}

.cni-breadcrumbs a {
	color: #4f9200;
	text-decoration: none;
}

.cni-breadcrumbs a:hover,
.cni-breadcrumbs a:focus-visible {
	color: #62b900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cni-breadcrumbs .breadcrumb_last {
	color: #22291a;
}

.cni-page-heading {
	margin-bottom: 30px;
	padding: 24px 28px;
	background: #f2f5ee;
	border-left: 6px solid var(--cni-accent);
	border-radius: 0 16px 16px 0;
}

.cni-page-title {
	margin: 0;
	color: #0b1002;
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.cni-page-body {
	color: #30372a;
	font-size: 16px;
	line-height: 1.8;
	overflow-wrap: anywhere;
}

.cni-page-body p {
	margin: 0 0 20px;
}

.cni-page-body > p:first-child {
	color: #20281a;
	font-size: 18px;
	line-height: 1.75;
}

.cni-page-body h2,
.cni-page-body h3,
.cni-page-body h4,
.cni-page-body h5,
.cni-page-body h6 {
	color: #101600;
	font-weight: 700;
}

.cni-page-body h2 {
	position: relative;
	margin: 44px 0 17px;
	padding-left: 18px;
	font-size: clamp(25px, 3vw, 33px);
	line-height: 1.25;
}

.cni-page-body h2::before {
	position: absolute;
	top: 0.16em;
	bottom: 0.14em;
	left: 0;
	width: 6px;
	background: var(--cni-accent);
	border-radius: 6px;
	content: "";
}

.cni-page-body h3 {
	margin: 34px 0 14px;
	padding-bottom: 9px;
	border-bottom: 1px solid #e4e9df;
	font-size: clamp(21px, 2.4vw, 25px);
	line-height: 1.3;
}

.cni-page-body h4,
.cni-page-body h5,
.cni-page-body h6 {
	margin: 28px 0 12px;
	font-size: 18px;
	line-height: 1.4;
}

.cni-page-body ul,
.cni-page-body ol {
	display: grid;
	gap: 8px;
	margin: 8px 0 26px;
	padding: 20px 24px 20px 48px;
	background: #f6f8f3;
	border: 1px solid #e6ebe1;
	border-radius: 14px;
}

.cni-page-body li {
	padding-left: 5px;
}

.cni-page-body li::marker {
	color: #67b900;
	font-weight: 700;
}

.cni-page-body a {
	color: #4f9200;
	font-weight: 500;
	text-decoration-color: #8acb38;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.cni-page-body a:hover,
.cni-page-body a:focus-visible {
	color: #62b900;
	text-decoration-color: currentcolor;
}

.cni-page-body blockquote {
	margin: 30px 0;
	padding: 22px 24px;
	color: #222a19;
	background: #efffd7;
	border: 0;
	border-left: 5px solid var(--cni-accent);
	border-radius: 0 14px 14px 0;
}

.cni-page-body blockquote > *:last-child {
	margin-bottom: 0;
}

.cni-page-body figure {
	margin: 30px 0;
}

.cni-page-body img {
	border-radius: 14px;
}

.cni-page-body figcaption {
	margin-top: 9px;
	color: var(--cni-muted);
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.cni-page-body table {
	display: table;
	width: 100%;
	margin: 28px 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e1e6db;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 14px;
}

.cni-page-body th,
.cni-page-body td {
	padding: 13px 15px;
	border: 0;
	border-bottom: 1px solid #e7ebe3;
	text-align: left;
	vertical-align: top;
}

.cni-page-body th {
	color: #172004;
	background: #dcff9f;
	font-weight: 700;
}

.cni-page-body tr:last-child td {
	border-bottom: 0;
}

.cni-page-body pre {
	max-width: 100%;
	margin: 26px 0;
	padding: 20px;
	overflow-x: auto;
	color: #eef8df;
	background: #152006;
	border-radius: 14px;
}

.cni-page-body code {
	padding: 2px 5px;
	background: #eef1e9;
	border-radius: 5px;
	font-size: 0.9em;
}

.cni-page-body pre code {
	padding: 0;
	color: inherit;
	background: transparent;
}

.cni-page-body hr {
	margin: 38px 0;
	border: 0;
	border-top: 2px solid #e8ece4;
}

.cni-page-body .wp-element-button,
.cni-page-body .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 22px;
	color: #101500;
	background: var(--cni-accent);
	border: 0;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
}

.cni-page-body .wp-element-button:hover,
.cni-page-body .wp-element-button:focus-visible,
.cni-page-body .wp-block-button__link:hover,
.cni-page-body .wp-block-button__link:focus-visible {
	color: #101500;
	background: var(--cni-accent-hover);
}

/* Contact form */
.cni-contact-panel {
	margin: 8px 0 0;
	padding: clamp(22px, 3vw, 34px);
	background: #f6f8f3;
	border: 1px solid #e2e8dd;
	border-radius: 18px;
}

.cni-contact-panel__header {
	margin-bottom: 26px;
}

.cni-page-body .cni-contact-panel__title {
	margin: 0 0 10px;
}

.cni-page-body .cni-contact-panel__description {
	margin: 0;
	color: var(--cni-muted);
	font-size: 15px;
	line-height: 1.65;
}

.cni-contact-form {
	margin: 0;
}

.cni-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.cni-contact-form__field {
	display: grid;
	gap: 8px;
	margin: 0;
	color: #172004;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.cni-contact-form__field--full {
	grid-column: 1 / -1;
}

.cni-contact-form__field input,
.cni-contact-form__field textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 13px 15px;
	color: #20271a;
	background: #ffffff;
	border: 1px solid #d9e0d3;
	border-radius: 10px;
	box-shadow: none;
	font: inherit;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.cni-contact-form__field input {
	min-height: 48px;
}

.cni-contact-form__field textarea {
	min-height: 170px;
	resize: vertical;
}

.cni-contact-form__field input::placeholder,
.cni-contact-form__field textarea::placeholder {
	color: #8b9185;
	opacity: 1;
}

.cni-contact-form__field input:focus,
.cni-contact-form__field textarea:focus {
	border-color: #73c900;
	box-shadow: 0 0 0 4px rgba(140, 240, 0, 0.17);
	outline: 0;
}

.cni-contact-form__actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 22px;
}

.cni-contact-form__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	min-height: 48px;
	margin: 0;
	padding: 12px 24px;
	color: #101500;
	background: var(--cni-accent);
	border: 0;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.cni-contact-form__button:hover,
.cni-contact-form__button:focus-visible {
	color: #101500;
	background: var(--cni-accent-hover);
	transform: translateY(-1px);
}

.cni-contact-form__button:focus-visible {
	outline: 3px solid rgba(98, 185, 0, 0.3);
	outline-offset: 3px;
}

.cni-page-body > *:first-child {
	margin-top: 0;
}

.cni-page-body > *:last-child {
	margin-bottom: 0;
}

.cni-bottom {
	margin-top: 0;
	color: #ffffff;
	background: #101c02;
}

.cni-bottom__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(calc(100% - 40px), var(--cni-content-width));
	min-height: 250px;
	margin-inline: auto;
	padding: 30px 0 24px;
	text-align: center;
}

.cni-bottom__brand {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.cni-bottom__brand-mark {
	display: block;
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.cni-bottom__menus {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
	width: 100%;
	margin-top: 22px;
}

.cni-bottom__menu {
	min-width: 0;
}

.cni-bottom__menu-list {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cni-bottom__menu-list li {
	margin: 0;
	padding: 0;
}

.cni-bottom__menu-list a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition: color 160ms ease;
}

.cni-bottom__menu-list a:hover,
.cni-bottom__menu-list a:focus-visible {
	color: var(--cni-accent);
}

.cni-bottom__badges {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 34px;
	margin-top: 14px;
}

.cni-bottom__badge {
	display: block;
	width: auto;
	max-width: none;
	height: 32px;
	object-fit: contain;
}

.cni-bottom__badge--aware {
	width: 155px;
	height: auto;
}

@media (max-width: 980px) {
	.cni-topbar__inner {
		min-height: 76px;
	}

	.cni-nav-trigger {
		display: block;
	}

	.cni-primary-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		margin: 0;
		padding: 12px 20px 20px;
		background: var(--cni-canvas);
		box-shadow: 0 10px 20px rgba(16, 21, 0, 0.12);
	}

	.cni-primary-nav.cni-primary-nav--open {
		display: block;
	}

	.cni-primary-nav__list {
		display: grid;
		gap: 8px;
		width: min(100%, var(--cni-content-width));
		margin-inline: auto;
	}

	.cni-primary-nav__list > li > a {
		padding: 13px 16px;
		background: var(--cni-surface);
		border-radius: 12px;
		white-space: normal;
	}
}

@media (max-width: 520px) {
	.cni-topbar__inner,
	.cni-main,
	.cni-bottom__inner {
		width: min(calc(100% - 28px), var(--cni-content-width));
	}

	.cni-brand {
		gap: 8px;
		font-size: 18px;
	}

	.cni-brand__mark {
		width: 23px;
		height: 29px;
	}

	.cni-main {
		padding-block: 28px 48px;
	}

	.cni-page-shell {
		padding: 24px 20px;
		border-radius: 16px;
	}

	.cni-page-heading {
		margin-bottom: 24px;
		padding: 19px 18px;
		border-left-width: 5px;
	}

	.cni-page-title {
		font-size: 32px;
	}

	.cni-page-body {
		font-size: 15px;
		line-height: 1.72;
	}

	.cni-page-body > p:first-child {
		font-size: 16px;
		line-height: 1.72;
	}

	.cni-page-body ul,
	.cni-page-body ol {
		padding: 17px 17px 17px 40px;
	}

	.cni-page-body table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.cni-contact-panel {
		padding: 20px 17px;
	}

	.cni-contact-form__grid {
		grid-template-columns: 1fr;
		gap: 17px;
	}

	.cni-contact-form__field--full {
		grid-column: auto;
	}

	.cni-contact-form__button {
		width: 100%;
	}

	.cni-bottom__inner {
		padding: 34px 0 28px;
	}

	.cni-bottom__menus {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 28px;
	}

	.cni-bottom__menu-list {
		gap: 9px;
	}

	.cni-bottom__badges {
		flex-wrap: wrap;
		margin-top: 28px;
	}
}

/* Front page hero */
.cni-main--front {
	width: 100%;
	max-width: none;
	padding-top: 0;
}

.cni-front-page {
	margin: 0;
}

.cni-hero {
	width: 100%;
	background: var(--cni-surface);
}

.cni-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.7fr);
	align-items: center;
	gap: clamp(40px, 7vw, 100px);
	width: min(calc(100% - 40px), var(--cni-content-width));
	min-height: 360px;
	margin-inline: auto;
	padding-block: 48px;
}

.cni-hero__content {
	min-width: 0;
}

.cni-hero__title {
	margin: 0 0 20px;
	color: #080d00;
	font-size: clamp(31px, 3.2vw, 43px);
	font-weight: 700;
	line-height: 1.18;
}

.cni-hero__description {
	margin: 0;
	color: #151a0a;
	font-size: 16px;
	line-height: 1.75;
}

.cni-hero__highlights {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 32px;
	margin: 25px 0 0;
	padding: 26px 0 0;
	border-top: 2px solid #eceee9;
	list-style: none;
}

.cni-hero__highlights > li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #101500;
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
}

.cni-hero__highlight-icon {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
}

.cni-hero__visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cni-hero__image {
	display: block;
	width: min(100%, 310px);
	height: auto;
}

.cni-front-content {
	width: min(calc(100% - 40px), var(--cni-page-width));
	margin: 48px auto 0;
}

.cni-front-content .wp-block-yoast-faq-block {
	display: grid;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
}

.cni-front-content .schema-faq-section {
	position: relative;
	margin: 0;
	padding: 22px 24px;
	overflow: hidden;
	background: var(--cni-surface);
	border: 1px solid #e4e8df;
	border-radius: 16px;
}

.cni-front-content .schema-faq-section::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	background: var(--cni-accent);
	content: "";
}

.cni-front-content .schema-faq-question {
	display: block;
	margin: 0;
	padding: 0;
	color: #0b1002;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.cni-front-content .schema-faq-answer {
	margin: 12px 0 0;
	padding: 0;
	color: #3f4637;
	font-size: 15px;
	line-height: 1.7;
}

@media (max-width: 820px) {
	.cni-hero__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		width: min(calc(100% - 40px), var(--cni-content-width));
		padding-block: 42px;
	}

	.cni-hero__visual {
		grid-row: 1;
	}

	.cni-hero__image {
		width: min(62vw, 260px);
	}
}

@media (max-width: 520px) {
	.cni-front-content {
		width: min(calc(100% - 28px), var(--cni-page-width));
	}

	.cni-front-content .wp-block-yoast-faq-block {
		gap: 10px;
	}

	.cni-front-content .schema-faq-section {
		padding: 19px 18px 19px 20px;
	}

	.cni-front-content .schema-faq-question {
		font-size: 17px;
	}

	.cni-front-content .schema-faq-answer {
		font-size: 14px;
		line-height: 1.65;
	}

	.cni-hero__inner {
		width: min(calc(100% - 28px), var(--cni-content-width));
		padding-block: 32px;
	}

	.cni-hero__title {
		margin-bottom: 16px;
		font-size: 30px;
	}

	.cni-hero__description {
		font-size: 15px;
		line-height: 1.65;
	}

	.cni-hero__highlights {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
	}
}

/* Casino ranking */
.cni-ranking {
	width: min(calc(100% - 40px), var(--cni-content-width));
	margin: 52px auto 0;
}

.cni-ranking__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 8px;
}

.cni-ranking__eyebrow {
	margin: 0 0 5px;
	color: #68b800;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cni-ranking__title {
	margin: 0;
	color: #0b1002;
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 700;
	line-height: 1.2;
}

.cni-ranking__updated {
	flex: 0 0 auto;
	margin: 0 0 4px;
	color: var(--cni-muted);
	font-size: 12px;
}

.cni-ranking__intro {
	max-width: 760px;
	margin: 12px 0 24px;
	color: var(--cni-muted);
	font-size: 14px;
}

.cni-ranking__list {
	display: grid;
	gap: 10px;
}

.cni-casino-card {
	position: relative;
	display: grid;
	grid-template-columns: 118px minmax(210px, 1.15fr) minmax(390px, 1.6fr) 136px;
	align-items: center;
	gap: 18px;
	padding: 14px 14px 14px 18px;
	background: var(--cni-surface);
	border: 1px solid #e6e9e1;
	border-radius: 14px;
	box-shadow: 0 2px 8px rgba(19, 26, 3, 0.04);
}

.cni-casino-card:first-child {
	border-color: #d9ee9b;
	box-shadow: 0 3px 12px rgba(112, 178, 20, 0.12);
}

.cni-casino-card__rank {
	position: absolute;
	top: 7px;
	left: 7px;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	color: #4b5042;
	background: #f1f3ed;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 700;
}

.cni-casino-card:first-child .cni-casino-card__rank {
	color: #243000;
	background: #dfff94;
}

.cni-casino-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 78px;
	padding: 12px;
	overflow: hidden;
	color: #ffffff;
	background: #101500;
	border-radius: 10px;
	text-align: center;
}

.cni-casino-card__logo img {
	display: block;
	width: 94px;
	height: 54px;
	border-radius: 0;
	object-fit: contain;
}

.cni-casino-card__logo span {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.cni-casino-card__summary {
	min-width: 0;
}

.cni-casino-card__name {
	margin: 0 0 6px;
	color: #0a0f01;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.cni-casino-card__offer {
	margin: 0;
	color: #101500;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.cni-casino-card__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 11px 14px;
	background: #f1f8ff;
	border-radius: 9px;
}

.cni-casino-card__facts > div {
	min-width: 0;
	padding-inline: 13px;
	border-right: 1px solid #a9c4dc;
}

.cni-casino-card__facts > div:first-child {
	padding-left: 0;
}

.cni-casino-card__facts > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.cni-casino-card__facts dt {
	margin-bottom: 3px;
	color: #697366;
	font-size: 10px;
	line-height: 1.25;
}

.cni-casino-card__facts dd {
	margin: 0;
	color: #0d1204;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.cni-casino-card__actions {
	display: flex;
	justify-content: flex-end;
}

.cni-casino-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 10px 17px;
	color: #111800;
	background: var(--cni-accent);
	border: 0;
	border-radius: 9px;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
}

.cni-casino-card__button:visited {
	color: #111800;
}

.cni-casino-card__button:hover,
.cni-casino-card__button:focus-visible {
	color: #111800;
	background: var(--cni-accent-hover);
	text-decoration: none;
	transform: translateY(-1px);
}

.cni-casino-card__details {
	grid-column: 2 / -1;
	margin-top: -2px;
}

.cni-casino-card__details summary {
	width: fit-content;
	color: #558d00;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.cni-casino-card__details-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 10px;
	overflow: hidden;
	background: #bdd1df;
	border-radius: 8px;
}

.cni-casino-card__details-grid p {
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 10px 13px;
	background: #f1f8ff;
	font-size: 11px;
	line-height: 1.45;
}

.cni-casino-card__details-grid strong {
	color: #0c1202;
}

.cni-casino-card__details-grid span {
	color: #525b4c;
}

.cni-ranking__disclaimer {
	margin: 18px 0 0;
	color: #686d60;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 1100px) {
	.cni-casino-card {
		grid-template-columns: 105px minmax(190px, 1fr) minmax(330px, 1.5fr);
	}

	.cni-casino-card__actions {
		grid-column: 3;
		grid-row: 2;
		justify-content: flex-end;
	}

	.cni-casino-card__button {
		width: 160px;
	}

	.cni-casino-card__details {
		grid-column: 2;
		grid-row: 2;
		margin: 0;
	}
}

@media (max-width: 820px) {
	.cni-ranking__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.cni-ranking__updated {
		margin: 0;
	}

	.cni-casino-card {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 14px;
	}

	.cni-casino-card__facts,
	.cni-casino-card__actions,
	.cni-casino-card__details {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.cni-casino-card__button {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.cni-ranking {
		width: min(calc(100% - 28px), var(--cni-content-width));
		margin-top: 40px;
	}

	.cni-casino-card {
		grid-template-columns: 82px minmax(0, 1fr);
		padding: 12px;
	}

	.cni-casino-card__logo {
		min-height: 68px;
		padding: 8px;
	}

	.cni-casino-card__name {
		font-size: 14px;
	}

	.cni-casino-card__offer {
		font-size: 13px;
	}

	.cni-casino-card__facts {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.cni-casino-card__facts > div,
	.cni-casino-card__facts > div:first-child,
	.cni-casino-card__facts > div:last-child {
		padding: 0 0 9px;
		border-right: 0;
		border-bottom: 1px solid #c6d7e4;
	}

	.cni-casino-card__facts > div:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.cni-casino-card__details-grid {
		grid-template-columns: 1fr;
	}
}

/* Front-page article */
.cni-article {
	width: min(calc(100% - 40px), var(--cni-content-width));
	margin: 58px auto 0;
}

.cni-article-toc {
	margin-bottom: 42px;
	padding: 24px 28px;
	background: var(--cni-surface);
	border: 1px solid #e4e8df;
	border-radius: 16px;
}

.cni-article-toc__title {
	margin: 0 0 17px;
	color: #0c1202;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.25;
}

.cni-article-toc__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 34px;
	margin: 0;
	padding-left: 24px;
}

.cni-article-toc__list li {
	padding-left: 4px;
	color: #65b600;
	font-size: 14px;
	font-weight: 700;
}

.cni-article-toc__list a {
	color: #263019;
	font-weight: 500;
	text-decoration: none;
}

.cni-article-toc__list a:hover,
.cni-article-toc__list a:focus-visible {
	color: #61ad00;
	text-decoration: underline;
}

.cni-article__body {
	width: 100%;
	color: #242a1d;
	font-size: 16px;
	line-height: 1.75;
}

.cni-article__body h2 {
	margin: 52px 0 18px;
	color: #0b1002;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.25;
	scroll-margin-top: 24px;
}

.cni-article__body h2:first-child {
	margin-top: 0;
}

.cni-article__body h3 {
	margin: 32px 0 12px;
	color: #101600;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.35;
}

.cni-article__body p {
	margin: 0 0 18px;
}

.cni-article__body ul {
	display: grid;
	gap: 7px;
	margin: 0 0 22px;
	padding-left: 23px;
}

.cni-article__body li::marker {
	color: #72c500;
}

.cni-article__body a {
	color: #4f9200;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.cni-article-table-wrap {
	margin: 22px 0 28px;
	overflow-x: auto;
	background: var(--cni-surface);
	border: 1px solid #e1e6db;
	border-radius: 14px;
}

.cni-article-table {
	width: 100%;
	min-width: 650px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.cni-article-table th,
.cni-article-table td {
	padding: 13px 16px;
	border: 0;
	border-bottom: 1px solid #e8ece4;
	text-align: left;
	vertical-align: middle;
}

.cni-article-table th {
	color: #182006;
	background: #dcff9f;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.cni-article-table td {
	color: #333a2c;
	background: #ffffff;
	font-size: 14px;
}

.cni-article-table tbody tr:last-child td {
	border-bottom: 0;
}

.cni-article-table td:nth-child(1) {
	width: 54px;
	color: #609e08;
	font-weight: 700;
}

.cni-article-table td:nth-child(2) {
	font-weight: 700;
}

.cni-article-media {
	margin: 28px 0 36px;
}

.cni-article-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.cni-trust-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 24px 0 42px;
}

.cni-trust-metrics__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 110px;
	padding: 18px 20px;
	color: #0b1002;
	background: #b8ff68;
	border-radius: 18px;
}

.cni-trust-metrics__value {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.cni-trust-metrics__label {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.45;
}

.cni-review-steps {
	display: grid;
	gap: 12px;
	margin: 22px 0 42px;
}

.cni-review-steps__item {
	padding: 22px 24px;
	background: var(--cni-surface);
	border-radius: 18px;
}

.cni-article__body .cni-review-steps__title {
	margin: 0 0 13px;
	font-size: 17px;
	line-height: 1.35;
}

.cni-article__body .cni-review-steps__description {
	margin: 0;
}

/* Front-page author */
.cni-author-card {
	width: min(calc(100% - 40px), var(--cni-content-width));
	margin: 58px auto 0;
	padding: 22px 24px 24px;
	background: var(--cni-surface);
	border-radius: 18px;
}

.cni-author-card__header {
	display: flex;
	align-items: center;
	gap: 16px;
}

.cni-author-card__photo {
	display: block;
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}

.cni-author-card__identity {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cni-author-card__eyebrow {
	color: var(--cni-muted);
	font-size: 12px;
	line-height: 1.4;
}

.cni-author-card__name {
	margin-top: 2px;
	color: #0b1002;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.cni-author-card__date {
	margin-top: 3px;
	color: var(--cni-muted);
	font-size: 11px;
	line-height: 1.4;
}

.cni-author-card__description {
	margin: 16px 0 0;
	color: #242a1d;
	font-size: 14px;
	line-height: 1.6;
}

.cni-front-page__footer {
	display: block;
	margin: 0;
}

@media (max-width: 820px) {
	.cni-article-toc__list {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 520px) {
	.cni-article {
		width: min(calc(100% - 28px), var(--cni-content-width));
		margin-top: 44px;
	}

	.cni-author-card {
		width: min(calc(100% - 28px), var(--cni-content-width));
		margin-top: 44px;
		padding: 20px;
	}

	.cni-article-toc {
		margin-bottom: 34px;
		padding: 20px;
	}

	.cni-article__body {
		font-size: 15px;
		line-height: 1.7;
	}

	.cni-article__body h2 {
		margin-top: 42px;
		font-size: 27px;
	}

	.cni-trust-metrics {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.cni-trust-metrics__item {
		min-height: 96px;
		padding: 16px 18px;
	}

	.cni-review-steps__item {
		padding: 19px 18px;
	}
}
