/* Fonts */

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/* Default */
.search-form-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
}

#stickyElement {
    position: relative;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.sticky {
	position: fixed !important;
	top:0;
	width: auto !important;
	z-index: 1000;
	background-color: white;
	max-height: 66px;
}

body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

body.home {
    background-color: #161728;
}

a, p, div {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 25px;
    outline: none;
    text-decoration: none;
}

.shush-header-nav-container .menu-item {
    padding: 4px 0;
    margin-top: -1px;
}

.shush-header-nav-container .current-menu-item, .home .shush-header-nav-container .menu-item:hover {
    border-bottom: 1px solid #fff;
    padding: 4px 0;
    margin-top: -1px;
}
.shush-header-nav-container .menu-item:hover {
    border-bottom: 1px solid #000;
    padding: 4px 0;
    margin-top: -1px;
}

.text-wrapper ul {
    padding-left: 22px;
    font-size: 16px;
    margin-bottom: 32px;
}
.text-wrapper li {
    list-style-type: disc;
    padding-left:4px;
}
.text-wrapper li::marker {
    width: 100% !important;
    display: block;
    transform: translateX(-10px);
}

.container {
    max-width:1220px;
    margin: 0 auto;
    width: 100%;
}

.container-slot {
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

/* Grid defaults */
.shush-row {
    display:flex;
}
.shush-col-1 {
    width:8.333%;
}
.shush-col-2 {
    width:16.666%;
}
.shush-col-3 {
    width:25%;
}
.shush-col-4 {
    width:33.333%;
}
.shush-col-5 {
    width:41.666%;
}
.shush-col-6 {
    width:50%;
}
.shush-col-7 {
    width:58.333%;
}
.shush-col-8 {
    width:66.666%;
}
.shush-col-9 {
    width:75%;
}
.shush-col-10 {
    width:83.333%;
}
.shush-col-11 {
    width:91.666%;
}
.shush-col-12 {
    width:100%;
}
.shush-row-center {
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-inner {
    position: relative;
}

.search-form {
    width: 100%;
    padding: 0 24px;
    background: white;
    border-radius: 20px;
    border: 1px #E8E5F4 solid;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex;
    position: absolute;
    bottom: -33px;
}

.search-form:before {
    content: url("/wp-content/themes/genesis-casino/assets/images/search.svg");
    height: 24px;
}

.search-form input {
    color: black;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    background-color: #fff;
    border: unset;
    padding: 21.3px 0;
}

.top-general-text {
    padding: 64px 0 80px;
}
.hero-text-general {
    text-align: left;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}
.hero-text-general p {
    margin-bottom: 0;
}

.search-results {
    padding: 64px 0 78px;
}

.init-results-grid, .search-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
}

.search-results-grid {
    margin-top: 48px;
}

.grid-item {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex
}

.grid-item:hover .grid-item-title {
    background-color: black;
    color:#fff;
    transition: all 0.315s ease-in-out;
}

.grid-item-img {
    width: 100%;
    height: 256px;
    position: relative;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.grid-item-img img {
    width: 100%;
    height: 256px;
    left: 0px;
    top: 0px;
    position: absolute;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-item-title {
    width:100%;
    padding: 16px 10px;
    background: #EEEFF2;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    line-height: 24px;
    word-wrap: break-word;
    transition: all 0.315s ease-in-out;
}
.load-more {
    background-color: #D6D2FF;
    width: 100%;
    border-radius: 24px;
    padding: 24px 0;
    margin-top: 48px;
}

/* RTP Comparison */
.rtp-wrapper:hover {
    background-color: #270061;
    transition: all 0.35s ease-in-out;

}
.rtp-wrapper:hover .content-wrapper * {
    color: #ffffff;
    transition: all 0.35s ease-in-out;
}
.rtp-wrapper:hover .rtp-item {
    background-color: #3C1870;
}
.rtp-companies {
    display: flex;
    gap: 4%;
    justify-content: center;
    width: 80%;
    min-width: 335px;
}

.rtp-companies > div {
    color: #000;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 31%;
    text-align: center;
}

.search-form.rtp-comparison {
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    padding: 0 24px;
}

.init-results-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.rtp-wrapper {
    width: 100%;
    height: 100%;
    padding: 24px;
    background: white;
    border-radius: 24px;
    border: 1px #EEEFF2 solid;
    display: flex;
    align-items: center;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    gap: 0px;
    justify-content: start;
}
.title-rtp-wrapper {
    padding-left: 12px;
}
.content-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.icon {
    width: 104px;
    height: 104px;
    border-radius: 8px;
    min-width: 104px;
}

.title {
    width: 327px;
    color: black;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    word-wrap: break-word;
}

.rtp-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.rtp-container-mobile {
    display: none;
}

.rtp-item:first-child .rtp-value {
    font-weight: 800;
}
.rtp-item:nth-child(2) .rtp-value {
    font-weight: 400;
}
.rtp-item:last-child .rtp-value {
    font-weight: 400;
}

.rtp-item {
    width: 104px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
    height: 104px;
}

.rtp-item:hover {
    background-color: #fff !important;
    transition: all 0.35s ease-in-out;
}

.rtp-play {
    background-color: #EC4040;
    display: block;
    padding: 13px 25px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: auto;
    position: absolute;
    bottom: -54px;
    transition: all 0.35s ease-in-out;
}
.rtp-item:hover .rtp-play {
    height: auto;
    padding: 13px 25px;
    overflow: hidden;
    bottom: 0;
    position: relative;
    transition: all 0.35s ease-in-out;
}
.rtp-play a {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-decoration: none;
}

.rtp-item:hover .rtp-value {
    color:#000000;
    height: 52px;
    transition: height 0.35s ease-in-out;
}

.rtp-value {
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 104px;
    transition: height 0.35s ease-in-out;
}

/* Header*/

.site-header {
    position: absolute;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding: 22px 30px;
}

.logo-wrapper a {
    display: block;
}

.desktop-nav {
    max-width: 1220px;
    margin: 0 auto;
}

.desktop-nav > div {
    display: flex;
    justify-content: space-between;
}

#shush-header-nav {
    display: flex;
    gap: 48px;
    font-size: 16px;
    height: 100%;
    align-items: center;
}

#shush-header-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.hero-general-wrapper {
    background-color: #D6D2FF;
}

.mobile-nav {
    display: none;
}
.mobile-nav > div {
    justify-content: space-between;
    align-items: center;
}

/* Content */
/* Front Page*/
.home .site-container {
    margin-top: 0;
    background-color: #161728;
}
.hero-text-wrapper {
    max-width: 790px;
    padding: 80px 0;
}
.hero-text-wrapper p {
    margin: 0;
}
.hero-text-wrapper h1 {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    color:#fff;
    font-size: 48px;
    line-height: 60px;
}

.hero-text-wrapper p {
    color:#fff;
    font-size: 16px;
}

.boxes-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 64px;
    margin-bottom: -80px;
}
.box {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: flex-end;
    border-radius: 24px;
    overflow: hidden;
    transition: all 2s ease-in-out;
}

.box a {
    width: 100%;
    text-decoration: none;
}

.box-content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    background-color: #1890FF;
    text-align: center;
    width: 100%;
    height: 77px;
    padding: 19px 0;
    font-weight: 800;
    transition: all 0.35s ease-in-out;
}
.box:hover .box-content {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF6262;
    transition: all 0.35s ease-in-out;
}
.feature-rtp-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 34.5px 80px;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
    margin: 144px auto 64px;
    cursor: pointer;
}
.feature-rtp-wrapper::after {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.40));
    pointer-events: none; /* Allows clicks to pass through */
    z-index: 0;

}
.slot-title-feature {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    flex-basis: max-content;
    gap: 20px;
    max-width: 22%;
    z-index: 1;
}
.feature-slot-spark {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    z-index: 1;
}
.over-title {
    display: flex;
    flex-basis: inherit;
    width: 100%;
    text-wrap: nowrap;
    color: #fff;
    opacity: 0.5;
}
.slot-title-feature > div:last-child {
    color: #fff;
    font-weight: 800;
    font-size: 36px;
    text-align: left;
    line-height: 45px;
}
.red-border-X {
    border-top: 1px solid red;
    width: 100%;
}
.mobile-feature {
    display: none;
}
.desktop-feature {
    display: flex;
}
.centered-content {
    flex-grow: 1; /* Allows the container to grow and fill available space */
    display: flex;
    justify-content: center; /* Centers its children horizontally */
    min-width: 147px;
}
.slot-rtp-feature {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 20px;
    z-index: 1;
}
.slot-rtp-feature .rtp-title {
    color: #fff;
    opacity: 0.5;
}
.rtp-feature-value-inner > div {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}
/* Pages */
.site-container {
    margin-top: 0;
    background-color: #fff;
}

/* Single */
.single .site-container {
    margin-top: 0;
}

.hero-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:240px;
    width:240px;
    margin-bottom: -120px;
    border-radius: 24px;
}

.single .hero-text-wrapper {
    max-width: 100%;
    padding: 8px 0;
}

.single .hero-text-wrapper h1 {
    color:#000000;
}
.single .text-editor-section h2 {
    display: flex;
    align-items: start;
}
.single .text-editor-section h2:before {
    content: url("/wp-content/themes/genesis-casino/assets/images/list-icon.svg");
    display: inline-flex;
    margin-right: 16px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 84px;
    padding-top: 56.25%; /* This creates the 16:9 aspect ratio (9/16 = 0.5625) */
    overflow: hidden;
}
.video-wrapper.html-video {
    padding-top: 0 !important;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-wrapper {
    width: 100%;
    text-align: left;
}
.text-wrapper h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-align: left;
}
.single p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.single .text-wrapper p:last-child, .single .text-wrapper ul:last-child {
    margin-bottom: 0;
}
.text-editor-section {
    margin-bottom: 74px;
}
.p-before-ul {
    margin: 0;
}
.rtp-section {
    margin-top: -28px;
    margin-bottom: 48px;
}
.large-rtp-wrapper {
    width: 860px;
    height: 152px;
    padding: 23px 24px;
    background: #270061;
    border-radius: 24px;
    border: 1px #EEEFF2 solid;
    justify-content: space-between;
    align-items: center;
    display: inline-flex
}
.mobile-rtp-single-slot {
    display: none;
}
.slot-img-title {
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: flex
}
.slot-rtp-large {
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: flex
}
.rtp-title {
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    word-wrap: break-word
}
.rtp-large-value-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex
}
.rtp-large-value-wrapper > div {
    width: 104px;
    background: #96F0DD;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    padding: 24.5px 0;
}
.rtp-large-value-inner {
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex
}
.rtp-large-value-inner > div {
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    word-wrap: break-word
}
.slot-img-title img {
    width: 104px;
    height: 104px;
    border-radius: 8px
}
.slot-img-title > div {
    width: 327px;
    color: white;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    word-wrap: break-word;
    text-align: left;
}
.small-rtp-wrapper {
    width: 860px;
    height: auto;
    padding: 13.5px 24px;
    background: #270061;
    border-radius: 24px;
    border: 1px #EEEFF2 solid;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}
.slot-rtp-small {
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: flex
}
.rtp-small-value-wrapper {
    width: 24px;
    height: 24px;
    position: relative
}
.rtp-small-value-inner:after {
    content: url("/wp-content/themes/genesis-casino/assets/images/Arrow-forward.svg")
    display: flex;
}
.rtp-small-value-wrapper > div {
    width: 104px;
    background: #96F0DD;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    padding: 24.5px 0;
}
.rtp-small-value-inner {
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex
}
.rtp-small-value-inner > div {
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    word-wrap: break-word
}
/* Footer */

footer {
    padding-bottom: 130px;
}

.footer-menu-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 48px 0;
    border-top: 1px solid;
}

.home .menu-shush-footer {
    display: flex !important;
    gap: 64px !important;
    font-size: 16px !important;
    height: 100% !important;
    align-items: center !important;
}

.home .shush-header-nav-container {
    max-width: 100% !important;
    margin: 0 !important;
}
.home footer .logo-wrapper {
    display: block !important;
}
.menu-shush-footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.single .menu-shush-footer a, .archive .menu-shush-footer a, .page .menu-shush-footer a {
    color: #000000;
}
.home .menu-shush-footer a {
    color: #ffffff;
}
.menu-shush-footer a {
    padding: 0;
}
.single footer .shush-header-nav-container, .archive footer .shush-header-nav-container, .page footer .shush-header-nav-container {
    max-width: 860px;
    margin: 0 auto;
}
.single .menu-shush-footer, .archive .menu-shush-footer, .page .menu-shush-footer {
    display: flex;
    gap: 48px;
    font-size: 16px;
    height: 100%;
    align-items: center;
}
.single .footer-menu-wrapper, .archive .footer-menu-wrapper, .page .footer-menu-wrapper {
    border-top: 1px solid #F0F1F7;
}
.single .bottom-footer, .archive .bottom-footer, .page .bottom-footer {
    border-top: 1px solid #F0F1F7;
}
.single footer, .archive footer, .page footer {
    padding-bottom: 12px;
}
.single footer .logo-wrapper, .archive footer .logo-wrapper, .page footer .logo-wrapper {
    display: none;
}

.bottom-footer {
    padding: 48px 0;
    border-top: 1px solid;
}

.copyright {
    font-size: 14px;
    line-height: normal;
    font-family: Poppins, sans-serif;
}

/* Article Page */
.page h1 {
    font-size: 48px;
    line-height: 60px;
}
article {
    padding: 64px 0;
}
article h2 {
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    line-height: 24px;
    margin-top: 28px;
    display: inline-block;
}

article p {
    font-size: 16px;
    line-height: normal;
}

article ol {
    padding-left: 19px;
    margin-bottom: 20px;
}
article :last-child {
    margin: 0;
}

article ol li {
    list-style-type: decimal;
    font-weight: 400;
    font-size: 16px;
}

article ol li::marker {
    font-weight: 800;
}
blockquote {
    margin: 0 0 20px;
    padding: 24px;
    background-color: #EBE9FF;
    font-style: normal;
    font-size: 16px;
}

/* Jackpot slots */
.jackpot-list {
    padding: 64px 0;
}
.jackpot-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.jackpot-link {
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 24px;
    background: white;
    border-radius: 24px;
    border: 1px #EEEFF2 solid;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.jackpot-container > div {
    display: flex;
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
}
.jackpot-description-mobile {
    display: none !important;
    color: #110622;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}
.jackpot-info-mobile {
    display: none;
}
.jackpot-image-wrapper {
    width: 100%;
    height: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.jackpot-image-background, .jackpot-image {
    width: 256px;
    height: 256px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.jackpot-image-background {
    background: #D9D9D9;
}

.jackpot-info {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.jackpot-title, .jackpot-description {
    color: #110622;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    word-wrap: break-word;
}

.jackpot-description {
    font-size: 16px;
    font-weight: 400;
}

.jackpot-stats {
    position: relative;
    width: 498px;
    height: 48px;
}

.jackpot-stats-biggest-win, .jackpot-stats-size {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
}

.jackpot-stats-biggest-win {
    left: 249px;
}

.jackpot-biggest-win-value, .jackpot-biggest-win-label, .jackpot-size-label, .jackpot-size-value {
    color: #110622;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    word-wrap: break-word;
    position: absolute;
}

.jackpot-biggest-win-value, .jackpot-size-value {
    font-weight: 700;
    top: 24px;
}

.jackpot-biggest-win-label, .jackpot-size-label {
    font-weight: 400;
}

.mobile-open {
    color: #fff;
    font-size: 28px;
}

@media all and (max-width: 1280px) {
    #shush-header-nav-mobile a {
        color: #fff;
        line-height: 46px;
    }
    .over-body-hidden {
        overflow: hidden;
    }
    .desktop-nav {
        display: none;
    }
    .mobile-nav {
        display: flex;
    }
    .mobile-nav > div {
        display: flex;
    }
    .mobile-nav-wrapper {
        position: absolute;
        visibility: hidden; /* Start hidden instead of display: none */
        opacity: 0;
        width: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0.7), rgba(0,0,0,0));
        height: 100vh;
        padding: 100px 24px 20px;
        transition: visibility 0s linear 1s, opacity 1s ease-in-out; /* Adjust visibility delay to match opacity duration */
        z-index: 10;
    }

    .show-menu .mobile-nav-wrapper {
        visibility: visible; /* Make visible */
        opacity: 1;
        transition: visibility 0s 0s, opacity 1s ease-in-out; /* No delay on becoming visible */
        z-index: 230;
    }
    .site-header {
        padding: 22px 24px;
    }
    section.background-hero {
        justify-content: start !important;
        padding-top: 92px !important;
        min-height: auto !important;
    }
    .hero-text-wrapper {
        padding: 20px 24px;
        margin-bottom: 20px;
    }
    .page h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .hero-text-wrapper p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
    }
    .boxes-wrapper {
        gap: 16px;
        margin-bottom: 0;
        flex-direction: column;
        padding: 0 24px;
    }
    .box {
        background-image: none !important;
        height: auto;
    }
    .desktop-feature {
        display:none;
    }
    .mobile-feature {
        display: flex;
    }
    .slot-title-feature {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        flex-basis: max-content;
        gap: 5px;
        max-width: 100%;
        z-index: 14 !important;
        position: relative;
    }
    .mobile-feature-wrapper {
        padding: 0 24px;
        width: 100%;
    }
    .feature-rtp-wrapper.mobile-feature {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 40px 5%;
        background-position: center;
        background-size: cover;
        border-radius: 24px;
        margin: 40px auto 40px;
        cursor: pointer;
        overflow: hidden;
    }
    .feature-rtp-wrapper.mobile-feature > div {
        width: 50%;
        z-index: 100;
    }
    .feature-rtp-wrapper.mobile-feature > div:first-child {
        gap: 18px;
        display: flex;
        flex-direction: column;
    }
    .feature-slot-spark img {
        width: auto;
    }
    .slot-title-feature > div:last-child {
        font-size:20px;
        line-height: 28px;
    }
    .feature-slot-spark {
        display: inline-flex;
        width: 100%;
        gap: 0;
        padding: 0;
        z-index: 1;
        align-items: center;
    }
    .centered-content {
        flex-grow: 1;
        display: flex;
        justify-content: end;
        min-width: auto;
    }
    .slot-rtp-feature {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        z-index: 1;
        text-align: left;
        align-items: start;
    }
    .slot-rtp-feature .rtp-title {
        color: #fff;
        opacity: 0.5;
        text-align: left;
        font-size: 18px;
    }
    .rtp-feature-value-inner > div {
        color: #fff;
        font-size: 20px;
        font-weight: 800;
    }
    .footer-menu-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 25px 0;
        flex-direction: column;
        gap: 40px;
    }
    .menu-shush-footer {
        display: flex !important;
        gap: 11px !important;
        font-size: 16px !important;
        height: 100% !important;
        align-items: start !important;
        flex-direction: column;
    }
    .single .footer-menu-wrapper, .archive .footer-menu-wrapper, .page .footer-menu-wrapper {
        border-top: 0;
        border-top: 1px solid #000 !important;
        border-bottom: 1px solid #000 !important;
    }
    .footer-menu-wrapper  .shush-header-nav-container {
        margin: 0 !important;
    }
    .single .bottom-footer, .archive .bottom-footer, .page .bottom-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
    .single footer, .archive footer, .page footer {
        padding-bottom: 12px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .home .menu-shush-footer {
        display: flex !important;
        gap: 11px !important;
        font-size: 16px !important;
        height: 100% !important;
        align-items: start !important;
    }
    .box {
        width: 100%;
        display: flex;
        align-items: flex-end;
        border-radius: 8px;
        overflow: hidden;
        transition: all 2s ease-in-out;
    }
    .box .box-content {
        font-size:18px;
        height: auto;
        padding: 12px 0;
    }
    .single .section.background-hero {
        margin-bottom: 140px !important;
    }
}

@media all and (max-width: 900px) {

    .rtp-companies {
        display: flex;
        gap: 13px;
        justify-content: end;
        width: 78%;
        min-width: 84%;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
        z-index: 1;
    }
    .rtp-companies.show-search {
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }
    .rtp-companies > div {
        color: #000;
        font-size: 12px;
        font-family: Poppins, sans-serif;
        font-weight: 600;
        word-wrap: break-word;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 23%;
        text-align: center;
    }
    .rtp-container {
        display: none;
    }
    .content-wrapper {
        gap: 12px;
    }
    .content-wrapper .title {
        font-size: 16px;
        line-height: 20px;
    }
    .rtp-wrapper {
        padding:16px;
        gap: 12px;
        max-width: 342px;
        margin: auto;
    }
    .page-template-rtp-comparison .search-form.rtp-comparison {
        width: 100%;
        height: auto;
        justify-content: space-between;
        align-items: center;
        display: inline-flex;
        padding: 12px 24px;
        max-width: 342px;
    }
    .search-form::before {
        content: url("/wp-content/themes/genesis-casino/assets/images/search.svg");
        height: 24px;
        z-index: 20;
    }
    .rtp-container-mobile > a {
        display: none;
    }
    .rtp-container-mobile {
        display: flex;
        gap: 12px;
    }
    .content-wrapper .icon {
        width: 80px;
        height: 80px;
    }
    .rtp-item {
        width: auto;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.35s ease-in-out;
        overflow: hidden;
        position: relative;
        height: 32px;
        padding: 0 12px;
        min-width: 66px;
    }
    .rtp-value {
        text-align: center;
        color: black;
        font-size: 16px;
        font-family: Poppins, sans-serif;
        word-wrap: break-word;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        transition: height 0.35s ease-in-out;

    }
    .rtp-item .rtp-value a {
        color: #000;
    }
    .rtp-item:first-child .rtp-value a {
        font-weight: 800;

    }
    .title-rtp-wrapper {
        padding-left: 0;
    }
    .icon {
        width: 104px;
        height: 104px;
        border-radius: 8px;
        min-width: auto;
    }
    .init-results-grid, .search-results-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 22px;
    }
    .grid-item {
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        display: inline-flex;
        min-height: 232px;
    }
    .grid-item-img {
        width: 100%;
        height: 100%;
        position: relative;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .grid-item-title {
        width: 100%;
        padding: 16px 10px;
        background: #EEEFF2;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex;
        text-align: center;
        color: black;
        font-size: 14px;
        font-family: Poppins, sans-serif;
        font-weight: 800;
        line-height: 20px;
        word-wrap: break-word;
        transition: all 0.315s ease-in-out;
    }
    .search-form {
        width: 100%;
        padding: 0 24px;
        background: white;
        border-radius: 12px;
        border: 1px #E8E5F4 solid;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
        display: inline-flex;
        position: absolute;
        bottom: -23px;
    }
    .search-form input {
        color: black;
        font-size: 14px;
        font-family: Poppins, sans-serif;
        font-weight: 700;
        background-color: #fff;
        border: unset;
        padding: 12.3px 0 12.3px 30px;
        width: 86%;
        position: absolute;
    }
    .hero-text-wrapper h1 {
        font-family: Poppins, sans-serif;
        font-weight: 800;
        color: #fff;
        font-size: 24px;
        line-height: 30px;
    }
    .hero-image-wrapper {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 128px;
        width: 128px;
        margin-bottom: -66px;
        border-radius: 24px;
        margin-top: 35px;
    }
    .single .section.background-hero {
        margin-bottom: 90px !important;
    }
    .jackpot-description {
        display: none;
    }
    .jackpot-description-mobile {
        display:block !important;
    }
    .jackpot-image-wrapper {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .jackpot-container > div {
        display: flex;
        align-self: baseline;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
    }
    .jackpot-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .jackpot-info {
        display: none;
    }
    .jackpot-info-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .jackpot-stats-biggest-win-mobile {
        display: flex;
        gap: 5px;
    }
    .jackpot-stats-size-mobile {
        display: flex;
        gap: 5px;
    }
    .jackpot-biggest-win-value, .jackpot-biggest-win-label, .jackpot-size-label, .jackpot-size-value {
        color: #110622;
        font-size: 16px;
        font-family: Poppins, sans-serif;
        word-wrap: break-word;
        position: relative;
    }
    .jackpot-biggest-win-value, .jackpot-size-value {
        font-weight: 700;
        top: 0;
    }
}

@media all and (max-width: 800px) {
    .large-rtp-wrapper {
        display:none;
    }
    .mobile-rtp-single-slot {
        display: flex
    }
    .small-rtp-wrapper {
        width: 100%;
        height: auto;
        padding: 24px;
        background: #270061;
        border-radius: 24px;
        border: 1px #EEEFF2 solid;
        justify-content: space-between;
        align-items: start;
        display: inline-flex;
        flex-direction: column;
        gap: 20px;
    }
    .slot-img-title > div {
        width: auto;
        color: white;
        font-size: 24px;
        font-family: Poppins, sans-serif;
        font-weight: 800;
        word-wrap: break-word;
        text-align: left;
    }
}