    /*
    Theme Name: iGaming template
    Author: C9 Agency
    Author URI: https://c9agency.online
    Description: iGaming template 2025
    Version: 1.1
    */



    @media only screen and (min-width: 992px) {
        #cookie-notice {
            min-width: 400px;
            max-width: 400px;
            right: 20px;
            left: unset;
            bottom: 20px;
            border-radius: 22px;
            font-size: 12px;
            background-color: #0c081c6e;
            border: 1px solid hsl(0 0% 100% / .16);
            box-shadow: inset 0 1px #4c2f3e;
            border: 0 solid #e5e7eb;
            transition: background-position 0.1s ease;
            background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191a80 0%, #1c191a1f 100%), #412635 !important;
            backdrop-filter: blur(10px);
        }
    }



    @media only screen and (max-width: 991px) {
        #cookie-notice {
            min-width: 400px;
            max-width: 400px;
            right: 0;
            left: 0;
            bottom: 0;
            font-size: 12px;
            background-color: #0c081c6e;
            border: 1px solid hsl(0 0% 100% / .16);
            box-shadow: inset 0 1px #4c2f3e;
            border: 0 solid #e5e7eb;
            transition: background-position 0.1s ease;
            background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, #1c191a80 0%, #1c191a1f 100%), #412635 !important;
            backdrop-filter: blur(10px);
        }
    }



    #cookie-notice .cn-close-icon {
        top: 22px;
    }

    #cookie-notice #cn-accept-cookie {
        background-color: #3f51b5 !important;
    }

    #cookie-notice #cn-more-info {
        background-color: transparent !important;
    }

    #cookie-notice #cn-notice-text {
        margin-bottom: 20px;
        padding: 0px 10px;
    }













    .cbk-wrap * {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }

    .cbk-wrap {
        background: #0a0f14;
        border: 1px solid rgba(255, 255, 255, .07);
        border-radius: 20px;
        padding: 36px 40px 40px;
        margin: 28px auto;
        color: #c8d8e8;
        position: relative;
        overflow: hidden;
        position: relative;
        overflow: hidden;
        background-color: #0c081c6e;
        border: 1px solid hsla(0, 0%, 100%, .16);
        box-shadow: inset 0 1px #403480;
        border: 0 solid #e5e7eb;
        transition: background-position 0.1s ease;
        z-index: 100;
        border-radius: 12px;
        background: radial-gradient(104.84% 129.17% at 93.34% 4.35%, rgb(52 38 121) 0%, rgba(28, 17, 52, .2) 100%), #281e63cf;
    }

    .cbk-wrap::before {
        content: "";
        position: absolute;
        top: -220px;
        left: -140px;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgb(103 77 254 / 32%) 0%, transparent 70%);
        pointer-events: none;
    }

    .cbk-head {
        margin-bottom: 28px;
        z-index: 1;
        position: relative;
    }

    .cbk-wrap h2 {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .cbk-subtitle {
        font-size: 13px;
        color: rgba(200, 216, 232, .5);
        font-weight: 300;
        line-height: 1.5
    }

    .cbk-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 16px
    }

    .cbk-grid.g1 {
        grid-template-columns: 1fr
    }

    .cbk-grid.g3 {
        grid-template-columns: 1fr 1fr 1fr
    }

    .cbk-field {
        display: flex;
        flex-direction: column;
        gap: 7px
    }

    .cbk-field label {
        font-size: 11px;
        font-weight: 500;
        color: rgba(200, 216, 232, .45);
        text-transform: uppercase;
        letter-spacing: .8px
    }

    .cbk-wrap input#wq-use-rtp {
        appearance: auto !important;
        -webkit-appearance: checkbox !important;
        width: 16px !important;
        height: 16px !important;
        padding: 0 !important;
    }

    #wq-use-rtp:checked {
        transform: scale(1.05);
    }

    .cbk-field input, .cbk-field select {
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .09);
        border-radius: 10px;
        color: #f5f0e8;
        font-size: 15px;
        padding: 12px 15px;
        outline: none;
        transition: border-color .2s, background .2s;
        width: 100%;
        appearance: none;
        -webkit-appearance: none;
    }

    .cbk-field select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23eab308' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 14px center;
        padding-right: 38px;
        cursor: pointer
    }

    .cbk-field select option {
        background: #0a0f14;
        color: #f5f0e8
    }

    .cbk-field input:focus, .cbk-field select:focus {
        border-color: rgba(234, 179, 8, .5);
        background: rgba(234, 179, 8, .04)
    }

    .cbk-col-label {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .8px;
        margin-bottom: 14px
    }

    .cbk-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #eab308;
        color: #261a4f;
        border: none;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
        padding: 13px 28px;
        cursor: pointer;
        margin-top: 8px;
        transition: background .2s, transform .1s, box-shadow .2s;
        letter-spacing: .3px;
        text-transform: uppercase;
        width: 100%;
        justify-content: center;
    }

    .cbk-btn:hover {
        background: #f59e0b;
        box-shadow: 0 4px 20px rgba(234, 179, 8, .25)
    }

    .cbk-btn:active {
        transform: scale(.98)
    }

    .cbk-btn svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0
    }

    .cbk-result {
        margin-top: 24px;
        background: rgba(255, 255, 255, .03);
        border: 1px solid rgba(255, 255, 255, .07);
        border-radius: 14px;
        padding: 22px 24px;
        display: none;
        animation: cbkFadeIn .3s ease
    }

    @keyframes cbkFadeIn {
        from {
            opacity: 0;
            transform: translateY(6px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }

    .cbk-result.cbk-show {
        display: block
    }

    .cbk-metrics {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 10px;
        margin-bottom: 18px
    }

    .cbk-metric {
        background: rgb(34 25 75);
        border: 1px solid rgb(64 49 135);
        border-radius: 10px;
        padding: 14px 16px;
        text-align: center;
    }

    .cbk-metric .v {
        font-size: 20px;
        font-weight: 800;
        color: #eab308;
        line-height: 1.1;
        margin-bottom: 5px
    }

    .cbk-metric .l {
        font-size: 10px;
        color: rgb(255 255 255);
        text-transform: uppercase;
        letter-spacing: .6px;
        font-weight: 500;
    }

    .cbk-verdict {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 16px;
        border-radius: 10px;
        font-size: 15px;
        line-height: 1.6;
        border: 1px solid
    }

    .cbk-verdict.good {
        background: rgb(34 197 94 / 8%);
        border-color: rgb(34 197 94 / 25%);
        color: #8BC34A;
    }

    .cbk-verdict.ok {
        background: rgb(234 179 8 / 10%);
        border-color: rgb(234 179 8 / 24%);
        color: #FF9800;
    }

    .cbk-verdict.bad {
        background: rgba(239, 68, 68, .06);
        border-color: rgba(239, 68, 68, .2);
        color: rgb(221 46 68);
    }

    .cbk-two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .cbk-verdict .vi img {
        margin-right: 7px !important;
    }

    .cbk-col-box {
        background: rgba(255, 255, 255, .03);
        border: 1px solid rgba(255, 255, 255, .07);
        border-radius: 12px;
        padding: 18px
    }

    .cbk-col-box.winner {
        border-color: rgba(234, 179, 8, .35);
        background: rgba(234, 179, 8, .04)
    }

    .cbk-col-box .cbk-metric {
        background: rgba(0, 0, 0, .3);
        margin-bottom: 8px
    }

    .cbk-col-box .cbk-metric:last-child {
        margin-bottom: 0
    }

    @media(max-width:560px) {}

    #wq-rtp-wrap {
        margin-top: 10px;
    }

    .cbk-check {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    @media(min-width:992px) {
        .cbk-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 12px;
            background: rgb(34 25 75);
            font-size: 19px;
            margin-bottom: 14px;
            border: 1px solid rgb(82 68 161);
            position: absolute;
            right: -30px;
            top: -26px;
        }

        .cbk-icon img {
            border-radius: 0 !important;
        }
    }


    @media(max-width:991px) {
        .cbk-grid, .cbk-grid.g3, .cbk-two-col {
            grid-template-columns: 1fr
        }

        .cbk-wrap {
            padding: 24px 20px 28px
        }

        .cbk-wrap h2 {
            font-size: 19px;
            border: 0 !important;
        }

        .cbk-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border-radius: 12px;
            background: rgb(34 25 75);
            font-size: 28px;
            border: 1px solid rgb(82 68 161);
            float: left;
            margin-right: 10px;
        }
    }

    .calc-list ul {
        padding: 0;
        margin: 0;
    }

    .calc-list-title h2{
        border-left: 3px solid #f5b31a;
        padding-left: 10px;
        color: white;
    }
    
    .calc-list h3 {
        font-size: 16px;
        color: white;
        margin-bottom: 14px;
    }

    .calc-list ul li a {
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
        color: #b7b6b6 !important;
    }

    .kalkulacka-img .single-thumbnail img {
        max-height: 400px !important;
    }