/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Template: mercury
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Description: Affiliate Marketing WordPress Theme. Casino, Gambling &amp; Other Niches. Reviews &amp; Top Lists.
Tags: four-columns,custom-colors,theme-options,custom-menu,featured-images,translation-ready,news,post-formats,block-styles
Version: 3.9.15
Updated: 2025-10-22 12:53:08

*/
@import url('../mercury/style.css');

/* Manrope ExtraLight */
@font-face {
    font-family: 'Manrope';
    src: url(./assets/fonts/Manrope-ExtraLight.ttf);
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Manrope Light */
@font-face {
    font-family: 'Manrope';
    src: url(./assets/fonts/Manrope-Light.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Manrope Regular */
@font-face {
    font-family: 'Manrope';
    src: url(./assets/fonts/Manrope-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Manrope Medium */
@font-face {
    font-family: 'Manrope';
    src: url(./assets/fonts/Manrope-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Manrope SemiBold */
@font-face {
    font-family: 'Manrope';
    src: url(./assets/fonts/Manrope-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Manrope Bold */
@font-face {
    font-family: 'Manrope';
    
    src: url(./assets/fonts/Manrope-Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Manrope ExtraBold */
@font-face {
    font-family: 'Manrope';
    /* src: url(./assets/fonts/Manrope-ExtraBold.ttf); */
    src: url('./assets/fonts/Manrope-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


    html, body, *:not(i) {
        font-family: 'Manrope', sans-serif !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #wpadminbar * {
        font-family: dashicons !important;
    }

.wp_google_login {
  width: 0;
  height: 0;
  position: absolute;
  left: -200vw;
  overflow: hidden;
  opacity: 0;
}
.space-page-wrapper,
.space-header-ins,
div.wp-block-cover-image.is-light .wp-block-cover__inner-container, div.wp-block-cover.is-light .wp-block-cover__inner-container,
.space-shortcode-wrap-ins,
.space-single-aces-breadcrumbs
 {
    max-width: 1310px;
    z-index: 1;
}
div.space-page-content-meta-ins{
    padding-left: 0;
}

.space-page-content-meta-avatar + .space-page-content-meta-ins{
    padding-left: 44px;
}
.single-offer .space-single-aces-breadcrumbs.relative,
.single-organization .space-single-aces-breadcrumbs.relative {
    margin: 0 auto;
    padding: 32px 0 0;
}
.space-page-wrapper.single-breadcrumbs {
    padding: 0;
}
.space-page-wrapper.single-breadcrumbs .space-breadcrumbs{
    margin: 0;
}
.space-header-menu {
    display: flex;
    justify-content: center;
}
.space-header-height .space-header-logo-ins:after {
    display: none;
}
.bg-wrapper {
    border-radius: 16px;
    background: var(--General-BG-Dark01, #1C1C1C);
    padding: 12px;
    height: 45px;
    transition: all .5s;
}
.space-mobile-menu-icon {
    width: fit-content;
}

.space-header-bonus-click {
    cursor: pointer;
    transition: all .5s;
}
.space-header-bonus-click.open {
    display: inline-block; /* важно для трансформаций */
    transform-origin: 50% 50%;
    animation: shake-lr 3s 1s cubic-bezier(.455, .03, .515, .955) infinite both;
}
.space-organization-header-title-box-ins div:nth-of-type(1) ,
.space-archive-title-box-h1 .h1-title{
    font-weight: 700;
    font-size: 2.369em;
    line-height: 1.1em;
    color: #fff;
}
@media screen and (max-width: 479px) {
    .space-organization-header-title-box div:nth-of-type(1),
	.space-archive-title-box-h1 .h1-title {
        font-size: 1.777em;
    }
}
@keyframes shake-lr {
    0%, 22% {
        transform: rotate(0) scale(1);
    }
    2%, 20% {
        transform: rotate(8deg);
    }
    4%, 8%, 12% {
        transform: rotate(-10deg);
    }
    6%, 10%, 14% {
        transform: rotate(10deg);
    }
    16% {
        transform: rotate(-8deg);
    }
}

.space-header-bonus__counter {
    right: -4px;
    top: -4px;
    border-radius: 50%;
    border: 1px solid var(--General-BG-Dark, #131313);
    background: var(--Colors-Red, #EC595B);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.space-header-bonuses {
    top: calc(100% + 18px);
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    gap: 8px;

}
.space-header-bonuses .bonus-item {
    max-width: 460px;
    min-width: 460px;
    padding: 12px;
    border-radius: 24px;
    border: 2px solid var(--Colors-Linear, #61AC60);
    background: var(--Colors-Yellow-Light, #FFF4DE);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
.space-header-bonuses .bonus-item .bonus-content p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #131313;;
}
.space-header-bonuses .bonus-item .space-companies-archive-item-button a{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #131313;
    padding: 16px;
    white-space: nowrap;
    border-radius: 16px;
}
.space-header-bonuses .bonus-item  img{
    min-width: 64px;
    height: 64px;
    border-radius: 16px;
}
.space-header-bonus .space-companies-archive-item-button {
    margin: 0;
}
.show .space-header-bonuses {
    opacity: 1;
    visibility: visible;
}
.bg-wrapper.show {
    background: #F5F5F5;
}
.space-header-bonus .space-header-bonus-click.close {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.show.space-header-bonus .space-header-bonus-click.open ,
.show.space-header-bonus .space-header-bonus__counter{
    visibility: hidden;
    opacity: 0;
}
.show.space-header-bonus .space-header-bonus-click.close{
    visibility: visible;
    opacity: 1;
}

.space-header-search {
    right: 121px;
    top: 15px;
}
.space-header-google {
    top: 15px;  
    right: 15px;
    cursor: pointer;
}
.space-header-bonus {
    right: 68px;
    top: 15px;
}
ul.main-menu > li.menu-item > a:before {
    display: none;
}
.space-header-menu ul.main-menu li a {
    padding: 31px 19px;
}
.space-header-menu ul.main-menu li.menu-item-has-children a:after {
    width: fit-content;
    margin: 0;
    right: 0;
    top: 50%;
    left: unset;
    bottom: unset;
    transform: translate(0, -50%);
    background: url(./assets/images/arrow-down.svg) center center / cover no-repeat;
    content: '';
    width: 16px;
    height: 16px;
    font-family: unset !important;
}
@media screen and (max-width: 1200px) {
    a.space-header-google,
    div.space-header-bonus,
    div.space-header-search ,
    div.space-mobile-menu-icon {
        top: 5px;
    }
    div.space-header-search {
        right: 68px;
    }
    a.space-header-google {
        right: 68px;
    }
    div.space-header-bonus {
/*         right: 118px; */
		right: 70px;
		display: unset;
    }
    div.space-header-search {
/*         right: 169px; */
		right: 121px;
		display: unset;
    }
}
@media screen and (max-width: 550px) {
    .space-header-bonuses {
        left: calc(-100vw + 135px);
    }
    .space-header-bonuses .bonus-item {
        min-width: calc(100vw - 32px);
        flex-wrap: wrap;
       
    }
    .space-header-bonuses .space-companies-archive-item-button {
        width: 100%;
    }
    .space-header-bonuses .bonus-item .space-companies-archive-item-button a{
        width: 100%;
        text-align: center;
    }
    .space-header-bonuses .bonus-content {
        width: calc(100% - 76px);
    }
}

.space-header-wrap  {
    box-shadow: none;
}
.space-footer {
    overflow: visible;
}
.space-title-box ,
.space-footer-top,
.space-style-2-organization-header,
.space-footer-copy {
    z-index: 1;
}
.with-image.space-style-2-organization-header::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  border-radius: 0 0 50px 50px;
}
.space-style-2-organization-header .space-organization-header-short-desc {
  border-radius: 16px;
  background: #1E2417;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  padding: 12px 16px;
  width: fit-content;
  margin: 16px 0;
  display: flex;
}
.space-style-2-organization-header .space-organization-header-short-desc::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* толщина бордера */
  border-radius: inherit;
  background: linear-gradient(270deg, #61AC60 6.91%, #E4EE86 59.72%, #EDBF34 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .space-style-2-organization-header .space-organization-header-short-desc {
    margin: 16px auto;
  }
}
.space-style-2-organization-header .space-organizations-archive-item-detailed-tc p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #909090;
}
.with-image.space-title-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.space-footer-top {
    border-radius: 50px 50px 0 0;
}
.space-style-2-organization-header,
.space-title-box {
    border-radius: 0 0 50px 50px;
}
.page-template-page-blog .space-content-section,
.author .space-content-section {
    padding: 0 30px 0 0;
}
@media screen and (max-width: 1300px) {
    .page-template-page-blog .space-content-section,
    .author .space-content-section{
        padding: 0 30px 0 16px;
    }
    div.space-news-1-item {
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .page-template-page-blog .space-content-section,
    .author .space-content-section  {
        padding: 0 16px 0 16px;
    }
}
@media screen and (max-width: 1024px) {
    div.space-companies-2-archive-item {
        width: 100% !important;
    }
    .space-companies-2-archive-item .space-companies-2-archive-item-title-box-ins {
        text-align: left;
    }
    div.space-news-1-item-ins {
        margin-bottom: 0;
    }
}
.single-post h1{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 47.52px */
}
.space-footer-copy {
    border-top: 1px solid #252525;
}
.space-archive-title-box {
    border-radius: 0 0 50px 50px;
    z-index: 2;
}
.space-archive-title-box-ins {
    padding: 32px 0 56px;
}
.space-archive-title-box-h1 > picture,
.space-archive-title-box-h1 > img {
    position: absolute;
    right: 0;
    top: -36px;
    max-width: 300px;
    height: calc(100% + 130px);
    width: 100%;
}
.breadcrumb_last {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}
.space-archive-section-ins {
    padding-top: 56px;
}
.space-archive-title-box-h1 > div{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    width: 100%;
}
.space-archive-title-box-h1 > div p {
    color: #909090;
    font-size: 16px;
    line-height: 150%;
}

@media screen and (max-width: 1240px) {
    .space-archive-title-box-h1 > div {
        max-width: 600px;
    }
}
@media screen and (max-width: 1024px) {
    div.space-archive-section-ins {
        padding-top: 40px;
    }
    div.space-archive-title-box-ins {
        padding: 8px 0 108px;
    }
    .space-archive-title-box-h1 > div {
        max-width: 100%;
    }
	.space-archive-title-box-h1 > picture,
    .space-archive-title-box-h1 > img {
        left: 50%;
        right: unset;
        top: unset;
        bottom: -148px;
        transform: translate(-50% , 0);
        max-width: 148px;
        max-height: 148px;
    }
}
.space-title-box-h1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.space-title-box-category a {
    border-radius: 999px;
}
.space-archive-title-box .space-single-aces-breadcrumbs,
.space-single-aces-breadcrumbs {
    margin: 0;
}
.space-page-content-wrap,
div.space-comments-ins {
    padding: 24px 24px 32px 24px;
    border-radius: 24px;
    background: rgba(28, 28, 28, 0.50);
    backdrop-filter: blur(13.649999618530273px);
}
.home .space-page-content-wrap {
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: unset;
}
.single-post .space-page-content-wrap,
.single-offer .space-page-content-wrap  {
    margin-bottom: 32px;
}
.space-page-content-tags {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.space-comments-wrap {
    padding: 0;
}
.space-page-content-tags a{
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    background-color: #282828;
    border-radius: 999px;
    width: fit-content;
}
.space-page-content-meta {
    margin-bottom: 24px;
    margin-left: 24px;
}
.space-page-content-meta-avatar img {
    border-radius: 12px !important;
    width: 32px;
    height: 32px;
}
.space-page-content-meta-author {
    font-size: 14px;
    line-height: 150%;
    padding: 7px 0 0 0;
}
.space-page-content-meta {
    min-height: 35px;
}
.space-page-content-meta-author a {
    font-weight: 600;
}
.space-page-content-meta-ins {
    min-height: fit-content;
    padding-left: 44px;
}
.author .space-archive-title-box-h1 {
    display: flex;
    gap: 24px;
    margin: 0;
    margin-top: 16px;
}
.author .space-archive-title-box-h1 > div {
    max-width: 100%;
}
.author div.author-block__image {
    display: flex;
    flex-direction: column;
    background: #252525;
    border-radius: 24px;
    max-width: 192px;
    height: fit-content;
    gap: 0;
}
.author div.author-block__image img {
    width: 100%;
    object-fit: cover;
}
.author-block__image-desc {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 24px 24px;
    padding: 8px;
    align-items: center;
    gap: 2px;
}
.author-block__image-desc span:nth-of-type(1) {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; 
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
}
.author-block__image-desc span:nth-of-type(2) {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #BCBCBC;
}
.author-block__description h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 132%; 
}
.author-block__description .space-page-content-excerpt {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #909090;
}
.author-block__description .author-block__labels {
    margin-top: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    white-space: nowrap ;
}
.author-block__labels .author-block-label {
    border-radius: 16px;
    border: 1px solid var(--transparent-white-4, rgba(255, 255, 255, 0.04));
    background: var(--transparent-white-4, rgba(255, 255, 255, 0.04));
    border-radius: 16px;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #BCBCBC;
    display: flex;
    align-items: center;
    gap: 8px;
}
.author-block__labels .author-block-label span {
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--General-BG-Dark02, #282828);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #fff;
}
.author div.space-archive-title-box-ins {
    padding: 32px 16px 40px;
}
.single-post .space-news-3 {
    padding: 0 16px 72px;
}
.single-post .space-news-3-items {
    margin: 0;
}
.single .space-single-aces-breadcrumbs .space-breadcrumbs{
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}
.author .space-archive-section-ins {
  padding-top: 28px;
}
.author .space-single-aces-breadcrumbs {
  margin-top: 0;
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (max-width: 1330px) {
  .author .space-single-aces-breadcrumbs {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
.single-post .space-news-3 {
    padding: 0 16px 40px;
}
.single-post .space-title-box-h1 h1 {
    font-size: 24px;
    padding: 36px 0 ;
}
}
@media screen and (max-width: 767px) {
    .single-post .space-page-content-wrap,
    .single-offer .space-page-content-wrap {
        margin: 0;
        margin-bottom: 16px;
    }
    .author .space-archive-title-box-h1 {
        flex-direction: column;
    }
    .author div.author-block__image {
        max-width: 100%;
        flex-direction: row;
        align-items: center;
        padding: 8px;
    }
    .author-block__image-desc {
        margin: 0 auto;
    }
    .author div.author-block__image img {
        max-width: 104px;
    }
    .author-block__description .space-page-content-excerpt {
        font-size: 14px;
    }
    .author div.space-archive-title-box-ins  {
        padding: 8px 16px 24px;
    }
    .author .author-block__description h1 {
        font-size: 24px;
    }
    .single-post .space-title-box-category {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 0;
        flex-wrap: wrap;
    }
}
.space-offers-archive-item-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.space-offers-archive-item-cat {
    min-height: 46px;
}
.space-offers-archive-item-ins {
    border-radius: 24px;
    border: 1px solid var(--General-Border, #252525);
    background: var(--General-BG-Dark01, #1C1C1C);
}
.space-offers-archive-item-code-title span {
    background: var(--General-BG-Dark01, #1C1C1C);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #BCBCBC;
}
.space-offers-archive-item-code-value {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #FBF9F6;
    border-radius: 16px;
    border: 3px solid var(--General-Border, #ffffffba);
}
.space-offers-archive-item-title.relative a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    color: #fff !important;
}
nav.pagination .page-numbers {
    border-radius: 16px;
    background-color: var(--General-BG-Dark02, #282828);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;

}
.page-numbers.dots {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin: 0 5px 5px;
}
nav.pagination span.current {
    border-radius: 16px;
    background: var(--General-BG-Light01, #F5F5F5);
    color: #131313;
}
.space-offers-archive-item-button a {
    color: #131313;
    border-radius: 16px;
}
.space-offers-archive-item-button {
    margin-top: auto;
}
.space-offers-archive-item-short-desc {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #BCBCBC;
    margin: 16px 0 24px;
}
.space-offers-archive-item-code-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #BCBCBC;
}
.space-offers-archive-item-code-date span {
    color: #fff;
}
.space-offers-archive-item-short-desc span ,
.space-offers-archive-item-short-desc strong {
    font-weight: 700;
    color: #fff;
}
.space-aces-single-offer-info {
    border-radius: 23px;
    border: 1px solid var(--Stroke, rgba(97, 172, 96, 0.04));
    background: #131313;
}
.space-aces-single-offer-info-ins {
    z-index: 1;
    overflow: hidden;
    border-radius: 23px;
}
.space-aces-single-offer-info-ins::after {
    content: '';
    position: absolute;
    left: -69px;
    top: -121px;
    width: 222.88px;
    height: 171px;
    opacity: 0.6;
    filter: blur(182.1561279296875px);
    background: url(./assets/images/bonus-vector.svg) center center / cover no-repeat;
}
.space-aces-single-offer-info::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 21px;
  background: linear-gradient(136deg, rgba(97, 172, 96, 0.04) 5.86%, rgba(228, 238, 134, 0.36) 46.82%, rgba(237, 191, 52, 0.00) 104.41%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
.space-aces-single-offer-info-cat a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #BCBCBC;
}
div.space-aces-single-offer-info-title h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 132%;
    color: #fff;
}
.space-aces-single-offer-info-ins-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.space-aces-single-offer-info-code {
    display: none;
}
.space-aces-single-offer-info-short-desc {
    border-radius: 16px;
    border: 1px solid var(--Colors-Linear, #61AC60);
    background: #1E2417;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    padding: 12px 16px;
    width: fit-content;
    margin-top: 24px;
}
.space-aces-single-offer-info-code-button {
    justify-content: center;
    padding-top: 24px;
}
.space-aces-single-offer-info-short-desc strong ,
.space-aces-single-offer-info-short-desc span {
    font-weight: 700;
}
.space-related-items {
    padding: 0 16px;
}
@media screen and (max-width: 550px) {
    .space-aces-single-offer-info-ins {
        padding: 32px 16px;
    }
    .space-aces-single-offer-info-ins::after {
        position: absolute;
        left: -27.527px;
        top: -66px;
        width: 88.915px;
        height: 171px;  
    }
    div.space-aces-single-offer-info {
        margin: 0;
    }
    .space-related-items .space-offers-archive-item-ins {
        margin: 0 0 16px 0;
    }
    .space-offers-archive-item {
        width: 100% !important;
        float: none;
    }
    .space-offers-archive-item .space-offers-archive-item-ins,
    .space-offers-archive-item .space-offers-archive-item-wrap {
        width: 100%;
    }
}
.wp-block-table {
    overflow-x: auto;
}
.space-archive-section::after,
.space-page-section::after {
    content: '';
    background: url(./assets/images/left_top.svg) center center / cover no-repeat;
    position: absolute;
    width: 741px;
    height: 600px; opacity: 0.6;
    filter: blur(182.1561279296875px);
    left: -580px;
    z-index: 0;
    top: 0;
}
 .space-archive-section::before,
 .space-page-section::before {
    content: '';
    position: absolute;
    right: -640px;
    z-index: 0;
    top: 0;
    opacity: 0.6;
    background: url(./assets/images/right_top.svg) center center / cover no-repeat;
    filter: blur(182.1561279296875px);
    width: 741px;
    height: 600px;
}
.space-footer:after {
    content: '';
    background: url(./assets/images/left_bottom.svg) center center / cover no-repeat;
    position: absolute;
    width: 741px;
    height: 600px; opacity: 0.6;
    filter: blur(182.1561279296875px);
    left: -300px;
    z-index: 0;
    top: 0;
}
.space-footer:before {
        content: '';
    position: absolute;
    right: -300px;
    z-index: 0;
    top: 0;
    opacity: 0.6;
    background: url(./assets/images/right_bottom.svg) center center / cover no-repeat;
    filter: blur(182.1561279296875px);
    width: 741px;
    height: 821.695px;
}

@supports (-webkit-touch-callout: none) {
  .space-aces-single-offer-info-ins::after,
  .space-archive-section::after,
  .space-page-section::after,
  .space-archive-section::before,
  .space-page-section::before,
  .space-footer::after,
  .space-footer::before {
      filter: blur(40px);
  }
}

@media screen and (max-width: 767px) {
    .space-archive-section::after,
    .space-page-section::after {
        width: 193px;
        height: 392px;
        left: -160px;
    }
    .space-archive-section::before,
    .space-page-section::before {
        width: 193px;
        height: 392px;
        right: -160px;
    }  
    .space-footer:after {
        width: 193px;
        height: 945px;
        left: -120px;
        top: -400px;
    }
    .space-footer::before {
        width: 193px;
        height: 945px;
        right: -120px;
        top: -400px;
    }
}
.space-archive-loop {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 16px;
    z-index: 1;
}
.space-news-3-items.space-archive-loop {
    grid-template-columns: repeat(4 , 1fr);
}
.space-archive-loop .space-archive-loop-item {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    height: 100%;
    margin-bottom: 0;
}
.space-archive-loop .space-archive-loop-item div {
    width: 100%;
    margin: 0;
}
.space-archive-loop-item .space-archive-loop-item-meta ,
.space-post-format {
    display: none;
}
.space-archive-loop-item  div.space-archive-loop-item-img-category {
    bottom: -15px;
    top: unset;
    left: 50%;
    transform: translate(-50%, 0);
    width: fit-content;
    height: fit-content;
    z-index: 2;
}
.space-archive-loop-item  .space-archive-loop-item-img-category a {
    border-radius: 999px;
    padding: 2px 8px;
    color: #131313;
    font-size: 12px;
    line-height: 150%;
}
.space-archive-loop-item .space-archive-loop-item-title-box {
    background: #1C1C1C;
    border: 1px solid #252525;
    border-radius: 0 0 24px 24px;
    padding: 20px 16px 16px;
}
.space-archive-loop-item .space-archive-loop-item-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 150%;
    color: #909090;
}
.space-archive-loop-item .space-archive-loop-item-title a {
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
}
.space-archive-loop-item-img-link img {
    max-height: 200px;
    height: 100%;
    object-fit: cover;
}
.space-companies-2-archive-item-ins,
.space-news-1-item-ins {
    background-color: #fff;
    border-radius: 18px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    margin: 0;
}
.space-news-1-item-ins {
    background: #1C1C1C;
}
.space-news-1-item-title a{
    font-size: 14px;
            display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.space-news-1-items ,
.space-companies-2-archive-items {
    gap: 8px;
    margin: 0;
}
.space-sidebar-section .space-shortcode-2 .space-block-title,
.space-sidebar-section .space-posts-shortcode-1 .space-block-title {
    padding: 0 0 12px 0;
}
.space-block-title {
    font-size: 36px;
    padding: 0 0 24px 0;
    font-weight: 700;
    line-height: 132%;
}
.space-sidebar-section .space-block-title span {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}
@media screen and (max-width: 767px) {
    .space-block-title {
        font-size: 24px;
    }
}
.space-shortcode-2 ,
.space-shortcode-wrap.space-posts-shortcode-1{
    background: rgba(28, 28, 28, 0.50);
    padding: 16px;
    border-radius: 24px;
}
.space-block-title span {
    padding: 0;
}
.space-block-title span::before,
.space-block-title span::after {
    display: none;
}
p:empty {
    display: none;
}
.widgettitle {
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
}
.space-footer-area.space-widget a {
    font-size: 16px;
    line-height: 150%;
    color: #BCBCBC;
    text-decoration: none;
}
.space-footer .widget_nav_menu ul ,
.space-footer .widget_nav_menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.space-footer .space-widget ul li, .space-footer .space-widget ul li a {
    padding: 0;
}
.space-footer .widget_media_gallery img{
    max-width: 85px;
}

@media screen and (max-width: 767px) {
    .space-footer .widget_media_gallery img{
        max-width: 60px;
    }
}
@media screen and (max-width: 390px) {
  .space-header-search {
    display: none;
    
  }
  .space-header-logo-ins {
    max-width: 130px;
  }
}
@media screen and (max-width: 320px) {
  .space-header-bonus {
    display: none;
  }
}
.newsletter-block {
  text-align: left;
  max-width: 420px;
}

.newsletter-block > span  , 
div.widgettitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

div.newsletter-block p {
  font-size: 14px;
  color: #909090;
  margin-bottom: 16px;
  line-height: 150%;
  padding-bottom: 0;
}

.newsletter-form {
    display: flex;
    align-items: center;
    border: 1px solid #252525;
    border-radius: 12px;
    overflow: hidden;
    padding: 4px 4px 4px 16px;
}

form.wpcf7-form input[type="email"]{
  background: transparent;
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 0;
  padding-right: 10px;
}
.newsletter-form input::placeholder {
  color: #888;
}

.newsletter-form input[type="submit"] {
  background: #FFC04A;
  border: none;
  color: #131313;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: fit-content;
  padding: 16px;
  border-radius: 16px;
  line-height: 150%;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.newsletter-form input[type="submit"]:hover {
  background: #f5b640;
}


@media screen and (max-width: 767px) {
    .space-archive-loop,
    .space-news-3-items.space-archive-loop  {
        grid-template-columns: repeat(2 ,1fr );
    }
}
@media screen and (max-width: 550px) {
    .space-archive-loop,
    .space-news-3-items.space-archive-loop  {
        display: flex;
        flex-direction: column;
    }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s linear;
  background: rgba(3, 3, 3, 0.74);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .popup {
    padding-top: 20px;
  }
}

.open-popup .popup {
  opacity: 1;
  visibility: visible;
}

.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100;
}

.popup-wrapper {
  height: 100%;
  overflow-y: auto;
  text-align: center;
  position: relative;
  transition: 0.5s linear;
}
.popup-wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.popup-wrap {
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  max-width: 343px;
  width: 90vw;
}
.popup__sent {
  text-align: center;
  padding: 32px 16px;
  opacity: 1;
  z-index: 2;
  position: relative;
  border-radius: 24px;
  border: 1px solid #252525;
  background-color: #131313;
}

.btn-close {
  outline: none;
  padding: 16px;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.04);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.popup__sent svg {
  max-width: 64px;
  max-height: 64px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.popup__sent div:not([class]) {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
  color: #fff;
}

.popup__sent p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 14px;
  color: #909090;
}

.space-footer .wpcf7-response-output,
.newsletter-form .wpcf7-spinner,
.space-footer .wpcf7-not-valid-tip {
    display: none;
}
.newsletter-form:has(.wpcf7-not-valid) {
  border: 1px solid #ff4d4d;
}
.wp-container-core-group-is-layout-e8944f73 > p,
.wp-container-core-group-is-layout-2751e06d > p
.space-sidebar-section .widget_block > p  {
    display: none;
}
@media screen and (min-width:1023px) {
    .space-footer-top-center {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}
@media screen and (max-width: 1023px) {
    .space-footer-top {
        border-radius: 40px 40px 0 0;
    }
    div.wp-container-core-group-is-layout-e8944f73,
	div.wp-container-core-group-is-layout-2751e06d {
        display: grid;
        grid-template-columns: repeat(2 , 1fr);
        gap: 32px;
        margin-bottom: 32px;
    }
    div.wp-container-core-group-is-layout-e8944f73 > div:nth-of-type(1),
	div.wp-container-core-group-is-layout-2751e06d > div:nth-of-type(1) {
        grid-column: 1 / 3;
    }

    div.wp-container-core-group-is-layout-e8944f73 > div:nth-of-type(2),
    div.wp-container-core-group-is-layout-e8944f73 > div:nth-of-type(3),
	div.wp-container-core-group-is-layout-2751e06d > div:nth-of-type(2),
	div.wp-container-core-group-is-layout-2751e06d > div:nth-of-type(3) {
        grid-column: auto;
        order: 3;
    }

    div.wp-container-core-group-is-layout-e8944f73 > div:nth-of-type(4) ,
	div.wp-container-core-group-is-layout-2751e06d > div:nth-of-type(4) {
        grid-column: 1 / 3;
        order: 2;
    }
}
.space-shortcode-wrap .space-companies-archive-item-title a, .space-shortcode-wrap div.space-companies-2-archive-item-title > a   {
     color: #131313 !important;
     font-size: 16px;
     font-weight: 700;
}
.space-shortcode-wrap .space-companies-2-archive-item-desc {
    color: #131313;
    font-size: 12px;
}
.space-companies-2-archive-item-img {
    width: 88px;
    height: 88px;
    margin-right: -88px;
    line-height: 0;
    z-index: 1;
}
.space-companies-2-archive-item-title-box-ins {
    margin-left: 100px;
}

.accord {
  display: flex;
  flex-direction: column;
}

.accord-item {
  max-width: 100%;
  width: 100%;
  transition: all 0.3s linear;
}

.accord-item-top {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  transition: 0.3s linear;
  position: relative;
}

@media screen and (max-width: 367px) {
  .accord-item-top {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    white-space: pre-wrap;
  }
}

.accord-item-bottom {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s linear;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 0;
  will-change: max-height, visibility, margin-top;
}

.accord-item-bottom p {
  margin-bottom: 0;
}

.accord-item.active .accord-item-bottom {
  opacity: 1;
  max-height: 100%;
  overflow: visible;
  padding: 12px 0px 0px 0px;
  position: relative;
  z-index: 0;
  visibility: visible;
}
.faq {
  padding: 40px 0;
}
.faq__title{
  margin-bottom:24px;
}
.faq__title h2{
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 132%;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 72px 0;
  }
  .faq__title h2{
    font-size: 36px;
  }
}
.faq__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__item {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid #252525;
  background: #1c1c1c;
}
.faq__item__top {
  gap: 16px;
}
.faq__item__top p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 0;
}
.faq-icon-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 6px;
  margin-left: auto;
  min-width:24px;
}
.faq-icon-wrapper:before,
.faq-icon-wrapper:after {
  content: "";
  width: 12px;
  height: 1px;
  border-radius: 500px;
  background-color: #bcbcbc;
  position: absolute;
  transition: 0.3s linear;
}
.faq-icon-wrapper:before {
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.faq-icon-wrapper:after {
  left: 50%;
  top: 12px;
  transform: translateX(-50%) rotate(90deg);
}
.accord-item.active .faq-icon-wrapper:after {
  width: 0;
}
.faq__item-bottom p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #909090;
}

.hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 8px 0 32px 0;
}
.hero__image {
  order: 2;
}
.hero__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.hero__items {
  order: 3;
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 8px;
  flex-wrap: wrap;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(5px);
  padding: 8px;
}
.hero__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  gap: 8px;
  background-color: #282828;
  border-radius: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: calc(50% - 4px);
  width: 100%;
}
.hero__items .hero__item a {
  text-decoration: none;
  color: #BCBCBC;
}
.hero__item svg,
.hero__item img {
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1023.9px) {
  .hero__container {
    text-align: center;
  }
  .hero__items {
    margin: auto;
  }
  .hero__games {
    margin: auto;
  }
  .hero__image {
    max-width: 67%;
    aspect-ratio: 1;
    margin: auto;
  }
  .hero__content {
    align-items: center;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__items {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container {
    justify-content: start;
  }
  .hero__content {
    max-width: 548px;
    width: 45%;
  }
  .hero__image {
    position: absolute;
    max-width: 530px;
    width: 40%;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .hero__item {
    max-width: fit content;
    width: fit-content;
  }
  .hero__items {
    max-width: 548px;
    width: 45%;
  }
}
.hero__games {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #252525;
  max-width: fit-content;
  color: #BCBCBC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.hero__games strong {
  font-weight: 700;
  color: #fff;
}

.hero__games-images img {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  aspect-ratio: 1;
  min-width: 24px;
  object-fit: cover;
}
.hero__games-images img:not(:nth-of-type(1)) {
  margin-left: -8px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 1;
  margin-bottom: 24px;
}
.hero__content h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
  margin: 0;
}
.hero__content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #909090;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero__container {
    padding: 64px 0 92px 0;
  }
  .hero__content h1 {
    font-size: 48px;
  }
  .hero__content p {
    font-size: 16px;
  }
  .hero__items {
    max-width: fit-content;
  }
}
.rate {
  padding-top: 40px;
}
.rate__title {
  margin-bottom: 24px;
}
.rate__title h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  margin-bottom: 12px;
}
.rate__title p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #909090;
}
.rate__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.rate__item {
  border-radius: 24px;
  border: 1px solid #252525;
  background: #1c1c1c;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  width: 100%;
}
.rate__item__top {
  display: flex;
  gap: 12px;
  align-items: center;
}
.rate__item__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.rate__item__img {
  border-radius: 12px;
  background: #282828;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  padding: 5px;
  display: flex;
  alignce-items: center;
  justify-items: center;
  position: relative;
  overflow: hidden;
}
.rate__item__img:after {
  content: "";
  position: absolute;
  bottom: 50%;
  background: linear-gradient(270deg, #61ac60 6.91%, #edbf34 100%);
  filter: blur(16.149999618530273px);
  left: 4px;
  bottom: -16.5px;
  width: 32px;
  height: 32px;
}
.rate__item__img img,
.rate__item__img svg {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
}
.rate__item__content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #909090;
}
@media screen and (min-width: 768px) {
  .rate {
    padding-top: 72px;
    margin-bottom: 24px;
  }
  .rate__title {
    margin-bottom: 32px;
  }
  .rate__title h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .rate__title p {
    font-size: 16px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .rate__item {
    width: calc((100% / 3) - 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .rate__item {
    width: calc((100% / 2) - 16px);
  }
}
.space-pros-ins {
    border-radius: 24px;
    border: 1px solid var(--Colors-Linear-Green, #8DD068);
    background: var(--transparent-green-10, rgba(131, 186, 59, 0.10));
}
.space-cons-ins {
    border-radius: 24px;
    border: 1px solid var(--Colors-Linear-Red, #EC595B);
    background: var(--transparent-red-10, rgba(236, 89, 91, 0.10));
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-bg {
  background: #fff;
  border-radius: 24px;
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-central {
  background: #fff;
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-right {
  background: #F5F5F5;
  border-radius: 0 24px 24px 0;
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-button-notice {
  display: none;
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-brand-name-link a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  color: #131313 !important;
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-stars-rating {
  background: transparent;
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-terms p ,
.space-organizations-8-archive-items .space-organizations-8-archive-item-terms strong,
.space-organizations-8-archive-items .space-organizations-8-archive-item-terms span  {
  color: #131313;
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-central {
  box-shadow: none !important;
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-button-two a{
  box-shadow: none !important;
  border-radius: 16px;
}
.count {
  background: #CFE9C1;
  color: #457729;
  border-radius: 50%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  position: absolute;
  left: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.count.count-1 {
  background: var(--Colors-Yellow, #FFC04A);
  color: rgba(28, 28, 28, 0.60);
}
.count.count-2 {
  background: #D2D2D2;
  color: rgba(28, 28, 28, 0.60);
}
.count.count-3 {
  background: #DDA47C;
  color: rgba(28, 28, 28, 0.60);
}
@media screen and (max-width: 990px) {
  .count {
    right: 8px;
    left: unset;
  }
  .space-organizations-8-archive-items .space-organizations-8-archive-item-right {
    background: #fff;
    border-radius: 0 0 24px 24px;
  }
  .space-organizations-8-archive-items  .space-organizations-8-archive-item-left {
    background: #F5F5F5;
    border-radius: 24px 24px 0 0 ;
  }
}
.theiaStickySidebar .space-widget > p{
	display: none;
}
.casino-full-link {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.featured-casinos__container {
  border-radius: 24px;
  background: rgba(28, 28, 28, 0.5);
  backdrop-filter: blur(4.5px);
  margin: 0 -16px 0 -16px;
  padding: 0 16px;
}
.featured-casinos__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.featured-casinos__title h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
}
.trust-badges {
  display: flex;
  gap: 8px;
  width: fit-content;
  align-items: center;
  flex-wrap: wrap;
}
.trust-badges div {
  display: flex;
  gap: 4px;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: #282828;
  padding: 2px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.trust-badges div svg,
.trust-badges div img {
  max-width: 20px;
  width: fit-content;
}
.featured-casinos__item {
  width: 100%;
  border-radius: 24px;
  color: #131313;
  position: relative;
}
.featured-casinos__item:nth-of-type(1) {
    order: 2;
}
.featured-casinos__item:nth-of-type(2) {
    order: 1;
}
.featured-casinos__item:nth-of-type(3) {
    order: 3;
}
.first.featured-casinos__item {
    display: flex;
    flex-direction: column;
  border: 2px solid transparent;
  background: linear-gradient(
    270deg,
    #61ac60 6.91%,
    #e4ee86 59.72%,
    #edbf34 100%
  );
}
.featured-casinos__item-wrapper {
  background-color: #fcfcfc;
  position: relative;
  padding: 16px 16px 12px 16px;
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.featured-casinos__item-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: rgba(28, 28, 28, 0.6);
  text-align: center;
  padding: 10px;
}
.second .featured-casinos__item-rating {
  background-color: #d2d2d2;
}
.first .featured-casinos__item-rating {
  background-color: #ffc04a;
}
.third .featured-casinos__item-rating {
  background-color: #dda47c;
}

.featured-casinos__items {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.featured-casinos__item-top {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.featured-casinos__item-img {
  display: inline-flex;
  max-width: 112px;
  max-height: 112px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  padding: 4px;
  border-radius: 18px;
  background: linear-gradient(
    270deg,
    #61ac60 6.91%,
    #e4ee86 59.72%,
    #edbf34 100%
  );
}
.featured-casinos__item-img picture,
.featured-casinos__item-img img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 110%;
  aspect-ratio: 1;
  border-radius: 18px !important;
}
.featured-casinos .space-organizations-3-archive-item-rating-box {
    margin-bottom: 12px;
    padding: 0;
    border: none;
    width: 100%;
    height: fit-content;
}
.featured-casinos a.featured-casinos__item-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 14px;
  color: #131313;
  text-decoration: none;
  position: relative;
}
.space-organizations-8-archive-item-brand-name-link a ,
.featured-casinos a.featured-casinos__item-name ,
.space-organizations-8-archive-item-button-one a,
.space-companies-archive-item-title a,
.space-organizations-3-title-box a ,
.space-organizations-3-archive-item-button-ins a,
.featured-casinos__item .btn,
.space-organizations-8-archive-item-button-two a,
.space-companies-archive-item-button a {
  z-index: 3;
  position: relative;
}
.rating {
  display: flex;
  gap: 0;
  margin-bottom: 12px;
}
.rating svg {
  margin: 0;
}

.featured-casinos .featured-casinos__item-read {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #131313;
  border-bottom: 0.5px solid #D2D2D2;
  z-index: 3;
  position: relative;
}
.featured-casinos__item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.featured-casinos__item-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 16px;
  margin-bottom: 12px;
  background-color: #F5F5F5;
  border-radius: 16px;
}
.featured-casinos__item-content p strong {
  font-weight: 700;
}
.featured-casinos__item .btn {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: var(--Colors-Yellow, #ffc04a);
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 12px;
  max-width: 100%;
  width: 100%;
  height: fit-content;
  margin-top: auto;
}
.space-shortcode-wrap .space-offers-archive-item-button a ,
.space-companies-archive-item-button a {
  color: #000 !important;
}
.featured-casinos .space-organizations-archive-item-button-notice {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.pros-cons__wrapper {
  display: flex;
  gap: 20px;
}
.pros-cons__wrapper > div {
  min-width: cacl(50% - 10px);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pros-cons__wrapper {
    flex-direction: column;
  }
}
.featured-casinos__item .btn:hover {
    color: #000;
    box-shadow: 0px 8px 30px 0px rgba(255, 192, 74, 0.60) !important;
}
.space-organizations-8-archive-items .space-organizations-8-archive-item-button-two a:hover {
      color: #000;
    box-shadow: 0px 8px 30px 0px rgba(255, 192, 74, 0.60) !important;
}
.featured-casinos__item-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-items: center;
  gap: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #909090;
}
.featured-casinos__item .featured-casinos__item-link a {
  text-decoration: dashed;
}
.featured-casinos__item-best {
  display: none;
}
.first .featured-casinos__item-best {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #131313;
  padding: 8px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.warning {
  border-radius: 24px;
  border: 1px solid rgba(235, 175, 46, 0.1);
  background: rgba(235, 175, 46, 0.1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 12px 34px;
  position: relative;
  color: #ffc04a;
  margin-bottom: 40px;
}

.warning svg {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
        .featured-casinos__item:nth-of-type(1) {
        order: 1;
    }
    .featured-casinos__item:nth-of-type(2) {
        order: 2;
    }
    .featured-casinos__item:nth-of-type(3) {
        order: 3;
    }
}
@media screen and (min-width: 768px) {
  .featured-casinos__container {
    margin: 0;
    padding: 24px 32px 32px;
    margin-bottom: 24px;
  }
  .featured-casinos__title h2 {
    font-size: 36px;
  }
  .warning {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 16px 16px 16px 44px;
  }
  .warning svg {
    left: 16px;
  }
  .featured-casinos__item {
    width: calc((100% / 3) - 16px);
  }
  
}

@media screen and (min-width: 1024px) {
  .featured-casinos__item {
    width: calc((100% / 3) - 16px);
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #1a1a1a;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

thead {
  background: #252525;
}
.space-page-content table tr {
    border-bottom: none;
}
th,
td {
  text-align: left;
  padding: 14px 20px;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

th {
  font-weight: 600;
  color: #ccc;
}

tr:last-child td {
  border-bottom: none;
}

tbody tr:hover {
  background: rgba(255,255,255,0.03);
  transition: background 0.2s;
}

@media screen and (max-width: 479px) {
    div.wp-block-cover-image .wp-block-cover__inner-container, div.wp-block-cover .wp-block-cover__inner-container {
        width: 100%;
    }
}
.author-box {
    display: flex;
    align-items: flex-start;
    background: rgba(28, 28, 28, 0.50);
    backdrop-filter: blur(13.649999618530273px);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.author-box__avatar img {
    min-width: 80px;
    max-width: 130px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}
.author-box__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}
.author-box__desc {
    margin: 0 0 12px;
    line-height: 1.5;
}
.author-box__socials a {
    color: #8dd068;
    font-size: 20px;
    margin-right: 10px;
    transition: opacity 0.3s;
}
.author-box__socials a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .author-box {
    flex-direction: column;
    gap: 10px;
    margin: 0 20px;
  }
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all .8s;
}
.cookie-consent__inner {
  pointer-events: auto;
  background: #0f0f10;
  color: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,.5);
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 980px;
  width: calc(100% - 40px);
}
.cookie-consent__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  flex: 1 1 auto;
  opacity: .95;
}
.cookie-consent__btn {
  flex: 0 0 auto;
    color: #000000;
  background-color: #ffc04a;
  border: none;
  /* color:#fff видалено - дублювало #000000 вище, ламало контраст */
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .12s ease, opacity .12s ease;
}
.cookie-consent__btn:active { transform: translateY(1px); }
.cookie-consent--hidden { opacity: 0; transform: translateY(6px); transition: opacity .3s ease, transform .3s ease; }
@media (max-width:560px) {
  .cookie-consent__inner { flex-direction: column; align-items: stretch; gap: 10px; padding: 14px; }
  .cookie-consent__btn { width: 100%; }
}
.deposit-methods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 35px;
}
.deposit-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #0f0f10;
  padding: 16px;
  border-radius: 10px;
}
.deposit-method__img {
    border-radius: 34px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
}
div.space-archive-title-payment {
      padding: 25px 17px;
      border-radius: 34px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      max-width: 230px;
      max-height: 150px;
      flex-direction: unset;
}
div.space-archive-title-payment img  {
    object-fit: cover;
    max-width: 100%;
    width: fit-content;
    height: 100%;
}
.space-archive-title-box-h1.payment {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.deposit-method__img::after,
.space-archive-title-payment::after {
   content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(270deg, #61AC60 6.91%, #E4EE86 59.72%, #EDBF34 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
        mask-composite: exclude;
  pointer-events: none;
    border-radius: 34px;

}
@media screen and (max-width: 1024px) {
  div.space-archive-title-payment {
      position: absolute;
        left: 50%;
        right: unset;
        top: unset;
        bottom: -148px;
        transform: translate(-50%, 0);
        max-width: 165px;
        width: 100%;
        max-height: 112px;
        min-height: 112px;
      }
      div.space-archive-title-payment img {
        /* position: absolute; */
      }
}
.deposit-method__img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
}
.deposit-method__title {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-bottom: 6px;
  display: block;
}
.deposit-method__count {
  color: #aaa;
  font-size: 14px;
}

/* pros fix */

@media (max-width: 768px) {
  .space-page-content .wp-block-columns.is-layout-flex {
    display: block !important;
  }

  .space-page-content .wp-block-columns.is-layout-flex > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .space-page-content .space-pros,
  .space-page-content .space-cons {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }
}

@media (max-width: 768px) {
  .space-page-content .wp-block-group.is-nowrap.is-layout-flex.wp-block-group-is-layout-flex:has(> .space-pros):has(> .space-cons) {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    overflow: visible !important;
  }

  .space-page-content .wp-block-group.is-nowrap.is-layout-flex.wp-block-group-is-layout-flex:has(> .space-pros):has(> .space-cons) > .space-pros,
  .space-page-content .wp-block-group.is-nowrap.is-layout-flex.wp-block-group-is-layout-flex:has(> .space-pros):has(> .space-cons) > .space-cons {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .space-footer {
    padding: 0 16px;
  }

  .space-footer-top {
    border-radius: 28px;
    overflow: hidden;
  }

  .space-footer-ins {
    max-width: 100%;
  }

  .space-footer-top-center > .space-widget > .wp-block-group.is-nowrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    align-items: start !important;
  }

  .space-footer-top-center .wp-block-media-text {
    display: block !important;
    grid-template-columns: none !important;
  }

  .space-footer-top-center .wp-block-media-text__media {
    margin: 0 0 16px !important;
  }

  .space-footer-top-center .wp-block-media-text__media img {
    max-width: 180px !important;
    height: auto !important;
  }

  .space-footer-top-center .widget_nav_menu {
    width: 100% !important;
  }

  .newsletter-form {
    display: flex !important;
    width: 100% !important;
  }

  .newsletter-form .wpcf7-form-control-wrap {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .newsletter-form input[type="email"] {
    width: 100% !important;
    min-width: 0 !important;
  }

  .newsletter-form input[type="submit"] {
    flex: 0 0 auto !important;
    white-space: nowrap;
  }

  .space-footer-copy-left,
  .space-footer-copy-menu {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
  }

  .space-footer-menu {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px 24px !important;
    padding-left: 0 !important;
  }
}

/* Звужуємо transition:all з теми/aces до composable-властивостей —
   прибирає layout-thrashing (margin/padding/border-radius/box-shadow),
   залишає плавні hover-ефекти на кольорі/прозорості/transform */
*,
*::before,
*::after {
  transition-property: transform, opacity, background-color, color, border-color !important;
}

.wp-block-cover.is-light {
  content-visibility: auto;
  contain-intrinsic-size: auto 1991px;
}

.rate {
  content-visibility: auto;
  contain-intrinsic-size: auto 1310px;
}

figure.wp-block-table.table-top-casinos {
  content-visibility: auto;
  contain-intrinsic-size: auto 1108px;
}

figure.wp-block-table.table-payment-methods {
  content-visibility: auto;
  contain-intrinsic-size: auto 1912px;
}

.wp-block-cover.bonuses-cover {
  content-visibility: auto;
  contain-intrinsic-size: auto 3074px;
}

.rate__items.pokie-categories-grid {
  content-visibility: auto;
  contain-intrinsic-size: auto 4185px;
}

.space-shortcode-wrap.space-posts-shortcode-4 {
  content-visibility: auto;
  contain-intrinsic-size: auto 1838px;
}

section.faq {
  content-visibility: auto;
  contain-intrinsic-size: auto 1191px;
}

/* Pros/Cons: місце під іконку plus/minus (50px + 15px відступ), інакше довгі заголовки шорткодів наїжджають на кружечок */
.space-pros-title,
.space-cons-title {
  padding-right: 65px !important;
}

/* SlotsLaunch картки ігор — рестайл під Figma-референс, 2026-08-11 */
.slotsl-game {
  border-radius: 16px !important;
  overflow: hidden;
}
.slotsl-thumb {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.slotsl-meta {
  padding: 16px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.slotsl-meta a.slotsl-provider,
.slotsl-meta span.slotsl-provider {
  position: static !important;
  left: auto;
  bottom: auto;
  order: 1;
  color: #7f8c8d;
}
.slotsl-meta p.slotsl-title {
  order: 2;
  line-height: normal !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.slotsl-meta .slotsl-title span,
.slotsl-meta .slotsl-title a {
  display: block;
  background-color: #ffc04a;
  color: #131313 !important;
  border-radius: 8px;
  padding: 14px 16px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center;
  transition: background-color .15s ease;
}
.slotsl-meta .slotsl-title span:hover,
.slotsl-meta .slotsl-title a:hover {
  background-color: #e6a93c;
}

/* SlotsLaunch картки — темний фон замість білого за замовчуванням плагіна */
.slotsl-game {
  background-color: #1c1c1c !important;
}
.slotsl-meta a.slotsl-provider,
.slotsl-meta span.slotsl-provider {
  color: #909090 !important;
}

/* SlotsLaunch картки — тонка межа, бо темна картка зливається з темним фоном сторінки */
.slotsl-game {
  border: 1px solid #252525 !important;
}

/* eeat pagination fix */
.eeat-author-page-container .pagination a,
.eeat-author-page-container .pagination span,
.eeat-author-page-container .page-numbers {
  background: #282828 !important;
  border-radius: 16px !important;
}
.eeat-author-page-container ul.page-numbers:hover {
  background: transparent !important;
}
.eeat-author-page-container .pagination a:hover,
.eeat-author-page-container .pagination span.page-numbers:hover {
  background: rgb(141, 208, 104) !important;
  color: rgb(16, 17, 16) !important;
}
