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

/* ==========================================================================
   RTP Comparison — sticky search bar
   Straddling the hero / results section boundary (50 % above, 50 % below).
   Sticky is handled by JS (position:fixed) because body { overflow-x:hidden }
   breaks CSS position:sticky in several browsers.
   ========================================================================== */

#jw-search-sentinel {
    height: 0;
    overflow: hidden;
}

#jw-search-spacer {
    height: 0;
}

.jw-rtp-search-bar {
    margin-top: 0;
    position: relative;
    z-index: 100;
    background: transparent;
}

/* Applied by JS when the sentinel scrolls above the viewport */
.jw-rtp-search-bar.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    z-index: 200;
    background: #fff;
}

.jw-rtp-search-bar__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

#stickyElement {
    width: 100%;
}

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: 0 0 78px;
    margin-top: -38px;
}

.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 {
    display: block;
    background-color: #D6D2FF;
    width: 100%;
    border-radius: 24px;
    padding: 24px 0;
    margin-top: 48px;
    text-align: center;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: none;
}

/* 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 {
    /* Override base .search-form which is position:absolute; bottom:-33px */
    position: static;
    bottom: auto;
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: flex-start;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
    overflow: hidden;
}

/* Reset the oversized input padding from the base rule */
.search-form.rtp-comparison input {
    padding: 0;
    height: auto;
    line-height: normal;
    flex: 1;
}

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

/* ==========================================================================
   Footer — Social Icons
   ========================================================================== */

.jw-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.jw-footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
    flex-shrink: 0;
}

.jw-footer-social__link:hover {
    background: #270061;
    color: #fff;
    transform: translateY(-2px);
}

.jw-footer-social__link svg {
    display: block;
    flex-shrink: 0;
}

/* Light-background pages (single, archive, page — but NOT the dark homepage) */
.single .jw-footer-social__link,
.archive .jw-footer-social__link,
.page:not(.home) .jw-footer-social__link {
    background: rgba(0, 0, 0, 0.07);
    color: rgba(0, 0, 0, 0.55);
}

.single .jw-footer-social__link:hover,
.archive .jw-footer-social__link:hover,
.page:not(.home) .jw-footer-social__link:hover {
    background: #270061;
    color: #fff;
}

.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: fixed;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(10, 0, 25, 0.55);
        -webkit-backdrop-filter: blur(18px) saturate(1.4);
        backdrop-filter: blur(18px) saturate(1.4);
        height: 100vh;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: visibility 0s linear 0.35s, opacity 0.35s ease;
        z-index: 10;
    }

    .mobile-nav-wrapper .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    #shush-header-nav-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #shush-header-nav-mobile li a {
        font-size: 22px;
        font-weight: 700;
        font-family: Poppins, sans-serif;
        letter-spacing: 0.02em;
        padding: 10px 0;
        display: block;
    }

    .show-menu .mobile-nav-wrapper {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s 0s, opacity 0.35s ease;
        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: 0 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;
    }
    .jw-footer-social {
        justify-content: flex-start;
    }
    .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 {
        height: 52px;
        padding: 0 16px;
    }
    .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;
    }
}

/* ==========================================================================
   BONUS ALERT BADGE
   ========================================================================== */

.rtp-wrapper {
    position: relative;
}

.bonus-alert-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #270061;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 8px 4px;
    border-radius: 6px;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
    animation: pulse-bonus 1.6s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(39, 0, 97, 0.7);
}

.bonus-alert-badge__sub {
    display: block;
    font-size: 8px;
    font-weight: 400;
    margin-top: 2px;
    opacity: 0.9;
}

@keyframes pulse-bonus {
    0%   { box-shadow: 0 0 0 0 rgba(39, 0, 97, 0.7); }
    50%  { box-shadow: 0 0 0 8px rgba(39, 0, 97, 0); }
    100% { box-shadow: 0 0 0 0 rgba(39, 0, 97, 0); }
}

/* ==========================================================================
   RTP SLOT MACHINE
   ========================================================================== */

.rtp-machine-section {
    padding: 48px 0 40px;
    background: linear-gradient(135deg, #0e0c1e 0%, #1a1635 100%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rtp-machine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-align: center;
}

.rtp-machine__intro {
    max-width: 560px;
}

.rtp-machine__title {
    color: #D6D2FF;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.25;
}

.rtp-machine__desc {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    margin: 0;
    line-height: 1.7;
}

.rtp-machine__reels {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.rtp-machine__reel-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.rtp-machine__reel-label {
    color: rgba(255,255,255,0.6);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: "Poppins", sans-serif;
}

.rtp-machine__reel {
    width: 130px;
    height: 80px;
    background: #1e1b35;
    border: 2px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: border-color 0.3s;
}

.rtp-machine__reel.is-spinning {
    border-color: #D6D2FF;
}

.rtp-machine__reel.is-landed {
    border-color: #22c55e;
    background: #0f2a1c;
}

.rtp-machine__reel-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.rtp-machine__reel-value {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    transition: color 0.2s;
}

.rtp-machine__reel.is-spinning .rtp-machine__reel-value {
    color: #D6D2FF;
}

.rtp-machine__reel.is-landed .rtp-machine__reel-value {
    color: #22c55e;
}

.rtp-machine__spin-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #270061;
    color: #fff;
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, opacity 0.2s;
    letter-spacing: 0.02em;
}

.rtp-machine__spin-btn:hover {
    background: #3c1870;
    transform: scale(1.04);
}

.rtp-machine__spin-btn:active {
    transform: scale(0.97);
}

.rtp-machine__spin-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.rtp-machine__result {
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    animation: fadeInUp 0.4s ease both;
}

.rtp-machine__result[hidden] {
    display: none;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.rtp-machine__result-card {
    width: 100%;
    background: #1e1b35;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 20px 24px;
}

.rtp-machine__share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 2px solid #D6D2FF;
    color: #D6D2FF;
    padding: 10px 28px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.15s;
}

.rtp-machine__share-btn:hover {
    background: #D6D2FF;
    color: #270061;
    transform: scale(1.03);
}

/* Result card internals */

.jw-result__slot-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.jw-result__icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.jw-result__slot-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.jw-result__slot-name {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.jw-result__slot-name a {
    color: inherit;
    text-decoration: none;
}

.jw-result__slot-name a:hover {
    color: #D6D2FF;
}

.jw-result__bonus-badge {
    display: inline-block;
    background: #270061;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    animation: pulse-bonus 1.6s ease-in-out infinite;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
}

.jw-result__rtps {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.jw-result__rtp-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.04);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.06);
}

.jw-result__rtp-row--best {
    background: rgba(34,197,94,0.08);
    border-color: rgba(34,197,94,0.3);
}

.jw-result__casino {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    min-width: 100px;
    text-align: left;
}

.jw-result__rtp-value {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin-left: auto;
}

.jw-result__rtp-value.is-best {
    color: #22c55e;
}

.jw-result__best-pill {
    background: #22c55e;
    color: #0e0c1e;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.05em;
}

.jw-result__play-btn {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #D6D2FF;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid rgba(214, 210, 255, 0.4);
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.jw-result__play-btn:hover {
    background: #D6D2FF;
    color: #270061;
}

@media (max-width: 640px) {
    .rtp-machine__reels {
        gap: 8px;
    }
    .rtp-machine__reel {
        width: 100px;
        height: 66px;
    }
    .rtp-machine__reel-value {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .rtp-machine__reel {
        width: 84px;
    }
    .rtp-machine__reel-label {
        font-size: 9px;
    }
}

/* ==========================================================================
   SHARE MODAL
   ========================================================================== */

.jw-share-modal {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jw-share-modal[hidden] {
    display: none;
}

.jw-share-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
}

.jw-share-modal__dialog {
    position: relative;
    z-index: 1;
    background: #1a1735;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    width: 100%;
    max-width: 480px;
    margin: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.6);
    animation: fadeInUp 0.3s ease both;
}

.jw-share-modal__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.jw-share-modal__logo {
    height: 28px;
    width: auto;
}

.jw-share-modal__title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    flex: 1;
    line-height: 1.3;
}

.jw-share-modal__close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.2s;
}

.jw-share-modal__close:hover {
    color: #fff;
}

.jw-share-modal__body {
    padding: 20px 24px 0;
}

.jw-share-modal__items {
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    padding: 16px;
}

.jw-share-modal__footer {
    padding: 16px 24px 24px;
}

.jw-share-modal__label {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
}

.jw-share-modal__socials {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.jw-share-modal__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
    flex: 1;
    justify-content: center;
}

.jw-share-modal__btn:hover {
    opacity: 0.85;
    transform: scale(1.02);
}

.jw-share-modal__btn--twitter {
    background: #000;
    color: #fff;
}

.jw-share-modal__btn--facebook {
    background: #1877f2;
    color: #fff;
}

.jw-share-modal__copy {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.jw-share-modal__url {
    flex: 1;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 10px 14px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    outline: none;
    min-width: 0;
}

.jw-share-modal__url:focus {
    border-color: #D6D2FF;
}

.jw-share-modal__copy-btn {
    background: #270061;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, transform 0.15s;
}

.jw-share-modal__copy-btn:hover {
    background: #3c1870;
}

.jw-share-modal__copy-btn.is-copied {
    background: #22c55e;
    color: #fff;
}

.jw-share-modal__disclaimer {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    margin: 0;
    line-height: 1.5;
}

.jw-share-modal__disclaimer a {
    color: rgba(255,255,255,0.45);
    text-decoration: underline;
}

/* ==========================================================================
   PUBLIC SHARE PAGE
   ========================================================================== */

.jw-share-page {
    max-width: 560px;
    margin: 48px auto;
    padding: 0 24px;
    font-family: "Poppins", sans-serif;
}

.jw-share-page__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.jw-share-page__dice {
    font-size: 40px;
    flex-shrink: 0;
}

.jw-share-page__title {
    font-size: 28px;
    font-weight: 800;
    color: #161728;
    margin: 0 0 6px;
    line-height: 1.2;
}

.jw-share-page__sub {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.jw-share-page__sub a {
    color: #270061;
    font-weight: 600;
    text-decoration: none;
}

.jw-share-page__slot-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f7f5ff;
    border: 1px solid rgba(39,0,97,0.1);
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.jw-share-page__slot-icon {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.jw-share-page__slot-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.jw-share-page__slot-name {
    font-size: 20px;
    font-weight: 800;
    color: #161728;
    margin: 0;
    line-height: 1.2;
}

.jw-share-page__slot-name a {
    color: inherit;
    text-decoration: none;
}

.jw-share-page__slot-name a:hover {
    color: #270061;
}

.jw-share-page__bonus-badge {
    display: inline-block;
    background: #270061;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    animation: pulse-bonus 1.6s ease-in-out infinite;
    line-height: 1.4;
}

.jw-share-page__rtps {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.jw-share-page__rtp-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #e8e4f5;
    background: #faf9ff;
}

.jw-share-page__rtp-row--best {
    background: #f0fff4;
    border-color: #22c55e;
}

.jw-share-page__rtp-casino {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    min-width: 110px;
}

.jw-share-page__rtp-best-pill {
    background: #22c55e;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

.jw-share-page__rtp-value {
    font-size: 18px;
    font-weight: 800;
    color: #161728;
    margin-left: auto;
}

.jw-share-page__rtp-value.is-best {
    color: #16a34a;
}

.jw-share-page__rtp-value a {
    color: inherit;
    text-decoration: none;
}

.jw-share-page__rtp-play {
    font-size: 12px;
    font-weight: 600;
    color: #270061;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid rgba(39,0,97,0.3);
    border-radius: 6px;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}

.jw-share-page__rtp-play:hover {
    background: #270061;
    color: #fff;
}

.jw-share-page__share {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.jw-share-page__share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.jw-share-page__share-btn:hover {
    opacity: 0.85;
}

.jw-share-page__share-btn--twitter {
    background: #000;
    color: #fff;
}

.jw-share-page__share-btn--facebook {
    background: #1877f2;
    color: #fff;
}

.jw-share-page__cta {
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid #e8e4f5;
}

.jw-share-page__cta-btn {
    display: inline-block;
    background: #270061;
    color: #fff;
    padding: 13px 32px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 14px;
    transition: background 0.2s, transform 0.15s;
}

.jw-share-page__cta-btn:hover {
    background: #3d0090;
    transform: scale(1.03);
}

.jw-share-page__disclaimer {
    font-size: 11px;
    color: #999;
    margin: 0;
    line-height: 1.5;
}

.jw-share-page__disclaimer a {
    color: #777;
    text-decoration: underline;
}

/* ==========================================================================
   RTP Comparison – 3-column grid layout & category filter bar
   ========================================================================== */

/* ------------------------------------------------------------------
   Toolbar: description + category pills
   ------------------------------------------------------------------ */
.jw-rtp-toolbar {
    padding: 8px 0 20px;
}

.jw-rtp-toolbar__desc {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #555;
    margin: 0 0 16px;
    line-height: 1.6;
}

.jw-rtp-toolbar__desc strong {
    color: #270061;
}

/* Category filter pills */
.jw-cat-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 4px;
}

.jw-cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 16px;
    border-radius: 50px;
    border: 1.5px solid #e0ddf5;
    background: #fff;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 1.3;
}

.jw-cat-pill:hover {
    border-color: #270061;
    color: #270061;
    background: #f7f5ff;
}

.jw-cat-pill.is-active {
    background: #270061;
    border-color: #270061;
    color: #fff;
}

.jw-cat-pill.is-hidden {
    display: none;
}

.jw-cat-pill__count {
    font-size: 10px;
    font-weight: 400;
    opacity: 0.65;
    background: rgba(0, 0, 0, 0.08);
    padding: 1px 6px;
    border-radius: 10px;
}

.jw-cat-pill.is-active .jw-cat-pill__count {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

/* ------------------------------------------------------------------
   3-column grid container
   ------------------------------------------------------------------ */
.rtp-grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Remove the old single-column flex when .rtp-grid-wrap overrides it */
.init-results-row.rtp-grid-wrap {
    flex-direction: unset;
}

/* ------------------------------------------------------------------
   Grid card – vertical layout
   ------------------------------------------------------------------ */
.rtp-grid-card {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding: 18px !important;
    position: relative;
    justify-content: flex-start !important;
}

/* Card header: icon + title */
.rtp-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rtp-card-icon-link {
    flex-shrink: 0;
    display: block;
    text-decoration: none;
}

.rtp-grid-card .icon {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
}

.rtp-card-title-link {
    flex: 1;
    min-width: 0;
    text-decoration: none;
}

.rtp-grid-card .rtp-card-title-link .title {
    transition: color 0.35s ease-in-out;
}

.rtp-grid-card:hover .rtp-card-title-link .title {
    color: #ffffff;
}

.rtp-grid-card .title {
    font-size: 15px !important;
    width: auto !important;
    line-height: 1.4 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* RTPs row inside grid card */
.rtp-grid-card__rtps.rtp-container {
    display: flex !important;
    gap: 6px !important;
    width: 100% !important;
    align-items: stretch !important;
}

.rtp-grid-card .rtp-item {
    flex: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 90px;
    /* Center label + value when at rest.
       The play button is always position:absolute so it never disrupts flex centering. */
    justify-content: center !important;
    padding-top: 0 !important;
}

.rtp-grid-card .rtp-value {
    font-size: 17px !important;
    height: auto !important;
    padding: 4px 2px !important;
    /* participate in upward slide on hover */
    transform: translateY(0);
    transition: transform 0.32s ease-in-out !important;
}

/* Casino label also slides up on hover */
.rtp-grid-card .rtp-casino-label {
    transform: translateY(0);
    transition: transform 0.32s ease-in-out;
}

.rtp-grid-card .rtp-item:hover .rtp-casino-label,
.rtp-grid-card .rtp-item:hover .rtp-value {
    transform: translateY(-13px);
}

/* Keep play button absolutely positioned so it never enters the flex flow.
   Use transform to slide it in/out rather than toggling position:relative. */
.rtp-grid-card .rtp-play {
    position: absolute !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 8px !important;
    border-radius: 0 0 8px 8px !important;
    text-align: center;
    transform: translateY(105%) !important;
    transition: transform 0.32s ease-in-out !important;
}

.rtp-grid-card .rtp-item:hover .rtp-play {
    position: absolute !important;
    transform: translateY(0) !important;
    bottom: 0 !important;
}

.rtp-grid-card .rtp-play a {
    font-size: 13px !important;
    display: block;
    text-align: center;
}

/* Casino name label on each RTP cell */
.rtp-casino-label {
    font-family: Poppins, sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 6px 4px 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.rtp-best-badge {
    display: inline-block;
    background: #3DDBB8;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1px 4px;
    border-radius: 3px;
    line-height: 1.4;
    vertical-align: middle;
}

/* "No results" message */
.jw-no-results {
    grid-column: 1 / -1;
    padding: 40px 24px;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #777;
}

/* ------------------------------------------------------------------
   Responsive overrides
   ------------------------------------------------------------------ */
@media all and (max-width: 900px) {
    .rtp-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .jw-rtp-toolbar__desc {
        font-size: 13px;
    }

    .rtp-grid-card .title {
        font-size: 13px !important;
    }

    .rtp-grid-card .rtp-value {
        font-size: 14px !important;
    }

    /* RTP page hero — reduce oversized desktop padding on mobile */
    .page-template-rtp-comparison .top-general-text {
        padding: 32px 16px 44px;
    }

    .page-template-rtp-comparison .search-results {
        margin-top: -26px;
    }

    /* Ensure the inner wrapper uses mobile-safe side padding */
    .jw-rtp-search-bar__inner {
        padding: 0 16px;
    }

    .search-form.rtp-comparison input {
        padding: 0 0 0 32px;
    }
}

@media all and (max-width: 540px) {
    .page-template-rtp-comparison .top-general-text {
        padding: 24px 16px 36px;
    }

    .page-template-rtp-comparison .search-results {
        margin-top: -16px;
    }

    /* Single column for very small screens */
    .rtp-grid-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media all and (max-width: 540px) {
    .jw-cat-filter {
        gap: 6px;
    }

    .jw-cat-pill {
        font-size: 11px;
        padding: 6px 12px;
    }
}

/* Desktop margin — search bar straddles boundary 50/50 */
.page-template-rtp-comparison .search-results {
    margin-top: -26px;
}

/* Wider container for the RTP comparison grid (860 → 1120px, ~+30%) */
.page-template-rtp-comparison .search-results .container-slot {
    max-width: 1120px;
}

/* Extra breathing room for the load-more on the RTP comparison page */
.page-template-rtp-comparison .search-results .load-more {
    margin-top: 24px;
}

/* ==========================================================================
   News — Homepage Hero
   ========================================================================== */

.jw-news-hero {
    position: relative;
    overflow: hidden;
    /* min-height and padding-top are set inline so they match the existing
       .section.background-hero pattern used across the whole theme */
}

/* 5px accent border that sits exactly where the article image begins (20% = header height) */
.jw-news-hero::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, transparent, #D6D2FF, #270061, #D6D2FF, transparent);
    z-index: 2;
    pointer-events: none;
}

/* Article photo layer — hard cut at 20% (header height), no fade */
.jw-news-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 20%,
        black       20%,
        black       100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 20%,
        black       20%,
        black       100%
    );
    z-index: 0;
}

/* Dark scrim for text readability — only in the lower portion where
   the news title sits, so the upper wallpaper area stays clean */
.jw-news-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0)    0%,
        rgba(0, 0, 0, 0)   45%,
        rgba(0, 0, 0, 0.55) 70%,
        rgba(0, 0, 0, 0.82) 100%
    );
}

/* Content layer — z-index above the masked bg */
.jw-news-hero__content-wrap {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding-bottom: 64px;
    text-decoration: none;
}

.jw-news-hero__content {
    max-width: 760px;
}

.jw-news-hero__label {
    display: inline-block;
    background: #270061;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.jw-news-hero__title {
    font-family: Poppins, sans-serif;
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 14px;
}

.jw-news-hero__excerpt {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 600px;
}

.jw-news-hero__footer {
    display: flex;
    align-items: center;
    gap: 24px;
}

.jw-news-hero__date {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.jw-news-hero__cta {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-bottom: 2px solid #D6D2FF;
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.jw-news-hero__content-wrap:hover .jw-news-hero__cta {
    color: #D6D2FF;
}

/* ==========================================================================
   News — Latest News Grid (homepage)
   ========================================================================== */

.jw-news-grid-section {
    padding: 48px 0 60px;
}

.jw-news-grid-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 28px;
}

.jw-news-grid-title {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.jw-news-grid-more {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s;
}

.jw-news-grid-more:hover {
    color: #fff;
}

.jw-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.jw-news-card {
    background: #1e1f38;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 0;
}

.jw-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.jw-news-card__image {
    display: block;
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center;
    background-color: #2a2b4a;
    flex-shrink: 0;
}

.jw-news-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.jw-news-card__date {
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.jw-news-card__title {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.jw-news-card__title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.jw-news-card__title a:hover {
    color: #D6D2FF;
}

.jw-news-card__excerpt {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ==========================================================================
   News — Single Article
   ========================================================================== */

/* Hero image — fades to body background at bottom */
.jw-single-news-hero {
    position: relative;
    width: 100%;
    height: 56vh;
    min-height: 320px;
    overflow: hidden;
}

.jw-single-news-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    background-color: #f5f5f5;
    /* Fade bottom to the page background (white on single pages) */
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 100%);
}

/* Article meta section */
.jw-single-news-meta {
    padding: 36px 0 24px;
}

.jw-single-news-meta__breadcrumb {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #999;
    margin-bottom: 16px;
}

.jw-single-news-meta__breadcrumb a {
    color: #999;
    text-decoration: none;
}

.jw-single-news-meta__breadcrumb a:hover {
    color: #270061;
}

.jw-single-news-meta__row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.jw-single-news-meta__date,
.jw-single-news-meta__author,
.jw-single-news-meta__sep {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #aaa;
}

.jw-single-news-meta__title {
    font-family: Poppins, sans-serif;
    font-size: clamp(26px, 3.5vw, 44px);
    font-weight: 800;
    color: #111;
    line-height: 1.18;
    margin: 0 0 14px;
}

.jw-single-news-meta__subtitle {
    font-family: Poppins, sans-serif;
    font-size: 17px;
    color: #555;
    line-height: 1.65;
    margin: 0;
    max-width: 680px;
}

/* Full-width image section */
.jw-single-news-figure {
    margin: 0;
    width: 100%;
}

.jw-single-news-figure img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.jw-single-news-figure figcaption {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 8px;
}

/* Back link */
.jw-single-news-back {
    padding: 32px 0 56px;
}

.jw-single-news-back__link {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #270061;
    text-decoration: none;
    border-bottom: 1.5px solid #270061;
    padding-bottom: 2px;
    transition: opacity 0.2s;
}

.jw-single-news-back__link:hover {
    opacity: 0.7;
}

/* ==========================================================================
   News — Responsive
   ========================================================================== */
@media all and (max-width: 900px) {
    .jw-news-hero {
        /* !important needed to beat section.background-hero { min-height: auto !important } */
        min-height: 72vh !important;
    }

    .jw-news-grid-section {
        padding: 36px 16px 48px;
    }

    .jw-news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .jw-news-hero__content-wrap {
        padding: 28px 20px 48px;
    }

    .jw-news-hero__label {
        font-size: 10px;
        padding: 5px 10px;
        margin-bottom: 14px;
    }

    .jw-news-hero__title {
        font-size: clamp(22px, 5.5vw, 34px);
        margin-bottom: 18px;
        line-height: 1.2;
    }

    .jw-news-hero__footer {
        gap: 16px;
    }

    /* Switch mask and border from % to fixed px so they sit exactly at the
       mobile header bottom regardless of section height.
       92px matches the padding-top: 92px !important set for .background-hero
       in the max-width: 1280px media query. */
    .jw-news-hero::before {
        top: 92px;
    }

    .jw-news-hero__bg {
        -webkit-mask-image: linear-gradient(
            to bottom,
            transparent 0,
            transparent 92px,
            black       92px,
            black       100%
        );
        mask-image: linear-gradient(
            to bottom,
            transparent 0,
            transparent 92px,
            black       92px,
            black       100%
        );
    }
}

@media all and (max-width: 600px) {
    .jw-news-grid-section {
        padding: 28px 16px 40px;
    }

    .jw-news-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .jw-news-hero {
        min-height: 68vh !important;
    }

    .jw-news-hero__excerpt {
        display: none;
    }
}
