        :root {
            --brand-green: #3e7150;
            --brand-yellow: #f4d80c;
            --brand-white: #fff;
        }

        body {
            font-family: 'Roboto', sans-serif;
            color: #333;
            background: #326042;
        }

        a {
            color: rgb(50 93 64);
        }

        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            font-family: "Oswald", sans-serif;
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal;
        }


        .hero-section {
            /*background: #326042;*/
            background: url('lp-bg.jpg') no-repeat top right #3e7150;
            color: var(--brand-white);
            padding: 5em 0;
        }

        .logo-container {
            text-align: center;
            margin-bottom: 2rem;
            padding-top: 1rem;
        }

        .logo-container img {
            max-width: 250px;
            height: auto;
        }

        .headline {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            line-height: 1.2;
            text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
        }

        .subheadline {
            font-size: 1.1rem;
            text-align: center;
            margin-bottom: 1rem;
            opacity: 0.95;
            text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
        }

        .comparison-table {
            border-radius: 12px;
            overflow: hidden;
            background: #2e543c;
        }

        .comparison-table table {
            margin: 0;
        }

        .comparison-table th {
            background: transparent;
            color: var(--brand-white);
            font-weight: 600;
            padding: 1rem 0.75rem;
            font-size: 0.95rem;
            border: none;
        }

        table.table {
            background: transparent;
        }

        .comparison-table td {
            padding: 1rem 0.75rem;
            vertical-align: middle;
            border-color: #e0e0e0;
            font-size: 0.9rem;
        }

        .comparison-table td:first-child {
            font-weight: 600;
            color: #dfdfdf;
            background: transparent;
        }

        .comparison-table td:first-child .bi {
            color: #dfdfdf;
        }

        .highlight-cell {
            background: #fff9e6;
            /*font-weight: 700;*/
            color: var(--brand-green);
        }

        .winner-badge {
            display: inline-block;
            background: var(--brand-yellow);
            color: #333;
            padding: 0.25rem 0.5rem;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 700;
            margin-left: 0.25rem;
        }

        .cta-section {
            text-align: center;
            padding: 2rem 0;
        }

        .cta-button {
            background: var(--brand-yellow);
            color: #333;
            border: none;
            padding: 1rem 2.5rem;
            font-size: 1.25rem;
            font-weight: 700;
            border-radius: 50px;
            box-shadow: 0 4px 15px rgba(244, 216, 12, 0.4);
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .cta-button:hover {
            background: #fde435;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(244, 216, 12, 0.5);
            color: #333;
        }

        .benefits-section {
            background: #f8f9fa;
            padding: 3rem 0;
        }

        .benefit-card {
            text-align: center;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .benefit-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .benefit-title {
            color: var(--brand-green);
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .footer-note {
            text-align: center;
            color: #666;
            font-size: 0.85rem;
            padding: 2rem 0;
        }


        i.bi.bi-check-circle-fill {
            color: #1d8d45;
            font-size: 1.4em;
        }

        i.bi.bi-x-circle-fill {
            color: #e66060;
            font-size: 1.4em;
        }

        td.highlight-cell {
            background: #e5f8ec;
        }

        td.highlight-cell-red {
            background: #f8e6e5;
        }

        table.table i.bi {
            font-size: 1.4em;
        }

        .smallprint {
            font-size: 10px;
            opacity: 0.7;
            line-height: 1.3em;
            text-align: center;
            margin: 15px 0;
        }

        . {
            border: 3px solid #FFD700;
            /* Yellow border */
            border-left: none;
            /* Optional: cleaner edge between columns */
            padding: 8px;
        }

        .recommended-label {
            position: absolute;
            top: -12px;
            right: 12%;
            background-color: #FFD700;
            color: #000;
            font-weight: bold;
            padding: 4px 10px;
            border-radius: 4px 4px 0 0;
            text-transform: uppercase;
            font-size: 0.85rem;
        }

        table.table td {
            background: transparent;
            color: #dfdfdf;
            border-bottom: solid 1px #4e7b5c;
            padding: 10px 5px;
            line-height: 1.1em;
        }

        table.table thead {
            border-bottom: solid 1px #4e7b5c;
        }

        span.stat-large {
            font-size: 1.2em;
            font-weight: bold;
        }

        table.table td.bg-white {
            color: #1d1d1d;
        }

        .topbar {
            background: #3e7150;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            text-align: center;
            padding: 15px;
        }

        .topbar .logo {
            width: 155px;
        }

        #footer a {
            color: #fff;
        }



        .odds-logo {
            max-width: 65px;
            border-radius: 5px;
        }


        /*** BOOKMAKER REVIEW TABLE ***/

        .bookmakerWrap {
            background: #fff;
            padding: 10px;
            margin: 0 0 15px 0;
            border-radius: 5px;
            border: solid 1px #ddd;
        }

        .bookmakerWrap:hover {
            background: linear-gradient(#fff, #ddd);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        }

        .bookmakerWrap .text-muted {
            margin-bottom: 0;
        }

        .bookmakerWrap h5 {
            margin-bottom: 0;
            padding: 5px 0 0 0;
            font-weight: 700;
            text-transform: capitalize;
        }

        .bookmakerWrap .offerAddon {
            margin: 0;
        }

        .bookmakerWrap .underLink {
            font-size: 12px;
            padding: 8px 0;
            margin: 0;
        }

        p.bookmakerScore {
            padding: 10px 0 0 0;
            margin: 0;
        }

        .bookmakerWrap p.smallprint {
            font-size: 10px;
            color: rgba(0, 0, 0, 0.75);
        }

        .bookmakerWrap .bookmakerAward {
            color: #188753;
        }

        .bookmakerWrap .bookmakerLogo {
            border-radius: 20px;
            box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
        }

        .bookmakerWrap .claimButton {
            width: 100%;
        }

        .bookmakerWrap.recommendedBookmaker {
            background-image: linear-gradient(15deg, #ffffff 0%, #efcb8b 90%);
            border: solid 1px #efcb8a;
        }

        .bookmakerWrap.recommendedBookmaker:hover {
            background-image: none;
            border: solid 1px #efcb8a;
            background-color: #efcb8a;
        }


        @media (max-width: 990px) {

            .bookmakerWrap {
                padding: 15px;
            }

            .bookmakerWrap .bookmakerLogo {
                padding-top: 0;
            }

            .bookmakerWrap .claimButton {
                margin-top: 0;
                width: 100%;
            }

            .bookmakerWrap p.smallprint {
                padding: 0;
            }

        }


        @media (max-width: 767px) {
            .bookmakerWrap .bookmakerLogo {
                max-width: 120px;
            }
        }

        @media (min-width: 1200px) {
            .bookmakerWrap .bookmakerLogo {}
        }


        .bg-gold {
            background: #b58633;
            background: -webkit-linear-gradient(to right, #b58633, #dc9920);
            background: linear-gradient(to right, #b58633, #dc9920);
        }

        .bi.bi-star-fill {
            color: #e4ab03;
        }


        .btn-sheen {
            position: relative;
            overflow: hidden;
        }

        .btn-sheen::before {
            content: "";
            position: absolute;
            top: 0;
            left: -75%;
            width: 50%;
            height: 100%;
            background: linear-gradient(120deg,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0.6) 50%,
                    rgba(255, 255, 255, 0) 100%);
            transform: skewX(-25deg);
            animation: sheenMove 2s ease-in-out infinite;
        }

        @keyframes sheenMove {
            0% {
                left: -75%;
            }

            100% {
                left: 125%;
            }
        }





        .highlight-box {
            background: #ffffff;
            background: #ffedbd;
            background: linear-gradient(128deg, rgb(227 189 70) 34%, rgb(243 220 74) 100%);
            color: #326042;
            padding: 0.1em 0.3em;
            display: inline-block;
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone;
        }






        @media (max-width: 576px) {
            .headline {
                font-size: 1.6rem;
            }

            .comparison-table th,
            .comparison-table td {
                padding: 0.75rem 0.5rem;
                font-size: 0.85rem;
            }

            .logo-container img {
                max-width: 200px;
            }

            .hero-section {
                background: #326042;
                background-image: none;
                color: var(--brand-white);
                padding: 5em 0;
            }            
            
        }



        table.table td.bg-gold {
            background: #e3bc47;
            color: #2d2d2d;
            box-shadow: 5px 0px 7px rgba(0, 0, 0, 0.2);
        }

        table.table-gold td {
            border-bottom: solid 1px rgba(255, 255, 255, 0.5);
            color: #545353;
        }

        table.table-gold thead {
            border-bottom: solid 2px rgba(255, 255, 255, 0.5);
        }

        .comparison-table table.table-gold td:first-child .bi {
            color: #3a7a5c;
        }

        .comparison-table table.table-gold td:first-child {
            color: #545353;
        }





        /* Minimal custom styling */
        .offer-steps .step-badge {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #e3bc47, #f2db49);
            font-size: 1.3rem;
            line-height: 1;
            color: rgb(58 112 77);
            text-shadow: 1px 1px 1px #fff;
        }


        .offer-steps .step-title {
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .offer-steps .step-sub {
            color: #4b4b4b;
            font-size: 0.9em;
        }





.bookmakerOffersCards h4.card-title a{
    color: #3a3a3a;
}

.card.bookieOffer.topRatedCard {
    box-shadow: 0px 1px 6px #e4aa04;
    background: #ffffff;
    background: linear-gradient(128deg, rgba(255, 255, 255, 1) 0%, rgba(255, 237, 189, 1) 34%, rgba(255, 255, 255, 1) 100%);
}
.topRatedCard p,.topRatedCard h4,.topRatedCard li{
    text-shadow: 1px 1px 1px #fff;
}
.topRatedCard span.badge{
    text-shadow: none;
}    
.card.bookieOffer {
    border-radius: 10px;
    background: #e7edea;
}    
.bookieOffer h4 a {
    font-size: 0.9em;
    line-height: 0.9em;
    margin: 0;
    text-decoration: none;
}  



.accordion-body{
    font-size: 14px;
}
/* --- Accordion Custom Styling --- */
.accordion-button {
  background-color: #daede1; /* light green background */
  color: #326042; /* dark green text */
  font-weight: 600;
  box-shadow: none;
}

/* Hover and focus states */
.accordion-button:hover,
.accordion-button:focus {
  background-color: #cfe5d6;
  color: #326042;
  box-shadow: none;
}

/* When accordion item is open */
.accordion-button:not(.collapsed) {
    background-color: #e3bc47;
    color: #326042;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* Accordion body text */
.accordion-body {
  background-color: #ffffff;
  color: #326042;
}

/* Optional: border colour for consistency */
.accordion-item {
  border: 1px solid #cfe5d6;
}


table.table.text-dark td{
    color: #323232;
}