html {
    scroll-behavior: smooth;
}
p {
        margin-bottom: 1rem;
    }
.entry-content, .block-editor-block-list__layout {
    h1 {
        @apply text-2xl;
    }

    h2 {
        @apply text-xl;
    }

    h3 {
        @apply text-lg;
    }

    p, ul, ol {
        a {
            @apply text-blue-500 underline;

            &:hover {
                @apply no-underline;
            }
        }

        @apply mb-8;
    }

    ul:not(.block-editor-block-variation-picker__variations) {
        li {
            @apply list-disc list-inside;
        }
    }

    ol {
        li {
            @apply list-decimal list-inside;
        }
    }
}

.contentWhite {
    a {
        @apply text-blue-500 underline;
    }

    img {
        margin-bottom: 30px;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@layer base {
    body {
      @apply bg-light;
    }
    p {
      @apply mb-7;
    }
    h1 {
      
    }
    h2 {
      @apply text-4xl font-bold mb-7;
    }
    h3 {
      @apply text-3xl font-bold mb-7;
    }
    h4 {
        @apply text-2xl font-bold mb-7;
    }
  }

.custom-logo {
    max-width: 80%;
    width: 140px;
    margin-top: 0;
}
.blue-header {
    .casino-points li {
        color: #fff;
    }
    a {
        @apply text-white underline;
    }

    @apply sm:pb-0 pb-1;
}
.blue-header.home {
    @apply bg-cover bg-secondary;
}
.casinoInfo {
    .casino-points li {
        font-weight: 400;
    }
}

.casino-points {
    @apply mt-6 mb-[30px] space-y-5;

    li {
        position: relative;
        padding-left: 38px;
        line-height: 1.6;
        font-weight: 400;
        color: #111827;

        transition: all 0.2s ease;

        &::before {
            content: '✓';

            position: absolute;
            left: 0;
            top: 3px;

            width: 22px;
            height: 22px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 9999px;

            background: linear-gradient(135deg, #86cfa0, #6db788);

            color: #ffffff;
            font-size: 12px;
            font-weight: 700;

            box-shadow: 0 2px 6px rgba(109, 183, 136, 0.18);
        }

        &:hover {
            transform: translateX(2px);
        }
    }
}s
#primary-menu li.current_page_item {
    @apply text-primary;
}
#menu-main-menu-de li a, #menu-main-menu-can li a, #menu-main-menu-fr li a, #menu-main-menu li a  {
    font-weight: 600 !important;
}

#menu-main-menu-de li, #menu-main-menu-can li, #menu-main-menu-fr li, #menu-main-menu li {
    .sub-menu li a {
        font-weight: 400 !important;
    }
}


.White {
   a {
    @apply text-blue-600 underline;
   }
   img {
    @apply rounded-md;
   }
}

.Blue {
    @apply bg-secondary;
    a {
        @apply text-white underline;
    }
    h3, h4, h5, h6 {
        @apply text-white;
    }
    h2 {
        @apply text-white sm:text-4xl text-3xl;
    }
    p {
        @apply text-white;
    }
    img {
        @apply rounded-md;
    }
    ul.checkGreenList {
        @apply mb-5 bg-white p-9 rounded-2xl float-left;

        li {
            @apply pl-9 pb-2 w-1/2 float-left text-black;
            background: url('../resources/img/pros-icon.png') no-repeat left top;
            background-size: 25px;

            a {
                @apply text-blue-600;
            }
        }
    }
 }
 .star-rating {
     @apply text-yellow-400;
 }
 .show-btn {
     @apply underline mt-2.5;
 }
 .lightBlue {
    margin-bottom: 0;

    h3 {
        color: #000;
    }
 }
 .lightBlue,  .lightBlue a {
     @apply bg-white text-black;

     p {
         margin-top: -15px;
     }
     h4 {
         margin-top: 0;
     }
     li {
        padding-left: 32px;
        line-height: 24px;
        padding-bottom: 20px;
     }
     .pros {
         li {
            background: url('../resources/img/pros-icon.png') no-repeat left;
            background-size: 25px;
            background-position: top left;
         }
     }
     .cons {
        li {
           background: url('../resources/img/cons-icon.png') no-repeat left;
           background-size: 22px;
           background-position: top left;
        }
    }
 }
 .contentIcon img {
     margin-top: -80px;
     margin-bottom: 30px;
 }
 .contentIcon p,  .contentIcon h4 {
    color: black;
}
.somecontent {
    @apply grid col-span-2;
}
.langWrap {
    
}
.lang {
    @apply relative;

    width: 50px;

    .arrowDown {
        @apply inline-block absolute;
        top: 13px;
        right: 0;
        width: 9px;
        height: 9px;
        background: url('../resources/img/arrow-down.png') no-repeat;
        background-size: 9px;
    }
}
.langDrop {
    @apply bg-white p-3 pb-0 absolute rounded-lg shadow-black shadow-md;
    top: 40px;
    right: 0;
    width: 140px;
}
.ca-flag {
    width: 40px;
    height: 40px;
    display: block;
    background: url('../resources/img/de-flag.svg') no-repeat;
    background-size: 32px;
}
.mx-flag {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../resources/img/mx-flag.png') no-repeat;
    background-size: 22px;
    padding-left: 30px;
    font-size: 14px;

}
.in-flag {
    width: 30px;
    height: 30px;
    display: block;
    background: url('../resources/img/in-flag.png') no-repeat;
    background-size: 22px;
    padding-left: 30px;
    font-size: 14px;
}
#menu-main-menu {
    li {
        position: relative;
        line-height: 45px;
    }
    li:hover .sub-menu {
        display: block;
    }
}
#menu-main-menu-can {
    li {
        position: relative;
        line-height: 45px;
    }
    li:hover .sub-menu {
        display: block;
    }
}
#menu-main-menu-de {
    li {
        position: relative;
        line-height: 35px;
    }
    li:hover .sub-menu {
        display: block;
    }
}

.white-box {
    @apply bg-lightblue p-4 pb-4 sm:pl-16 pl-20 rounded-lg mt-4 relative mb-6;

    p {
        @apply text-black;
    }

    h3 {
        @apply uppercase text-xl m-0 mb-2;
    }
}
.num {
    @apply absolute left-2 bg-primary text-white font-bold text-center text-xl rounded-full p-5 block leading-3 sm:-left-6 left-2;
    top: 50%;
    margin-top: -28px;
    border: 2px solid #fff;
}
.no-number .white-box {
    @apply pl-8 pt-8;

    h3 {
        @apply capitalize;
    }
}
.faqsWrap.Blue {
    @apply text-black;

    .bg-lightblue {
        @apply bg-transparent border border-white;

        .plus, .minus {
            @apply text-white;
        }
    }
}
.site-footer {

    li a {
        @apply leading-8;

        &:hover {
            @apply text-primary;
        }
    }
    .eighteen {
        width: 42px;
        height: 42px;
        display: inline-block;
        margin: 0 auto;
        background: url('../resources/img/18.png') no-repeat;
        background-size: cover;
    }
    .nineteen {
        width: 42px;
        height: 42px;
        display: inline-block;
        margin: 0 auto;
        background: url('../resources/img/19.png') no-repeat;
        background-size: cover;
    }
}

.checkList {
    @apply mt-9 bg-white text-black sm:p-10 p-1 pl-7 rounded-2xl mt-14;
    p, h3 {
        @apply m-0 text-black;
    }
    h3 {
        @apply text-2xl;
    }
    h4 {
        @apply text-black text-2xl;
    }
    a {
        @apply text-blue-600;
    }
    li {
        background: url('../resources/img/check-box-blue.png') no-repeat left;
        background-size: 50px;
        background-position: 0px 32px;
        @apply -mb-2 p-6 pl-14;
    }
}

.checkList.oneLiner {
    @apply p-10 pt-5;

    li {
        @apply pl-10;
        background-size: 35px;
        background-position: 0px 21px;
    }
}

.icons {
    width: 32px;
    height: 32px;
    margin-top: -15px;
    @apply inline-block mr-4;

    &.fb {
        background: url('../resources/img/facebook.png') no-repeat left;
    }
    &.tw {
        background: url('../resources/img/twitter.png') no-repeat left;
    }
    &.yt {
        background: url('../resources/img/youtube.png') no-repeat left;
    }
    &.ins {
        background: url('../resources/img/instagram.png') no-repeat left;
    }
}

.Blue {
    .incontent {
        @apply text-white;
    }
}

#wpcf7-f1281-o1 {
    input, textarea {
        @apply border-black p-4 rounded-md;
        border: 1px solid;
    }

}

.topCasinos {
    .casinoLogo {
        @apply inline-block -mt-10;
        width: 100px;
        height: 100px;
    }
}

/*.hpCasinoListingLogo {
    @apply sm:w-auto sm:h-auto sm:rounded-full rounded-none sm:rounded-none sm:pt-0 pt-10 overflow-hidden;
}*/

.topcontent {
    @apply pt-0 sm:pt-12;
    h1 {
        @apply text-3xl md:text-5xl mb-3 md:mb-6;
    }
}
.White {
    h2 {
        @apply sm:text-3xl text-3xl;
    }
}
.ontarioWrap {
        a {
            background: url('../resources/img/ontario-icon.svg') no-repeat left;
            background-size: 27px !important;
            background-position: 11px 10px;
            padding-left: 50px;
        }
}

.white-box {
    a {
        @apply text-blue-600 underline;
    }
}

.flags-int {
    li {
        float: left;
        display: inline-block;
        width: 20%;

        img {
            max-width: 60%;
        }
    }
}

.payments-hp {

    margin-bottom: 3=0px;
    display: block;
    float: left;;

    li {
        width: 33.3%;
        margin-right: 0;
        float:left;
    }
}

.wpml-ls-menu-item .wpml-ls-flag {
    width: 35px !important;
    height: 35px !important;
    margin-left: 100px;
}

#primary-menu {
    margin-top: 15px;
}

#primary-menu {
    .sub-menu {
        @apply bg-white text-black pt-4 pb-4 rounded-lg shadow-2xl hidden;
        min-width: 270px;
        position: absolute;
        top: 35px;
    }
}

.menu-item-language {
    .sub-menu {
        background-color: transparent !important;
        min-width: 10px !important;
        margin-left: -16px !important;
    }
}

.sidebar {
    line-height: 25px;

    .widget-title {
        @apply mt-10 first:mt-0 text-primary;
    }

    h2 {
        font-size: 18px !important;
        line-height: 1.4;
    }

    a {
        &:hover {
            @apply text-blue-500 underline font-bold;
        }
    }
}

#menu-banking-options. #menu-countries {
    li {
        @apply pb-2 bg-white;
    }
}

.sidebar li {
        @apply pb-2;
}

.widget-title {
    @apply text-xl font-bold block mb-4;
}

.page-template-insidepages-template, .page-template-homepage-template, .page-template-slots-template-php {
    @apply bg-slate-50;   
}
.page-template-homepage-template {
    @apply bg-white;
}

.page-template-insidepages-template, .page-template-slots-template-php {
    .Blue {
        @apply bg-white border pl-4 pr-4 pt-0 rounded-lg;
        a {
            @apply text-black underline;
        }
        h3, h4, h5, h6 {
            @apply text-black;
        }
        h2 {
            @apply text-black sm:text-4xl text-3xl;
        }
        p {
            @apply text-black;
        }
        img {
            @apply rounded-md;
        }
        ul.casino-points {
            @apply text-black;
        }
        ul.checkGreenList {
            @apply mb-5 bg-black p-9 rounded-2xl float-left;
    
            li {
                @apply pl-9 pb-2 w-1/2 float-left text-black;
                background: url('../resources/img/pros-icon.png') no-repeat left top;
                background-size: 25px;
    
                a {
                    @apply text-blue-600;
                }
            }
        }
     }
}

.similar-sites .menu {
    @apply grid grid-cols-3 gap-4;
    li {
        a {
            @apply no-underline;

            &:hover {
                
            }
        }

        @apply bg-gray-200 bg-white shadow-md text-center text-sm rounded-md p-2 inline-block;
    }       
}

.post-template-default {
    .post-modified-info {
        text-align: left !important;
    }
}

.page-template-casinoreview-template, .page-template-insidepages-template, .page-template-homepage-template {
    h1 {
        @apply text-5xl sm:text-5xl mb-2 font-semibold;
        line-height: 60px;
    }
    h2 {
        @apply text-3xl sm:text-3xl mb-2 font-bold;
    }
    h3 {
        @apply text-2xl sm:text-2xl mb-2;
    }
    p {
        margin-bottom: 1rem;
    }
}

.page-template-homepage-template {
    h1 {
        @apply text-5xl sm:text-5xl font-medium;
        line-height: 60px;
    }
    h2 {
        @apply text-3xl sm:text-3xl;
    }
    h3 {
        @apply text-2xl sm:text-2xl;
    }
}
.content-hp a {
    @apply text-blue-500 underline;
}
.hp-listing .casino-points {
        font-size: 13px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    @apply mb-0;
}

.page-template-casinoreview-template #content .contentWhite
{
    @apply pl-6 pr-6 md:p-0;

    img {
        @apply rounded-2xl shadow-xl;
    }
}

.page-template-casinoreview-template .casinoInfo {
   img {
    @apply md:w-auto mx-auto md:mt-0 mt-5;
   } 
}

.page-template-insidepages-template{
    .coin-card-top-v23 {
        padding: 22px 8px 18px;
    }

}
.ninja_table_wrapper {
    margin-bottom: 30px;
}/* Premium homepage hero */
.wg-premium-hero{--wg-lime:#8CFB61;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;position:relative;overflow:hidden;background:radial-gradient(circle at 72% 36%,rgba(130,160,90,.14),transparent 32%),linear-gradient(180deg,#070809 0%,#030404 100%);color:#fff;padding:clamp(72px,8vw,120px) 0 clamp(42px,6vw,72px)}
.wg-premium-hero__bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(3,4,5,.95) 0%,rgba(3,4,5,.82) 45%,rgba(3,4,5,.74) 100%),var(--wg-hero-image);background-repeat:no-repeat;background-position:center right;background-size:cover;opacity:.2;pointer-events:none}.wg-premium-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 65%,#030404 100%);pointer-events:none}.wg-premium-hero__inner,.wg-premium-categories{position:relative;z-index:1;max-width:1320px;padding-inline:24px}.wg-premium-hero__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(38px,7vw,90px);align-items:center}.wg-premium-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:34px;color:rgba(255,255,255,.72);font-size:15px}.wg-premium-kicker strong{color:#fff;text-transform:uppercase;letter-spacing:.03em}.wg-premium-kicker__icon{width:40px;height:40px;border-radius:12px;color:#fff;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.18)}.wg-premium-kicker__icon svg{width:23px;height:23px}.wg-premium-hero__title{max-width:760px;margin:0 0 24px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(42px,5.15vw,76px);line-height:.98;letter-spacing:-.065em;font-weight:800;color:#fff}.wg-premium-hero__intro{max-width:690px;color:rgba(255,255,255,.78);font-size:clamp(17px,1.35vw,21px);line-height:1.62;margin:0 0 34px}.wg-premium-hero__actions{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:38px}.wg-premium-btn,.wg-premium-card__cta{min-height:66px;display:inline-flex;align-items:center;justify-content:center;gap:16px;border-radius:10px;padding:0 28px;font-weight:800;text-decoration:none!important;transition:transform .2s ease,border-color .2s ease,background .2s ease}.wg-premium-btn:hover,.wg-premium-card__cta:hover,.wg-premium-category:hover{transform:translateY(-2px)}.wg-premium-btn--white{background:#fff;color:#050607!important;border:1px solid #fff;box-shadow:0 18px 40px rgba(255,255,255,.08)}.wg-premium-btn--outline{color:#fff!important;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.03)}.wg-premium-proof{display:flex;flex-wrap:wrap;gap:0}.wg-premium-proof__item{display:grid;grid-template-columns:46px auto;column-gap:14px;align-items:center;padding:0 24px;border-right:1px solid rgba(255,255,255,.16)}.wg-premium-proof__item:first-child{padding-left:0}.wg-premium-proof__item:last-child{border-right:0}.wg-premium-proof__item span{grid-row:span 2;width:46px;height:46px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:24px}.wg-premium-proof__item span.is-white{color:#fff}.wg-premium-proof__item strong{display:block;font-size:16px;color:#fff;line-height:1.2}.wg-premium-proof__item small{color:rgba(255,255,255,.72);font-size:13px;line-height:1.3}.wg-premium-card{max-width:390px;justify-self:end;width:100%;border-radius:22px;border:1px solid rgba(255,255,255,.26);background:linear-gradient(180deg,rgba(17,20,22,.88),rgba(6,8,10,.92));box-shadow:0 26px 70px rgba(0,0,0,.45);padding:32px 28px;text-align:center;backdrop-filter:blur(12px)}.wg-premium-card__badge{display:flex;justify-content:center;gap:10px;color:#fff;font-weight:800;text-transform:uppercase;margin-bottom:22px}.wg-premium-card h2{font-size:20px;margin:0 0 22px;color:#fff}.wg-premium-card__brand{position:relative;display:flex;justify-content:center;align-items:center;min-height:78px;margin-bottom:24px}.wg-premium-card__rank{position:absolute;left:0;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:999px;color:#fff;font-weight:800}.wg-premium-card__brand strong{min-width:210px;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:14px 22px;font-size:38px;letter-spacing:-.04em;background:rgba(0,0,0,.24);color:#fff}.wg-premium-card__brand strong span{color:#ffe200}.wg-premium-card__rating{padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.11);color:#fff;letter-spacing:.18em}.wg-premium-card__rating span{letter-spacing:0;color:rgba(255,255,255,.75);margin-left:10px}.wg-premium-card__offer{display:grid;gap:8px;margin:22px 0}.wg-premium-card__offer small{color:rgba(255,255,255,.7)}.wg-premium-card__offer strong{color:#fff;font-size:18px}.wg-premium-card__cta{width:100%;min-height:60px;background:linear-gradient(135deg,#8CFB61,#7AF24F);color:#050607!important}.wg-premium-card__review{display:inline-block;margin-top:18px;color:#fff!important;text-decoration:underline!important;font-weight:700}.wg-premium-card__dots{display:flex;justify-content:center;gap:12px;margin-top:28px}.wg-premium-card__dots span{width:22px;height:7px;border-radius:999px;background:rgba(255,255,255,.18)}.wg-premium-card__dots span:first-child{background:var(--wg-lime)}.wg-premium-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:46px}.wg-premium-category{position:relative;display:grid;grid-template-columns:64px 1fr 26px;gap:18px;align-items:center;min-height:154px;padding:26px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));color:#fff!important;text-decoration:none!important;transition:transform .2s ease,border-color .2s ease,background .2s ease}.wg-premium-category:hover{border-color:rgba(140,251,97,.42);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035))}.wg-premium-category__icon{grid-row:span 2;width:64px;height:64px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:var(--wg-lime);background:rgba(140,251,97,.09);border:1px solid rgba(140,251,97,.18);font-size:34px}.wg-premium-category strong{font-size:20px;line-height:1.2}.wg-premium-category small{color:rgba(255,255,255,.72);line-height:1.55}.wg-premium-category em{grid-row:span 2;justify-self:end;font-style:normal;font-size:30px;color:#fff}@media(max-width:1024px){.wg-premium-hero__inner{grid-template-columns:1fr}.wg-premium-card{justify-self:start;max-width:520px}.wg-premium-categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.wg-premium-hero{padding-top:54px}.wg-premium-hero__inner,.wg-premium-categories{padding-inline:18px}.wg-premium-hero__title{font-size:clamp(38px,13vw,52px);letter-spacing:-.045em}.wg-premium-hero__actions,.wg-premium-btn{width:100%}.wg-premium-proof{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wg-premium-proof__item{border-right:0;padding:0}.wg-premium-categories{grid-template-columns:1fr}.wg-premium-category{min-height:132px}}
/* Premium casino hero refinements */
.wg-premium-hero{--wg-lime:#8CFB61;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;padding:clamp(82px,7.5vw,118px) 0 clamp(48px,5vw,76px)!important;background:radial-gradient(circle at 75% 32%,rgba(255,255,255,.045),transparent 30%),linear-gradient(180deg,#060809 0%,#020303 100%)!important;color:#fff!important}
.wg-premium-hero__bg{opacity:.2!important;background-image:linear-gradient(90deg,rgba(3,4,5,.98) 0%,rgba(3,4,5,.88) 43%,rgba(3,4,5,.74) 72%,rgba(3,4,5,.86) 100%),var(--wg-hero-image)!important;background-position:center right!important;background-size:cover!important;filter:saturate(.78) contrast(1.05)!important}
.wg-premium-hero:after{background:linear-gradient(180deg,rgba(0,0,0,0) 58%,#020303 100%)!important}
.wg-premium-hero__inner,.wg-premium-categories{max-width:1360px!important;padding-inline:32px!important}
.wg-premium-hero__inner{grid-template-columns:minmax(0,1.05fr) 420px!important;gap:clamp(54px,8vw,120px)!important;align-items:center!important}
.wg-premium-kicker{gap:14px!important;margin-bottom:42px!important;color:rgba(255,255,255,.68)!important;font-size:15px!important}
.wg-premium-kicker strong{font-size:15px!important;letter-spacing:.02em!important;color:#fff!important}
.wg-premium-kicker__icon{width:38px!important;height:38px!important;border-radius:11px!important;color:#fff!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.18)!important}
.wg-premium-hero__title{max-width:760px!important;margin:0 0 24px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:clamp(44px,4.4vw,66px)!important;line-height:1.08!important;letter-spacing:-.058em!important;font-weight:800!important;color:#fff!important;text-wrap:balance!important}
.wg-premium-hero__intro{max-width:700px!important;color:rgba(255,255,255,.76)!important;font-size:clamp(17px,1.15vw,20px)!important;line-height:1.65!important;margin:0 0 34px!important}
.wg-premium-hero__actions{display:flex!important;flex-wrap:wrap!important;gap:18px!important;margin-bottom:42px!important}.wg-premium-btn{min-height:64px!important;border-radius:9px!important;padding:0 30px!important;font-size:16px!important}.wg-premium-btn svg{width:22px;height:22px;flex:none}.wg-premium-btn--white{background:#fff!important;color:#050607!important;border-color:#fff!important}.wg-premium-btn--outline{background:rgba(255,255,255,.025)!important;color:#fff!important;border-color:rgba(255,255,255,.52)!important}.wg-premium-proof{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:0!important}.wg-premium-proof__item{display:grid!important;grid-template-columns:48px auto!important;grid-template-rows:auto auto!important;column-gap:14px!important;align-items:center!important;min-width:0!important;padding:0 24px!important;border-right:1px solid rgba(255,255,255,.16)!important}.wg-premium-proof__item:first-child{padding-left:0!important}.wg-premium-proof__item:last-child{border-right:0!important}.wg-premium-proof__item span{grid-row:1 / span 2!important;width:48px!important;height:48px!important;border-radius:12px!important;background:rgba(255,255,255,.052)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;font-size:0!important}.wg-premium-proof__item span svg{width:27px!important;height:27px!important}.wg-premium-proof__item span.is-white{color:#fff!important}.wg-premium-proof__item strong{font-size:16px!important;line-height:1.16!important;color:#fff!important}.wg-premium-proof__item small{font-size:13px!important;line-height:1.25!important;color:rgba(255,255,255,.72)!important}.wg-premium-card{width:100%!important;max-width:420px!important;justify-self:end!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.26)!important;background:linear-gradient(180deg,rgba(17,20,22,.76),rgba(4,6,7,.9))!important;box-shadow:0 30px 80px rgba(0,0,0,.55)!important;padding:36px 28px!important}.wg-premium-card__badge{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;color:#fff!important}.wg-premium-card__badge svg{width:18px;height:18px;color:#fff}.wg-premium-card h2{font-size:20px!important;margin-bottom:22px!important}.wg-premium-card__brand{min-height:78px!important;margin-bottom:24px!important}.wg-premium-card__rank{left:0!important;width:48px!important;height:48px!important}.wg-premium-card__brand strong{min-width:214px!important;font-size:36px!important}.wg-premium-card__brand strong span{color:#ffe600!important}.wg-premium-card__rating{color:#fff!important}.wg-premium-card__cta{background:linear-gradient(135deg,#8CFB61,#7AF24F)!important;color:#050607!important;border:0!important}.wg-premium-card__dots span:first-child{background:var(--wg-lime)!important}.wg-premium-categories{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;margin-top:54px!important}.wg-premium-category{display:grid!important;grid-template-columns:72px minmax(0,1fr) 28px!important;grid-template-rows:auto!important;gap:20px!important;align-items:center!important;min-height:156px!important;padding:26px 24px!important;border-radius:13px!important;border:1px solid rgba(255,255,255,.18)!important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;color:#fff!important;text-decoration:none!important}.wg-premium-category__icon{grid-row:auto!important;width:62px!important;height:62px!important;border-radius:13px!important;color:var(--wg-lime)!important;background:rgba(140,251,97,.09)!important;border:1px solid rgba(140,251,97,.22)!important;font-size:0!important}.wg-premium-category__icon svg{width:34px!important;height:34px!important}.wg-premium-category__copy{display:grid!important;gap:9px!important;min-width:0!important}.wg-premium-category strong{display:block!important;font-size:20px!important;line-height:1.18!important;color:#fff!important}.wg-premium-category small{display:block!important;font-size:15px!important;line-height:1.48!important;color:rgba(255,255,255,.72)!important}.wg-premium-category em{grid-row:auto!important;align-self:end!important;justify-self:end!important;color:#fff!important;font-size:30px!important;line-height:1!important}
@media(max-width:1180px){.wg-premium-proof{flex-wrap:wrap!important;gap:16px!important}.wg-premium-proof__item{border-right:0!important;padding:0!important}.wg-premium-categories{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:1024px){.wg-premium-hero__inner{grid-template-columns:1fr!important}.wg-premium-card{justify-self:start!important;max-width:520px!important}}
@media(max-width:640px){.wg-premium-hero{padding-top:54px!important}.wg-premium-hero__inner,.wg-premium-categories{padding-inline:18px!important}.wg-premium-hero__title{font-size:clamp(36px,11vw,48px)!important;line-height:1.06!important}.wg-premium-hero__actions,.wg-premium-btn{width:100%!important}.wg-premium-proof{display:grid!important;grid-template-columns:1fr!important}.wg-premium-proof__item{padding:0!important}.wg-premium-categories{grid-template-columns:1fr!important}.wg-premium-category{grid-template-columns:62px 1fr 24px!important;min-height:132px!important}}

/* Premium hero refinements: compact spacing, softer typography, read-more, animation, and aligned cards */
.wg-premium-hero{
  --wg-lime:#8CFB61;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;
  padding:clamp(42px,5vw,72px) 0 clamp(44px,5vw,70px)!important;
}
.wg-premium-hero__bg{
  opacity:.20!important;
  background-image:linear-gradient(90deg,rgba(3,4,5,.99) 0%,rgba(3,4,5,.90) 42%,rgba(3,4,5,.78) 70%,rgba(3,4,5,.90) 100%),var(--wg-hero-image)!important;
}
.wg-premium-hero__inner{
  align-items:center!important;
  gap:clamp(44px,7vw,104px)!important;
}
.wg-premium-kicker{margin-bottom:28px!important}
.wg-premium-hero__title{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:clamp(40px,4.05vw,62px)!important;
  line-height:1.09!important;
  letter-spacing:-.038em!important;
  font-weight:720!important;
  max-width:800px!important;
}
.wg-premium-hero__intro{
  max-width:700px!important;
  margin:0 0 28px!important;
}
.wg-premium-hero__intro p{
  margin:0!important;
  color:rgba(255,255,255,.76)!important;
  font-size:clamp(16px,1.08vw,19px)!important;
  line-height:1.66!important;
}
.wg-premium-hero__intro-more{
  margin-top:14px!important;
}
.wg-premium-hero__intro-more p{
  margin-bottom:10px!important;
}
.wg-premium-readmore{
  margin-top:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#fff!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  font-size:15px!important;
  font-weight:800!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
  cursor:pointer!important;
}
.wg-premium-hero__actions{margin-bottom:34px!important}
.wg-premium-proof{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  max-width:720px!important;
}
.wg-premium-proof__item{
  min-width:0!important;
  padding:0 18px!important;
  grid-template-columns:46px minmax(0,1fr)!important;
}
.wg-premium-proof__item span{width:46px!important;height:46px!important}
.wg-premium-proof__item strong{white-space:nowrap!important}
.wg-premium-card{
  animation:wgCardFloat 7s ease-in-out infinite!important;
}
.wg-premium-card__brand img{
  display:block!important;
  max-width:205px!important;
  max-height:72px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  margin:0 auto!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:10px!important;
  padding:14px 22px!important;
  background:rgba(0,0,0,.24)!important;
}
.wg-premium-card__brand strong{
  font-size:30px!important;
  letter-spacing:-.025em!important;
}
.wg-premium-categories{
  margin-top:42px!important;
  gap:18px!important;
}
.wg-premium-category{
  grid-template-columns:64px minmax(0,1fr) 24px!important;
  gap:18px!important;
  min-height:150px!important;
  padding:24px!important;
  align-items:center!important;
}
.wg-premium-category__icon{
  width:60px!important;
  height:60px!important;
  color:var(--wg-lime)!important;
  box-shadow:0 0 28px rgba(140,251,97,.09)!important;
}
.wg-premium-category__icon svg{width:32px!important;height:32px!important}
.wg-premium-category__copy{gap:8px!important;align-self:center!important}
.wg-premium-category strong{font-size:19px!important;line-height:1.16!important}
.wg-premium-category small{font-size:14px!important;line-height:1.48!important;max-width:190px!important}
.wg-premium-category em{align-self:end!important;font-size:28px!important}
.wg-animate-fade{
  opacity:0;
  transform:translateY(14px);
  animation:wgFadeUp .75s cubic-bezier(.2,.75,.25,1) forwards;
  animation-delay:var(--wg-delay,0s);
}
.wg-premium-category:hover .wg-premium-category__icon,
.wg-premium-btn:hover,
.wg-premium-card__cta:hover{
  box-shadow:0 16px 42px rgba(140,251,97,.10)!important;
}
@keyframes wgFadeUp{to{opacity:1;transform:translateY(0)}}
@keyframes wgCardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@media (prefers-reduced-motion:reduce){
  .wg-animate-fade,.wg-premium-card{animation:none!important;opacity:1!important;transform:none!important}
}
@media(max-width:1180px){
  .wg-premium-proof{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
  .wg-premium-proof__item{border-right:0!important;padding:0!important}
}
@media(max-width:1024px){
  .wg-premium-hero{padding-top:36px!important}
}
@media(max-width:640px){
  .wg-premium-hero{padding-top:30px!important}
  .wg-premium-hero__title{font-size:clamp(34px,10.4vw,46px)!important;letter-spacing:-.032em!important;font-weight:720!important}
  .wg-premium-proof{grid-template-columns:1fr 1fr!important}
  .wg-premium-category{grid-template-columns:58px 1fr 24px!important;min-height:128px!important;padding:20px!important}
  .wg-premium-category small{max-width:none!important}
}

/* Premium hero final refinements */
.wg-premium-hero{padding-top:clamp(46px,5vw,76px)!important;overflow:hidden!important}
.wg-premium-hero__title{font-weight:720!important;letter-spacing:-.032em!important;line-height:1.09!important;font-size:clamp(42px,4.15vw,62px)!important}
.wg-premium-card{display:block!important;visibility:visible!important;opacity:1!important;min-height:0!important;animation:wgHeroFloat 7s ease-in-out infinite!important}
.wg-premium-card__shortcode{width:100%!important;color:#fff!important}.wg-premium-card__shortcode>*{max-width:100%!important}.wg-premium-card__shortcode img{display:block!important;max-width:190px!important;max-height:70px!important;width:auto!important;height:auto!important;margin:14px auto 18px!important;object-fit:contain!important}.wg-premium-card__shortcode a{color:#fff!important}.wg-premium-card__shortcode a[href*="go"],.wg-premium-card__shortcode a[class*="button"],.wg-premium-card__shortcode a[class*="btn"],.wg-premium-card__shortcode .button,.wg-premium-card__shortcode button{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important;min-height:58px!important;border-radius:9px!important;background:linear-gradient(135deg,#8CFB61,#7AF24F)!important;color:#050607!important;border:0!important;font-weight:800!important;text-decoration:none!important;box-shadow:none!important}.wg-premium-card__shortcode h2,.wg-premium-card__shortcode h3,.wg-premium-card__shortcode h4{font-size:20px!important;line-height:1.25!important;color:#fff!important;text-align:center!important;margin:0 0 18px!important}.wg-premium-card__shortcode p,.wg-premium-card__shortcode li,.wg-premium-card__shortcode span,.wg-premium-card__shortcode div{color:rgba(255,255,255,.78)!important}.wg-premium-card__shortcode strong{color:#fff!important}.wg-premium-card__shortcode [class*="rating"],.wg-premium-card__shortcode [class*="stars"]{color:#fff!important;text-align:center!important}.wg-premium-card__shortcode [class*="rank"]{border-color:#fff!important;color:#fff!important}.wg-premium-proof{row-gap:16px!important}.wg-premium-proof__item{align-items:center!important}.wg-premium-proof__item span{display:inline-flex!important;align-items:center!important;justify-content:center!important}.wg-premium-categories{margin-top:42px!important}.wg-premium-category{grid-template-columns:64px minmax(0,1fr) 28px!important;min-height:148px!important;padding:24px!important}.wg-premium-category__icon{width:58px!important;height:58px!important;color:var(--wg-lime)!important}.wg-premium-category__copy{align-self:center!important}.wg-premium-category strong{font-weight:780!important;letter-spacing:-.015em!important}.wg-premium-category small{max-width:210px!important}.wg-premium-category em{align-self:end!important}
.wg-premium-hero__intro p::selection,.wg-premium-hero__intro *::selection{background:rgba(140,251,97,.25)!important;color:#fff!important}
@keyframes wgHeroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media (prefers-reduced-motion:reduce){.wg-premium-card{animation:none!important}.wg-animate-fade{animation:none!important;opacity:1!important;transform:none!important}}
@media(max-width:1024px){.wg-premium-card{justify-self:start!important;animation:none!important}.wg-premium-hero__inner{gap:32px!important}}
@media(max-width:640px){.wg-premium-hero{padding-top:34px!important}.wg-premium-hero__title{font-size:clamp(36px,11vw,48px)!important;letter-spacing:-.03em!important}.wg-premium-categories{margin-top:30px!important}.wg-premium-category{grid-template-columns:58px 1fr 24px!important;min-height:124px!important}}

/* Premium hero dynamic shortcuts: keep backend/translated links, apply new styling */
.wg-premium-categories{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;margin-top:54px!important;align-items:stretch!important}.wg-premium-category{display:grid!important;grid-template-columns:72px minmax(0,1fr) 28px!important;gap:20px!important;align-items:center!important;min-height:150px!important;padding:26px 24px!important;border-radius:13px!important;border:1px solid rgba(255,255,255,.18)!important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;color:#fff!important;text-decoration:none!important;text-align:left!important;overflow:hidden!important}.wg-premium-category:hover{border-color:rgba(140,251,97,.42)!important;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important}.wg-premium-category__icon{width:62px!important;height:62px!important;border-radius:13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--wg-lime)!important;background:rgba(140,251,97,.09)!important;border:1px solid rgba(140,251,97,.22)!important;flex:none!important}.wg-premium-category__icon svg{width:34px!important;height:34px!important;display:block!important}.wg-premium-category__copy{display:block!important;min-width:0!important}.wg-premium-category strong{display:block!important;margin:0!important;color:#fff!important;font-size:20px!important;line-height:1.18!important;font-weight:800!important;letter-spacing:-.02em!important;text-align:left!important}.wg-premium-category small{display:none!important}.wg-premium-category em{font-style:normal!important;justify-self:end!important;align-self:end!important;color:#fff!important;font-size:30px!important;line-height:1!important}.wg-premium-categories--raw>*{display:contents!important}.wg-premium-categories--raw a{display:grid!important;grid-template-columns:72px minmax(0,1fr) 28px!important;gap:20px!important;align-items:center!important;min-height:150px!important;padding:26px 24px!important;border-radius:13px!important;border:1px solid rgba(255,255,255,.18)!important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;color:#fff!important;text-decoration:none!important;text-align:left!important}.wg-premium-categories--raw a img{width:62px!important;height:62px!important;object-fit:contain!important;border-radius:13px!important;padding:14px!important;background:rgba(140,251,97,.09)!important;border:1px solid rgba(140,251,97,.22)!important;filter:grayscale(1) brightness(1.7) sepia(1) saturate(6) hue-rotate(25deg)!important}.wg-premium-categories--raw a:after{content:'→';justify-self:end;align-self:end;color:#fff;font-size:30px;line-height:1}@media(max-width:1024px){.wg-premium-categories{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.wg-premium-categories{grid-template-columns:1fr!important;margin-top:36px!important}.wg-premium-category,.wg-premium-categories--raw a{min-height:132px!important;grid-template-columns:62px minmax(0,1fr) 24px!important;padding:22px!important}.wg-premium-category strong{font-size:19px!important}}

/* Premium hero polish: WPML-friendly dynamic labels + no sideways scroll */
html, body { max-width: 100%; overflow-x: hidden; }
.wg-premium-hero,
.wg-premium-hero * { box-sizing: border-box; }
.wg-premium-hero { width: 100%; max-width: 100vw; overflow: hidden; padding-top: clamp(46px, 4.6vw, 78px) !important; padding-bottom: clamp(38px, 4.4vw, 64px) !important; }
.wg-premium-hero__inner,
.wg-premium-categories { width: 100%; max-width: min(1360px, calc(100vw - 48px)) !important; padding-inline: 0 !important; }
.wg-premium-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important; gap: clamp(36px, 6vw, 90px) !important; }
.wg-premium-hero__content { min-width: 0; }
.wg-premium-kicker { margin-bottom: clamp(24px, 3vw, 36px) !important; }
.wg-premium-hero__title { font-weight: 760 !important; letter-spacing: -0.045em !important; max-width: 760px !important; }
.wg-premium-hero__intro p { margin-bottom: 0 !important; }
.wg-premium-readmore { margin-top: 12px !important; display: inline-flex !important; align-items: center !important; gap: 9px !important; }
.wg-premium-proof { align-items: stretch !important; row-gap: 18px !important; }
.wg-premium-proof__item { min-width: 0 !important; }
.wg-premium-categories { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 18px !important; margin-top: clamp(34px, 4vw, 54px) !important; }
.wg-premium-category { grid-template-columns: 64px minmax(0, 1fr) 28px !important; gap: 18px !important; min-width: 0 !important; overflow: hidden !important; }
.wg-premium-category__copy { min-width: 0 !important; display: block !important; }
.wg-premium-category strong { display: block !important; overflow-wrap: anywhere !important; hyphens: auto !important; }
.wg-premium-category em { line-height: 1 !important; }
@media (max-width: 1180px) {
  .wg-premium-hero__inner { grid-template-columns: 1fr !important; }
  .wg-premium-card { justify-self: start !important; }
  .wg-premium-categories { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 640px) {
  .wg-premium-hero { padding-top: 34px !important; }
  .wg-premium-hero__inner,
  .wg-premium-categories { max-width: calc(100vw - 32px) !important; }
  .wg-premium-categories { grid-template-columns: 1fr !important; }
  .wg-premium-category { grid-template-columns: 58px minmax(0, 1fr) 24px !important; }
}

/* Premium hero spacing + full bonus polish */
.wg-premium-hero{
  padding-top:clamp(26px,3vw,48px)!important;
  padding-bottom:clamp(34px,4vw,58px)!important;
}
.wg-premium-kicker{margin-bottom:clamp(18px,2.2vw,28px)!important}
.wg-premium-hero__inner{align-items:center!important}
.wg-premium-card__offer strong{
  display:block!important;
  max-width:100%!important;
  color:#fff!important;
  font-size:clamp(17px,1.25vw,20px)!important;
  line-height:1.28!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
@media(max-width:640px){.wg-premium-hero{padding-top:24px!important}}


/* === WG final alignment / typography / rankings patch v4 === */
:root{--wg-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--wg-lime:#8CFB61;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;--wg-cyan:#62e6ff;--wg-text:#0b0d12;--wg-muted:#657061;--wg-border:#e6e8ec;--wg-soft:#f9faf7;}
html,body,.page-template-insidepages-template,.page-template-casinoreview-template{font-family:var(--wg-font)!important;}

/* Smaller, lighter hero H1 */
.page-template-insidepages-template .blue-header h1,
.page-template-casinoreview-template h1,
.page-template-insidepages-template h1{
  font-size:clamp(38px,4.15vw,62px)!important;
  line-height:1.06!important;
  font-weight:680!important;
  letter-spacing:-.055em!important;
  max-width:980px!important;
}
.page-template-insidepages-template .blue-header{padding-top:0!important;}
.page-template-insidepages-template .blue-header .container{padding-top:34px!important;padding-bottom:54px!important;}

/* One clear H2/H3/H4 scale across content */
.page-template-insidepages-template .inside-page-content h2,
.page-template-insidepages-template .White h2,
.page-template-insidepages-template .Blue h2,
.page-template-insidepages-template .wp-block-heading h2,
.page-template-insidepages-template .entry-content h2,
.page-template-casinoreview-template .entry-content h2,
.page-template-casinoreview-template .casino-review-content h2,
.page-template-casinoreview-template h2{
  font-size:clamp(30px,2.75vw,40px)!important;
  line-height:1.16!important;
  font-weight:700!important;
  letter-spacing:-.045em!important;
  color:var(--wg-text)!important;
  margin:68px 0 24px!important;
}
.page-template-insidepages-template .inside-page-content .wg-newsletter__inner h2, .page-template-casinoreview-template h2 {
    margin:18px 0 24px!important;
}
.wg-newsletter .fluentform input[type="email"] {
    margin-bottom: 20px !important;
}
.page-template-insidepages-template .inside-page-content .wg-newsletter__inner #ff_3_email  {
    margin-bottom: 20px !important;
}
.page-template-insidepages-template .inside-page-content h3,
.page-template-insidepages-template .White h3,
.page-template-insidepages-template .Blue h3,
.page-template-casinoreview-template h3{
  font-size:clamp(24px,2vw,30px)!important;
  line-height:1.22!important;
  font-weight:690!important;
  letter-spacing:-.035em!important;
  margin:44px 0 18px!important;
  color:var(--wg-text)!important;
}
.page-template-insidepages-template .inside-page-content h4,
.page-template-insidepages-template .White h4,
.page-template-insidepages-template .Blue h4,
.page-template-casinoreview-template h4{
  font-size:clamp(20px,1.5vw,24px)!important;
  line-height:1.3!important;
  font-weight:680!important;
  letter-spacing:-.025em!important;
  margin:32px 0 14px!important;
  color:var(--wg-text)!important;
}
.page-template-insidepages-template .inside-page-content p,
.page-template-insidepages-template .inside-page-content li,
.page-template-casinoreview-template .entry-content p,
.page-template-casinoreview-template .entry-content li{
  font-size:18px!important;
  line-height:1.82!important;
  color:#2b2f38!important;
}

/* Content links, especially inside tables, should look like links */
.page-template-insidepages-template .inside-page-content a:not(.coin-btn-v23):not(.coin-logo-box-v23),
.page-template-insidepages-template table a,
.page-template-casinoreview-template .entry-content a:not(.coin-btn-v23){
  color:#111!important;
  text-decoration:underline!important;
  text-decoration-thickness:1.5px!important;
  text-underline-offset:4px!important;
  font-weight:650!important;
}

/* Inside page layout: keep sidebar on right and aligned */
.wg-inside-layout>.flex{display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;gap:48px!important;align-items:start!important;}
.wg-inside-main{width:100%!important;max-width:100%!important;padding-right:0!important;}
.wg-inside-sidebar-wrap{width:100%!important;max-width:320px!important;padding-left:0!important;padding-right:0!important;order:2!important;}
.wg-inside-sidebar-wrap .sidebar{position:sticky!important;top:96px!important;align-self:start!important;}
@media(max-width:1100px){.wg-inside-layout>.flex{grid-template-columns:1fr!important}.wg-inside-sidebar-wrap{max-width:none!important}.wg-inside-sidebar-wrap .sidebar{position:relative!important;top:auto!important}}

/* Tables polished and link-friendly */
.page-template-insidepages-template .inside-page-content table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important;border:1px solid var(--wg-border)!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 16px 42px rgba(15,23,42,.055)!important;margin:34px 0 48px!important;}
.page-template-insidepages-template .inside-page-content table th{background:var(--wg-soft)!important;color:var(--wg-muted)!important;font-size:12px!important;line-height:1.1!important;font-weight:760!important;letter-spacing:.14em!important;text-transform:uppercase!important;padding:18px 20px!important;text-align:left!important;border-bottom:1px solid var(--wg-border)!important;}
.page-template-insidepages-template .inside-page-content table td{font-size:16px!important;line-height:1.55!important;padding:18px 20px!important;color:#222833!important;border-bottom:1px solid #eef0f3!important;vertical-align:middle!important;}
.page-template-insidepages-template .inside-page-content table tr:last-child td{border-bottom:0!important;}

/* Casino ranking cards on inside pages: remove rating column and keep the CTA visible */
.page-template-insidepages-template .coin-rankings-v23{max-width:100%!important;width:100%!important;margin:0!important;overflow:visible!important;}
.page-template-insidepages-template .coin-card-v23{border-radius:24px!important;margin-bottom:36px!important;overflow:visible!important;}
.page-template-insidepages-template .coin-card-top-v23{
  display:grid!important;
  grid-template-columns:210px minmax(250px,1fr) 150px 220px!important;
  gap:24px!important;
  align-items:center!important;
  padding:28px 32px 24px!important;
}
.page-template-insidepages-template .coin-rating-v23{display:none!important;}
.page-template-insidepages-template .coin-actions-v23{display:flex!important;visibility:visible!important;opacity:1!important;width:220px!important;height:auto!important;min-height:118px!important;justify-self:end!important;align-items:stretch!important;justify-content:center!important;gap:12px!important;}
.page-template-insidepages-template .coin-btn-v23{display:flex!important;visibility:visible!important;opacity:1!important;height:54px!important;border-radius:999px!important;font-size:16px!important;font-weight:740!important;letter-spacing:-.01em!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;white-space:nowrap!important;}
.page-template-insidepages-template .coin-btn-play-v23{background:var(--wg-lime)!important;border:1px solid var(--wg-lime)!important;color:#080a0f!important;box-shadow:none!important;}
.page-template-insidepages-template .coin-btn-review-v23{background:#fff!important;border:1px solid var(--wg-border)!important;color:#080a0f!important;}
.page-template-insidepages-template .coin-name-v23{font-size:19px!important;line-height:1.2!important;font-weight:720!important;text-align:center!important;color:#111!important;}
.page-template-insidepages-template .coin-offer-main-v23{font-size:clamp(22px,1.85vw,27px)!important;line-height:1.16!important;font-weight:720!important;}
.page-template-insidepages-template .coin-payments-v23{min-width:0!important;}
@media(max-width:1180px){.page-template-insidepages-template .coin-card-top-v23{grid-template-columns:190px minmax(220px,1fr) 130px 200px!important;gap:18px!important;padding:24px!important}.page-template-insidepages-template .coin-actions-v23{width:200px!important}}
@media(max-width:900px){.page-template-insidepages-template .coin-card-top-v23{grid-template-columns:1fr 1fr!important}.page-template-insidepages-template .coin-actions-v23{grid-column:1/-1!important;width:100%!important;max-width:360px!important;justify-self:center!important}.page-template-insidepages-template .coin-payments-v23{align-items:center!important}}
@media(max-width:640px){.page-template-insidepages-template .blue-header h1{font-size:clamp(32px,9vw,44px)!important}.page-template-insidepages-template .coin-card-top-v23{grid-template-columns:1fr!important;padding:20px!important}.page-template-insidepages-template .coin-actions-v23{max-width:none!important}.page-template-insidepages-template .inside-page-content h2{font-size:clamp(28px,8vw,34px)!important}}

/* === WG inside page compact hero + ranking title alignment patch v5 === */
:root{--wg-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--wg-lime:#8CFB61;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;--wg-accent:#8CFB61;--wg-accent-hover:#7AF24F;--wg-accent-soft:#F4FCEB;--wg-accent-border:#D8F5C5;--wg-text:#0b0d12;--wg-muted:#657061;--wg-border:#e6e8ec;--wg-soft:#f9faf7;}
.page-template-insidepages-template .blue-header{padding-top:0!important;padding-bottom:0!important;min-height:0!important;}
.page-template-insidepages-template .blue-header > .container:first-child{padding-top:18px!important;padding-bottom:0!important;}
.page-template-insidepages-template .blue-header .container.max-w-7xl{padding-top:24px!important;padding-bottom:34px!important;}
.page-template-insidepages-template .blue-header h1{font-size:clamp(34px,3.65vw,54px)!important;line-height:1.08!important;font-weight:650!important;letter-spacing:-.052em!important;max-width:960px!important;margin:0 0 22px!important;}
.page-template-insidepages-template .blue-header p,.page-template-insidepages-template .blue-header li{font-size:17px!important;line-height:1.7!important;}
.page-template-insidepages-template .blue-header .flex.items-left{padding-top:0!important;padding-bottom:22px!important;}
.page-template-insidepages-template .wg-inside-layout{padding-top:34px!important;}
.page-template-insidepages-template .wg-inside-main .White{margin:0!important;padding:0!important;}
.page-template-insidepages-template .wg-inside-main .White h2,.page-template-insidepages-template .wg-inside-main > .White:first-child h2,.page-template-insidepages-template .wg-inside-main h2:first-child{font-size:clamp(30px,2.75vw,40px)!important;line-height:1.16!important;font-weight:700!important;letter-spacing:-.045em!important;color:var(--wg-text)!important;margin:0 0 28px!important;padding:0!important;max-width:100%!important;text-wrap:balance!important;}
.page-template-insidepages-template .coin-rankings-v23{margin-top:0!important;padding-top:0!important;width:100%!important;max-width:100%!important;}
.page-template-insidepages-template .coin-card-v23:first-of-type{margin-top:0!important;}
.page-template-insidepages-template .coin-card-top-v23{grid-template-columns:190px minmax(240px,1fr) 130px 210px!important;gap:20px!important;padding:24px 28px 22px!important;}
.page-template-insidepages-template .coin-logo-box-v23{height:104px!important;border-radius:16px!important;}
.page-template-insidepages-template .coin-logo-box-v23 img{max-height:82px!important;}
.page-template-insidepages-template .coin-name-v23{font-size:18px!important;margin-top:12px!important;}
.page-template-insidepages-template .coin-offer-v23{min-height:104px!important;padding:16px 18px!important;}
.page-template-insidepages-template .coin-offer-main-v23{font-size:clamp(21px,1.65vw,25px)!important;line-height:1.16!important;}
.page-template-insidepages-template .coin-payments-v23{height:104px!important;}
.page-template-insidepages-template .coin-actions-v23{width:210px!important;min-height:104px!important;gap:10px!important;}
.page-template-insidepages-template .coin-btn-v23{height:52px!important;min-width:0!important;width:100%!important;border-radius:999px!important;}
.page-template-insidepages-template .coin-terms-v23{padding:14px 28px 26px!important;}
@media(max-width:1180px){.page-template-insidepages-template .coin-card-top-v23{grid-template-columns:175px minmax(210px,1fr) 112px 190px!important;gap:16px!important;padding:22px!important;}.page-template-insidepages-template .coin-actions-v23{width:190px!important;}}
@media(max-width:900px){.page-template-insidepages-template .coin-card-top-v23{grid-template-columns:1fr 1fr!important;}.page-template-insidepages-template .coin-actions-v23{grid-column:1/-1!important;width:100%!important;max-width:360px!important;justify-self:center!important;}}
@media(max-width:640px){.page-template-insidepages-template .blue-header .container.max-w-7xl{padding-top:18px!important;padding-bottom:28px!important;}.page-template-insidepages-template .blue-header h1{font-size:clamp(31px,8.7vw,42px)!important;}.page-template-insidepages-template .wg-inside-layout{padding-top:26px!important;}.page-template-insidepages-template .coin-card-top-v23{grid-template-columns:1fr!important;padding:18px!important;}}

/* WiserGamblers premium mint accent refresh */
:root{
  --wg-lime:#8CFB61!important;
  --wg-accent:#8CFB61!important;
  --wg-accent-hover:#7AF24F!important;
  --wg-accent-soft:#F4FCEB!important;
  --wg-accent-border:#D8F5C5!important;
}
.wg-premium-card__cta,
.page-template-insidepages-template .coin-btn-play-v23,
.coin-btn-play-v23,
.coin-featured-btn-v30,
.coin-rank-v23,
.coin-featured-rank-v30,
.coin-featured-badge-v30{
  background:#8CFB61!important;
  border-color:#8CFB61!important;
  color:#070808!important;
}
.wg-premium-card__cta:hover,
.page-template-insidepages-template .coin-btn-play-v23:hover,
.coin-btn-play-v23:hover,
.coin-featured-btn-v30:hover{
  background:#7AF24F!important;
  border-color:#7AF24F!important;
  box-shadow:0 12px 30px rgba(140,251,97,.24)!important;
}
.wg-premium-category__icon,
.wg-premium-card__dots span:first-child{
  color:#8CFB61!important;
  background:rgba(140,251,97,.09)!important;
  border-color:rgba(140,251,97,.22)!important;
}
.coin-trust-bars-v23 span,
.coin-featured-meta-v30 span:before{
  background:linear-gradient(90deg,#8CFB61,#79F2FF)!important;
}

/* =====================================================
   WG NAVIGATION V28 - narrower header/hero + working mobile menu
===================================================== */
:root{
  --wg-nav-accent:#8CFB61;
  --wg-nav-bg:#08090a;
  --wg-nav-border:rgba(255,255,255,.10);
  --wg-nav-muted:rgba(255,255,255,.68);
}

.wg-site-header,
.wg-site-header *{box-sizing:border-box;}

.wg-site-header{
  position:relative;
  z-index:9999;
  background:#08090a!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}

.wg-site-header__inner{
  width:min(100% - 48px,1240px)!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:0!important;
}

.wg-site-header__bar{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.wg-site-header__logo{
  flex:0 0 auto;
  display:flex;
  align-items:center;
}

.wg-site-header__logo img,
.wg-site-header__logo .custom-logo{
  display:block!important;
  width:auto!important;
  max-width:180px!important;
  max-height:54px!important;
  object-fit:contain!important;
}

.wg-site-header__site-name{
  color:#fff!important;
  font-weight:850;
  letter-spacing:-.03em;
  text-decoration:none!important;
  font-size:22px;
}

.wg-site-nav--desktop{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:0;
}

.wg-site-nav__menu,
.wg-site-nav__menu ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}

.wg-site-nav__menu{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:4px!important;
  flex-wrap:nowrap!important;
}

.wg-site-nav__menu li{
  position:relative!important;
  margin:0!important;
  padding:0!important;
}

.wg-site-nav__menu > li > a{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:44px!important;
  padding:0 12px!important;
  color:#fff!important;
  background:transparent!important;
  border-radius:0!important;
  text-decoration:none!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:540!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
  transition:color .18s ease!important;
}

.wg-site-nav__menu > li:hover > a,
.wg-site-nav__menu > li.current-menu-item > a,
.wg-site-nav__menu > li.current-menu-ancestor > a,
.wg-site-nav__menu > li.current_page_item > a,
.wg-site-nav__menu > li.current_page_ancestor > a{
  color:var(--wg-nav-accent)!important;
  background:transparent!important;
}

.wg-site-nav__menu .menu-item-has-children > a:after{
  content:'⌄';
  display:inline-block;
  color:currentColor;
  font-size:12px;
  line-height:1;
  margin-left:3px;
  transform:translateY(-1px);
}

/* simple desktop dropdown with stable hover bridge */
.wg-site-nav__menu .sub-menu{
  position:absolute!important;
  top:100%!important;
  left:0!important;
  min-width:230px!important;
  width:max-content!important;
  max-width:300px!important;
  padding:10px 0!important;
  margin:0!important;
  background:#0c0d0f!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-top:2px solid var(--wg-nav-accent)!important;
  border-radius:0!important;
  box-shadow:0 22px 50px rgba(0,0,0,.28)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(8px)!important;
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;
  z-index:99999!important;
}

.wg-site-nav__menu .sub-menu:before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:-14px;
  height:14px;
}

.wg-site-nav__menu li:hover > .sub-menu,
.wg-site-nav__menu li:focus-within > .sub-menu{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}

.wg-site-nav__menu .sub-menu li{
  display:block!important;
  width:100%!important;
}

.wg-site-nav__menu .sub-menu a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:11px 18px!important;
  color:rgba(255,255,255,.82)!important;
  background:transparent!important;
  border-radius:0!important;
  text-decoration:none!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:520!important;
  white-space:nowrap!important;
  transition:color .16s ease,background .16s ease!important;
}

.wg-site-nav__menu .sub-menu a:hover,
.wg-site-nav__menu .sub-menu li.current-menu-item > a,
.wg-site-nav__menu .sub-menu li.current-menu-ancestor > a{
  color:var(--wg-nav-accent)!important;
  background:rgba(255,255,255,.035)!important;
}

/* third-level desktop menu */
.wg-site-nav__menu .sub-menu .sub-menu{
  top:-11px!important;
  left:100%!important;
  margin-left:0!important;
}

.wg-site-nav__menu .sub-menu .menu-item-has-children > a:after{
  content:'›';
  font-size:18px;
  margin-left:auto;
  transform:none;
}

/* Mobile */
.wg-mobile-toggle{
  display:none;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  padding:0;
  margin:0;
  border:0;
  background:transparent;
  cursor:pointer;
  color:#fff;
}

.wg-mobile-toggle span{
  display:block;
  width:24px;
  height:2px;
  border-radius:999px;
  background:#fff;
  transition:transform .22s ease,opacity .18s ease;
}

.wg-mobile-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.wg-mobile-toggle.is-active span:nth-child(2){opacity:0;}
.wg-mobile-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.wg-mobile-menu{
  display:none;
}

@media(max-width:1100px){
  .wg-site-header__inner{
    width:100%!important;
    max-width:none!important;
    padding:0 20px!important;
  }
  .wg-site-header__bar{
    min-height:70px;
  }
  .wg-site-nav--desktop{
    display:none!important;
  }
  .wg-mobile-toggle{
    display:flex!important;
    flex:0 0 auto;
  }
  .wg-mobile-menu{
    display:block!important;
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-height:0!important;
    overflow:hidden!important;
    opacity:0!important;
    visibility:hidden!important;
    background:#08090a!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 22px 60px rgba(0,0,0,.28)!important;
    transition:max-height .32s ease, opacity .24s ease, visibility .24s ease!important;
    z-index:99999!important;
  }
  .wg-mobile-menu.is-open{
    max-height:calc(100vh - 70px)!important;
    opacity:1!important;
    visibility:visible!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch;
  }
  .wg-mobile-menu__list,
  .wg-mobile-menu ul{
    list-style:none!important;
    margin:0!important;
    padding:8px 20px 24px!important;
  }
  .wg-mobile-menu li{
    margin:0!important;
    padding:0!important;
    border-bottom:1px solid rgba(255,255,255,.075)!important;
  }
  .wg-mobile-menu li:last-child{border-bottom:0!important;}
  .wg-mobile-menu a{
    min-height:54px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    color:#fff!important;
    background:transparent!important;
    text-decoration:none!important;
    font-size:16px!important;
    line-height:1.2!important;
    font-weight:560!important;
    letter-spacing:-.01em!important;
    padding:0!important;
  }
  .wg-mobile-menu a:hover,
  .wg-mobile-menu .current-menu-item > a,
  .wg-mobile-menu .current-menu-ancestor > a{
    color:#fff!important;
    background:transparent!important;
  }
  .wg-mobile-menu .sub-menu{
    display:none!important;
    margin:0!important;
    padding:0 0 10px 14px!important;
    background:transparent!important;
    border:0!important;
  }
  .wg-mobile-menu .menu-item-has-children.is-open > .sub-menu{
    display:block!important;
  }
  .wg-mobile-menu .sub-menu li{
    border-bottom:0!important;
  }
  .wg-mobile-menu .sub-menu a{
    min-height:40px!important;
    color:rgba(255,255,255,.72)!important;
    font-size:14px!important;
    font-weight:500!important;
  }
  .wg-mobile-menu .menu-item-has-children > a::after{
    content:'+';
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    margin-left:16px;
    color:var(--wg-nav-accent)!important;
    font-size:22px;
    line-height:1;
    font-weight:500;
    flex:0 0 auto;
  }
  .wg-mobile-menu .menu-item-has-children.is-open > a::after{
    content:'−';
  }
  body.wg-mobile-menu-open{
    overflow:hidden!important;
  }
}

@media(max-width:640px){
  .wg-site-header__inner{padding:0 16px!important;}
  .wg-site-header__logo img,
  .wg-site-header__logo .custom-logo{max-width:156px!important;max-height:48px!important;}
  .wg-mobile-menu__list,
  .wg-mobile-menu ul{padding-left:16px!important;padding-right:16px!important;}
}

/* Narrower premium hero alignment with header */
.wg-premium-hero__inner,
.wg-premium-categories{
  max-width:1240px!important;
  width:min(100% - 48px,1240px)!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(max-width:1100px){
  .wg-premium-hero__inner,
  .wg-premium-categories{
    width:100%!important;
    padding-left:20px!important;
    padding-right:20px!important;
  }
}

@media(max-width:640px){
  .wg-premium-hero__inner,
  .wg-premium-categories{
    padding-left:16px!important;
    padding-right:16px!important;
  }
}

/* =====================================================
   WG v30 fixes: inside hero title/read-more + cleaner nav active/dropdowns
===================================================== */
.blue-header .container.max-w-7xl{
  padding-bottom:18px!important;
}
.blue-header .ontarioWrap{
  margin-bottom:12px!important;
}
.blue-header h1{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  margin:18px 0 22px!important;
}
.wg-inside-hero-intro{
  max-width:920px;
  color:rgba(255,255,255,.86);
}
.wg-inside-hero-intro p{
  margin:0 0 18px!important;
  font-size:18px!important;
  line-height:1.75!important;
  color:rgba(255,255,255,.86)!important;
}
.wg-inside-readmore{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0!important;
  margin-top:2px!important;
  border:0!important;
  border-bottom:2px solid currentColor!important;
  background:transparent!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:750!important;
  line-height:1.25!important;
  cursor:pointer!important;
}
.wg-inside-readmore span{color:#fff!important;}

/* Desktop nav: active/hover should be color only, never green background */
.wg-site-nav__menu > li:hover > a,
.wg-site-nav__menu > li.current-menu-item > a,
.wg-site-nav__menu > li.current-menu-ancestor > a,
.wg-site-nav__menu > li.current_page_item > a,
.wg-site-nav__menu > li.current_page_ancestor > a,
.wg-site-nav .current-menu-item > a,
.wg-site-nav .current-menu-ancestor > a,
.wg-site-nav .menu-item > a:hover{
  color:var(--wg-nav-accent,#8CFB61)!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Desktop dropdown: remove green line, keep simple contrast */
.wg-site-nav__menu .sub-menu,
.wg-site-nav .sub-menu{
  background:#0b0c0e!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.32)!important;
}
.wg-site-nav__menu .sub-menu a,
.wg-site-nav .sub-menu a{
  background:transparent!important;
  color:rgba(255,255,255,.84)!important;
}
.wg-site-nav__menu .sub-menu a:hover,
.wg-site-nav__menu .sub-menu li.current-menu-item > a,
.wg-site-nav__menu .sub-menu li.current-menu-ancestor > a,
.wg-site-nav .sub-menu a:hover,
.wg-site-nav .sub-menu li.current-menu-item > a,
.wg-site-nav .sub-menu li.current-menu-ancestor > a{
  color:var(--wg-nav-accent,#8CFB61)!important;
  background:transparent!important;
}

@media(max-width:768px){
  .blue-header .container.max-w-7xl{padding-bottom:14px!important;}
  .blue-header h1{margin:14px 0 18px!important;}
  .wg-inside-hero-intro p{font-size:16.5px!important;line-height:1.65!important;}
}
