/* font-family: 'Baloo Chettan 2', cursive;
font-family: 'Varela Round', sans-serif; */

body {
    background-image: url(../images/main-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.main-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px auto;
}

.features-section {
    display: flex;
    justify-content: center;
    width: 100%;
}

.feature {
    margin: 0 5%;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.page-title {
    font-size: 42px;
    background: -webkit-linear-gradient(#ffedad, #c59534);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    font-family: 'Varela Round', sans-serif;
    line-height: 56px;
    text-align: center;
}

.feature-image {
    width: 25px;
    height: auto;
    object-fit: contain;
    margin: 0 3px;
}
.full-tc-text{
    width: 100%;
    padding: 0 0.5rem;
    color: #fff;
    font-size: .75rem;
    opacity: 1;
    margin: 3px auto;
    min-height: 20px;
}
.full-tc-text span a{
    color: #fff;
}
.bottom-image {
    width: 100%;
    max-width: 465px;
    height: auto;
    margin: 10px auto;
    display: block;
}
@media (min-width: 1300px) {
    .feature {
        margin: 0 30px;
    }
}

.main-content {
    width: 100%;
}

.operators-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    padding: 0;
}

.operator-entry {
    margin: 3% 0 0;
    list-style: none;
}

.operator-item {
    display: flex;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    padding: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 19%);
    min-height: 155px;
    /*margin: 3% 0;*/
}

.left-side {
    display: flex;
    width: 50%;
    border-radius: 15px 0 0 15px;
}

.ribbon {
    display: block;
    position: absolute;
    height: 30px;
    padding: 5px 19px 4px 8px;
    border-top-left-radius: 8px;
    clip-path: polygon(0 0, 92% 0, 100% 50%, 91% 100%, 0 100%, 0% 50%);
    overflow: visible;
    margin-right: 29px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.ribbon.red_diamond {
    background-image: linear-gradient(90deg, #ed1c24 0%, #c1272d 100%);
}

.operator-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 0 0 15px;
}

.operator-logo img {
    width: 100%;
}

.operator-information-block {
    background-color: #fbfbfb;
}

.operator-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 8px 8px 16px 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.operator-title {
    margin-bottom: 0px;
    font-family: 'Varela Round', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.operator-stars {
    display: flex;
    width: 80px;
    justify-content: space-around;
    padding-left: 30px;
}

.operator-stars img {
    height: 16px;
    width: auto;
    object-fit: contain;
    margin: 3px;
}

.text-information-information {
    display: flex;
    align-items: center;
}

.thumb-icon {
    width: 15px;
    margin-right: 5px;
}

.text-block {
    font-family: 'Varela Round', sans-serif;
    color: #000;
    margin-bottom: 0;
}

.right-side {
    display: flex;
    width: 50%;
    background-color: #fff;
    border-radius: 0 15px 15px 0;
}

.welcome-bonus-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.welcome-bonus-text {
    margin-bottom: 22px;
    font-family: 'Varela Round', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.welcome-text-block {
    margin-bottom: 10px;
}

.orange-highlight {
    font-family: 'Baloo Chettan 2', cursive;
    color: #fc7408;
}

.button-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfb;
    padding: 0 10px;
    border-radius: 0 15px 15px 0;
}

.play-now-btn {
    position: relative;
    left: 0%;
    text-decoration: none;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: fit-content;
    padding: 5px 10px;
    font-size: 14px;
    align-items: center;
    border-radius: 8px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    color: white;
    border: 3px solid #f5c12b;
    cursor: pointer;
    background-color: #FC7408;
}

.operator-item:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 2) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d !important;
    transition: 300ms linear;
}

.operator-item:hover .right-side .button-block .play-now-btn {
    box-shadow: 0 0 0 0 rgb(92 19 42);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    color: #fff;
}

@media(max-width: 1000px) {
    .ribbon {
        font-size: 10px;
        padding: 8px 19px 4px 8px;
    }
    .welcome-bonus-text {
        font-size: 20px;
    }
    .text-block {
        font-size: 14px;
    }
    .play-now-btn {
        font-size: 13px;
        line-height: 16px;
    }
}

@media(max-width: 767px) {
    .operator-item {
    flex-direction: row;
    min-height: auto;
    overflow: hidden;
}

.left-side,
.right-side {
    width: 50%;
}

.operator-logo {
    min-height: 130px;
}

.right-side {
    min-height: 190px;
    padding: 14px 12px 16px;
}

.welcome-bonus-text {
    font-size: 15px;
    line-height: 1.25;
}

.mobile-highlight {
    font-size: 26px;
    line-height: 1.05;
    margin: 4px 0;
}

.play-now-btn {
    margin-top: 14px;
    max-width: 220px;
}
    .features-section {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        margin: 3px 0;
        font-size: 13px;
    }

    .operator-information-block {
        display: none;
    }

    .right-side {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 8px 8px 10px;
        gap: 6px;
    }

    .button-block {
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }

    .play-now-btn {
        width: 100%;
        max-width: 170px;
        padding: 11px 14px;
        font-size: 15px;
        line-height: 18px;
        border-radius: 8px;
    }

    .welcome-bonus-block {
        align-items: center;
        justify-content: center;
        padding: 0;
        text-align: center;
    }

    .welcome-text-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        gap: 2px;
    }

    .welcome-bonus-text {
        display: block;
        margin: 0;
        font-size: 14px;
        line-height: 1.15;
        text-align: center;
    }

    .welcome-bonus-text:first-child {
        font-size: 15px;
    }

    .mobile-highlight {
        display: block;
        font-size: 22px;
        line-height: 1.05;
        margin: 2px 0;
        word-break: normal;
    }

    .orange-highlight {
        line-height: 1.05;
    }
}

@media(max-width: 475px) {
    .main-header {
        margin: 30px auto 15px;
    }

    .operator-item {
        min-height: 145px;
    }

    .page-title {
        font-size: 26px;
        line-height: 40px;
        width: 95%;
        margin: auto;
    }

    .operator-logo img {
        max-width: 130px;
    }

    .welcome-bonus-text {
        font-size: 13px;
        line-height: 1.15;
    }

    .welcome-bonus-text:first-child {
        font-size: 14px;
    }

    .mobile-highlight {
        font-size: 20px;
        margin: 1px 0;
    }

    .play-now-btn {
        max-width: 155px;
        font-size: 14px;
        line-height: 17px;
        padding: 10px 12px;
    }
}

@media(max-width: 380px) {
    .operator-item {
        min-height: 150px;
    }

    .welcome-bonus-text {
        font-size: 12px;
    }

    .welcome-bonus-text:first-child {
        font-size: 13px;
    }

    .mobile-highlight {
        font-size: 18px;
        margin: 1px 0;
    }

    .play-now-btn {
        font-size: 13px;
        line-height: 16px;
        max-width: 145px;
        padding: 9px 10px;
    }

    .welcome-bonus-block {
        padding: 0;
    }
}

.payment-block,
.safe-block,
.page-footer {
    width: 100%;
    padding: 45px 0;
}

.page-footer {
    background-color: #000;
}

.payment-block {
    background-color: #50c731;
}

.safe-block {
    background-color: #fff;
}

.content-block-cover {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content-block-cover div {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: #000;
}

.text-50 h2 {
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
}

.img-50 img {
    max-height: 200px;
}

.text-50 p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.footer-cover {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 115px;
}

@media(max-width: 850px) {
    .content-block-cover div {
        width: 80%;
    }
    .content-block-cover {
        flex-direction: column;
    }
    .payment-block .content-block-cover {
        flex-direction: column-reverse;
    }
}

@media(max-width: 600px) {
    .content-block-cover div {
        width: 90%;
    }
    .text-50 h2 {
        font-size: 40px;
    }
}

@media(max-width: 480px) {
    .text-50 h2 {
        font-size: 37px;
    }
    .content-block-cover div {
        width: 95%;
    }
    .text-50 p {
        font-size: 16px;
        line-height: 24px;
    }
    .bottom-image {
        width: 90%;
    }
}

#bottom-icons {
    width: 100%;
    margin: 35px auto 19px;
    text-align: center;
}

#bottom-icons .mastercard,
#bottom-icons .creditcard.cc-mastercard {
    width: 51px;
    background-image: url(../images/mastercard.png);
}

#bottom-icons .bottom-icon {
    height: 34px;
    margin: 0 6px;
    display: inline-block;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#bottom-icons .cashlib {
    width: 72px;
    background-image: url(../images/cashlib.png);
}

#bottom-icons .ecopayz,
#bottom-icons .apco_ecopayz {
    width: 99px;
    background-image: url(../images/ecopayz.png);
}

#bottom-icons .bitnetlab,
#bottom-icons .continent_fon_form {
    width: 112px;
    background-image: url(../images/master-viza.png);
}

#bottom-icons .apco_neteller {
    width: 92px;
    background-image: url(../images/apco_neteller.png);
}

#bottom-game-providers {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

#bottom-game-providers a,
#bottom-icons a {
    text-decoration: none;
}

.bottom-game {
    height: 35px;
    margin: 0.25em;
    display: inline-block;
    background-position: center;
    background-size: contain;
    transition: 0.4s all ease;
    cursor: pointer;
    width: 175px;
    filter: grayscale(1);
    background-repeat: no-repeat;
}

.betsoft {
    background-image: url(../images/betsoft_min.svg);
}

.bottom-game.redtiger,
.bottom-game.booming {
    filter: invert(0.5);
}

.booming {
    background-image: url(../images/booming.svg);
}

.booongo {
    background-image: url(../images/boongo.svg);
}

.isoftbet {
    background-image: url(../images/isoft-bet.svg);
}

.lucky {
    background-image: url(../images/lucky-streak.svg);
}

.playson,
.bng_playson {
    background-image: url(../images/playson_min.svg);
}

.vivo,
.vivolive {
    background-image: url(../images/vivo.svg);
}

.wazdan {
    background-image: url(../images/wazdan.svg);
}

.bottom-game:hover {
    background-position: center;
    filter: grayscale(0);
}

#bottom-icons .bottom-icon:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#validation-seal {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    /*background-image: url(../images/validation_seal_bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
}

#ceg-seal-container,
#ceg-463f0635-bac4-48ef-aad1-e17f32d82a90 {
    width: 60px !important;
    margin: 0 auto;
}

.legal-block {
    margin: 50px 0 10px;
    color: #fff;
    text-align: center;
}

.legal-btns a {
    color: #fff;
}

.legal-btns a:hover {
    color: #b9b9b9;
}

.to-top {
    position: fixed;
    bottom: 65px;
    right: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #58585870;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    border: 0.5px solid rgba(117, 117, 117, 0.329);
    border-radius: 8px;
    transform: rotate(-90deg);
}

@media(max-width: 767px) {
    .to-top {
        bottom: 30px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 25px;
    }
    .legal-block {
        font-size: 13px;
    }
}

@media(max-width: 520px) {
    .full-tc-text{
        min-height: 15px;
        font-size: .65rem;
    }
    #validation-seal {
        background-image: none;
    }
}

@keyframes pulse {
    100% {
        box-shadow: 0 0 0 45px rgb(232 76 61 / 0%);
    }
}
/* German LeoVegas compliance and SEO sections */
.compliance-bar {
    width: 100%;
    background: #070707;
    color: #ffedad;
    text-align: center;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    box-sizing: border-box;
}
.site-nav {
    width: 100%;
    max-width: 1100px;
    margin: 18px auto 0;
    padding: 12px 18px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .62);
    border: 1px solid rgba(245, 193, 43, .35);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
}
.site-logo img {
    width: 190px;
    max-width: 100%;
    height: auto;
    display: block;
}
.site-nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 14px;
}
.site-nav-links a {
    color: #ffedad;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}
.site-nav-links a:hover {
    color: #f5c12b;
}
.hero-subtitle {
    color: #fff;
    max-width: 860px;
    margin: 8px auto 18px;
    text-align: center;
    font-size: 18px;
    line-height: 1.45;
}
.hero-cta-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 18px auto 0;
}
.secondary-btn {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 8px;
    border: 2px solid #f5c12b;
    color: #ffedad;
    text-decoration: none;
    font-weight: 700;
    background: rgba(0,0,0,.35);
}
.secondary-btn:hover {
    color: #fff;
    background: rgba(245,193,43,.2);
}
.affiliate-disclosure,
.content-section,
.trust-box,
.responsible-box {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto;
    padding: 22px;
    border-radius: 15px;
    box-sizing: border-box;
    background: rgba(5, 14, 31, .92);
    color: #dfcfb3;
    border: 1px solid rgba(245, 193, 43, .2);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 19%);
}
.affiliate-disclosure {
    font-size: 15px;
    line-height: 1.55;
}
.content-section h2,
.content-section h3,
.trust-box h3,
.responsible-box h3 {
    color: #ffedad;
    margin-top: 0;
    font-family: 'Varela Round', sans-serif;
}
.content-section p,
.content-section li,
.trust-box p,
.responsible-box p,
.responsible-box li {
    color: #dfcfb3;
    line-height: 1.65;
    font-size: 16px;
}
.content-section a,
.trust-box a,
.responsible-box a,
.affiliate-disclosure a {
    color: #f5c12b;
}
.content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.info-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
    padding: 16px;
}
.info-card h3 {
    color: #ffedad;
    margin-top: 0;
}
.review-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 12px;
    margin: 18px 0;
}
.review-table th,
.review-table td {
    border: 1px solid rgba(255,255,255,.12);
    padding: 12px;
    color: #dfcfb3;
    text-align: left;
    vertical-align: top;
}
.review-table th {
    background: rgba(245, 193, 43, .12);
    color: #ffedad;
}
.pros-cons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.note-box {
    border-left: 4px solid #f5c12b;
    background: rgba(245, 193, 43, .08);
    padding: 14px 16px;
    border-radius: 8px;
    color: #ffedad;
}
.footer-text-cover {
    max-width: 1100px;
    height: auto;
    color: #dfcfb3;
    text-align: center;
    line-height: 1.55;
    padding: 0 20px;
    box-sizing: border-box;
}
.footer-warning {
    color: #ffedad;
}
.footer-resource-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.footer-resource-links a {
    color: #f5c12b;
}
.cta-panel {
    text-align: center;
    background: linear-gradient(120deg, rgba(252,116,8,.22), rgba(245,193,43,.15));
}
.cta-panel .play-now-btn {
    width: auto;
    min-width: 240px;
    display: inline-block;
    margin-top: 10px;
}
.legal-placeholder {
    border: 1px dashed #f5c12b;
    padding: 14px;
    border-radius: 10px;
    background: rgba(245,193,43,.08);
}
@media(max-width: 900px) {
    .site-nav {
        flex-direction: column;
        align-items: center;
    }
    .site-nav-links {
        justify-content: center;
    }
    .content-grid,
    .pros-cons {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 520px) {
    .site-logo img {
        width: 160px;
    }
    .compliance-bar {
        font-size: 12px;
    }
    .content-section,
    .trust-box,
    .responsible-box,
    .affiliate-disclosure {
        padding: 16px;
        margin: 14px auto;
    }
}
.main-header {
    background: transparent;
    padding: 0;
    overflow: visible;
}
body, .operator-title, .welcome-bonus-text, .page-title, .site-nav-links a, .content-section, .trust-box, .responsible-box {
    font-family: Arial, Helvetica, sans-serif;
}
.orange-highlight {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
}

/* FINAL STABLE MOBILE BONUS CARD FIX - keeps original horizontal layout */
@media (max-width: 767px) {
    .operators-list {
        width: 100% !important;
        max-width: 100% !important;
    }

    .operator-item {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        min-height: 190px !important;
        height: 190px !important;
        background: #ffffff !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }

    .left-side {
        width: 42% !important;
        min-width: 42% !important;
        max-width: 42% !important;
        height: 190px !important;
        border-radius: 12px 0 0 12px !important;
        overflow: hidden !important;
        display: flex !important;
    }

    .right-side {
        position: relative !important;
        display: block !important;
        width: 58% !important;
        min-width: 58% !important;
        max-width: 58% !important;
        height: 190px !important;
        min-height: 190px !important;
        padding: 0 !important;
        background: #ffffff !important;
        border-radius: 0 12px 12px 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .operator-logo {
        width: 100% !important;
        height: 190px !important;
        min-height: 190px !important;
        border-radius: 12px 0 0 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .operator-logo img {
        width: 74% !important;
        max-width: 105px !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .operator-information-block {
        display: none !important;
    }

    .right-side .welcome-bonus-block {
        position: absolute !important;
        top: 18px !important;
        left: 8px !important;
        right: 8px !important;
        bottom: 58px !important;
        width: auto !important;
        height: auto !important;
        max-width: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 5 !important;
        box-sizing: border-box !important;
    }

    .right-side .welcome-text-block {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 2px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .right-side .welcome-bonus-text {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #000000 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
        text-align: center !important;
        text-decoration: none !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow: visible !important;
    }

    .right-side .welcome-bonus-text:first-child {
        font-size: 13px !important;
        line-height: 1.1 !important;
        color: #000000 !important;
    }

    .right-side .orange-highlight {
        color: #fc7408 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-weight: 900 !important;
        line-height: 1.05 !important;
    }

    .right-side .mobile-highlight {
        display: block !important;
        color: #fc7408 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 20px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        margin: 3px 0 2px !important;
        padding: 0 !important;
        text-align: center !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    .right-side .button-block {
        position: absolute !important;
        left: 8px !important;
        right: 8px !important;
        bottom: 14px !important;
        width: auto !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border-radius: 0 !important;
        z-index: 6 !important;
    }

    .right-side .play-now-btn {
        display: block !important;
        width: 100% !important;
        max-width: 150px !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 0 auto !important;
        padding: 9px 10px !important;
        color: #ffffff !important;
        background-color: #fc7408 !important;
        border: 3px solid #f5c12b !important;
        border-radius: 8px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        line-height: 16px !important;
        font-weight: 800 !important;
        text-align: center !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
    }

    .ribbon {
        height: 25px !important;
        padding: 6px 14px 4px 7px !important;
        font-size: 8px !important;
        line-height: 12px !important;
        z-index: 20 !important;
    }

    .full-tc-text {
        font-size: 10px !important;
        line-height: 1.35 !important;
        padding: 6px 8px 0 !important;
        margin: 0 auto 8px !important;
        min-height: 38px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 430px) {
    .operator-item,
    .left-side,
    .right-side,
    .operator-logo {
        height: 178px !important;
        min-height: 178px !important;
    }

    .operator-logo img {
        max-width: 92px !important;
    }

    .right-side .welcome-bonus-block {
        top: 16px !important;
        left: 7px !important;
        right: 7px !important;
        bottom: 54px !important;
    }

    .right-side .welcome-bonus-text {
        font-size: 11px !important;
        line-height: 1.12 !important;
    }

    .right-side .welcome-bonus-text:first-child {
        font-size: 12px !important;
    }

    .right-side .mobile-highlight {
        font-size: 18px !important;
        margin: 2px 0 1px !important;
    }

    .right-side .button-block {
        bottom: 13px !important;
        left: 7px !important;
        right: 7px !important;
    }

    .right-side .play-now-btn {
        max-width: 135px !important;
        font-size: 12px !important;
        line-height: 15px !important;
        padding: 8px 8px !important;
    }
}

@media (max-width: 360px) {
    .operator-item,
    .left-side,
    .right-side,
    .operator-logo {
        height: 170px !important;
        min-height: 170px !important;
    }

    .right-side .welcome-bonus-block {
        top: 14px !important;
        bottom: 50px !important;
    }

    .right-side .welcome-bonus-text {
        font-size: 10px !important;
    }

    .right-side .mobile-highlight {
        font-size: 16px !important;
    }

    .right-side .play-now-btn {
        max-width: 120px !important;
        font-size: 11px !important;
        line-height: 14px !important;
        padding: 7px 6px !important;
    }
}

/* SEO article archive and editorial components */
.operator-stars {
    width: auto;
    justify-content: flex-start;
    gap: 8px;
    padding-left: 0;
    color: #f5c12b;
    font-size: 16px;
    line-height: 1.3;
}

.operator-stars .rating-score {
    color: #333;
    font-size: 12px;
    font-weight: 800;
}

.thumb-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 50%;
    background: #f5c12b;
    color: #091223;
    font-size: 11px;
    font-weight: 900;
}

.editorial-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0 0 20px;
    color: #c7bca8;
    font-size: 14px;
}

.blog-archive {
    max-width: 1160px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.blog-card {
    overflow: hidden;
    border: 1px solid rgba(245, 193, 43, .2);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
}

.blog-card-image-link,
.blog-card-image-link img {
    display: block;
    width: 100%;
}

.blog-card-image-link img {
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
}

.blog-card-content {
    padding: 18px;
}

.blog-card time {
    color: #c7bca8;
    font-size: 13px;
}

.blog-card h2 {
    margin: 8px 0 10px;
    font-size: 22px;
    line-height: 1.25;
}

.blog-card h2 a {
    color: #ffedad;
    text-decoration: none;
}

.blog-card p {
    margin-bottom: 14px;
    font-size: 15px;
}

.blog-read-more {
    font-weight: 800;
    text-decoration: none;
}

.blog-article {
    max-width: 900px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 22px;
    color: #bfb4a0;
    font-size: 14px;
}

.breadcrumbs a {
    color: #f5c12b;
}

.article-header h1 {
    margin: 0 0 14px;
    color: #ffedad;
    font-family: 'Varela Round', sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.12;
}

.article-excerpt {
    max-width: 780px;
    font-size: 19px !important;
}

.article-hero {
    display: block;
    width: 100%;
    height: auto;
    margin: 24px 0 30px;
    border-radius: 14px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article-body {
    max-width: 780px;
    margin: 0 auto;
}

.article-body p,
.article-body li {
    color: #e2d6c2;
    font-size: 17px;
    line-height: 1.8;
}

.article-body h2 {
    margin-top: 38px;
    font-size: 28px;
    line-height: 1.25;
}

.article-body h3 {
    margin-top: 30px;
    font-size: 22px;
}

.article-body a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-sources {
    max-width: 780px;
    margin: 34px auto 0;
    padding: 20px;
    border: 1px solid rgba(245, 193, 43, .25);
    border-radius: 12px;
    background: rgba(245, 193, 43, .06);
}

.article-sources h2 {
    font-size: 22px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.related-grid article {
    padding: 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    background: rgba(255,255,255,.045);
}

.related-grid h3 {
    font-size: 18px;
}

.not-found-page {
    min-height: 42vh;
    text-align: center;
}

.not-found-page .error-code {
    margin: 0;
    color: #f5c12b;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
}

.consent-banner {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 10000;
    display: flex;
    max-width: 860px;
    margin: 0 auto;
    padding: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(245, 193, 43, .5);
    border-radius: 14px;
    background: #081326;
    box-shadow: 0 12px 40px rgba(0,0,0,.45);
    color: #e2d6c2;
}

.consent-banner[hidden] {
    display: none;
}

.consent-banner p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.consent-banner a {
    color: #f5c12b;
}

.consent-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.consent-actions button {
    padding: 10px 13px;
    border: 1px solid #f5c12b;
    border-radius: 8px;
    background: transparent;
    color: #ffedad;
    cursor: pointer;
    font-weight: 800;
}

.consent-actions .consent-accept {
    background: #f5c12b;
    color: #081326;
}

@media (max-width: 767px) {
    .blog-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .blog-card h2 {
        font-size: 20px;
    }

    .article-body p,
    .article-body li {
        font-size: 16px;
    }

    .consent-banner {
        align-items: stretch;
        flex-direction: column;
    }

    .consent-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}


/* FINAL LOGO SIZE FIX - appended override */
@media (max-width: 767px) {
    .operator-logo {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 6px 8px !important;
        box-sizing: border-box !important;
    }

    .operator-logo img,
    .left-side .operator-logo img,
    .operators-list .operator-item .left-side .operator-logo img {
        width: 135px !important;
        max-width: 94% !important;
        min-width: 120px !important;
        height: auto !important;
        max-height: 112px !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
        transform: scale(1.22) !important;
        transform-origin: center center !important;
    }
}

@media (max-width: 430px) {
    .operator-logo img,
    .left-side .operator-logo img,
    .operators-list .operator-item .left-side .operator-logo img {
        width: 125px !important;
        min-width: 112px !important;
        max-width: 96% !important;
        transform: scale(1.28) !important;
    }
}

@media (max-width: 360px) {
    .operator-logo img,
    .left-side .operator-logo img,
    .operators-list .operator-item .left-side .operator-logo img {
        width: 112px !important;
        min-width: 102px !important;
        transform: scale(1.22) !important;
    }
}

/* DESKTOP CASINO CARD AND LOGO FIX */
@media (min-width: 768px) {
    .operator-item {
        min-height: 155px !important;
        height: auto !important;
        align-items: stretch !important;
        overflow: hidden !important;
    }

    .left-side {
        min-height: 155px !important;
        align-items: stretch !important;
        overflow: hidden !important;
    }

    .operator-logo {
        min-height: 155px !important;
        height: auto !important;
        padding: 12px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .operator-logo img,
    .left-side .operator-logo img,
    .operators-list .operator-item .left-side .operator-logo img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 90% !important;
        max-height: 105px !important;
        min-width: 0 !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        transform: none !important;
    }
}
