@font-face {
    font-display: block;
    font-family: "GR CR Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    src: url("../vendor/font-awesome/fa-solid-900.woff2") format("woff2");
}

.gr-cr-review .fa-solid,
.gr-cr-archive .fa-solid {
    display: inline-block;
    font-family: "GR CR Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
}

.gr-cr-review .fa-arrow-up-right-from-square::before,
.gr-cr-archive .fa-arrow-up-right-from-square::before { content: "\f08e"; }
.gr-cr-review .fa-building-columns::before,
.gr-cr-archive .fa-building-columns::before { content: "\f19c"; }
.gr-cr-review .fa-bitcoin-sign::before,
.gr-cr-archive .fa-bitcoin-sign::before { content: "\e0b4"; }
.gr-cr-review .fa-chart-line::before,
.gr-cr-archive .fa-chart-line::before { content: "\f201"; }
.gr-cr-review .fa-circle-check::before,
.gr-cr-archive .fa-circle-check::before { content: "\f058"; }
.gr-cr-review .fa-circle-down::before,
.gr-cr-archive .fa-circle-down::before { content: "\f358"; }
.gr-cr-review .fa-circle-info::before,
.gr-cr-archive .fa-circle-info::before { content: "\f05a"; }
.gr-cr-review .fa-circle-xmark::before,
.gr-cr-archive .fa-circle-xmark::before { content: "\f057"; }
.gr-cr-review .fa-clock::before,
.gr-cr-archive .fa-clock::before { content: "\f017"; }
.gr-cr-review .fa-coins::before,
.gr-cr-archive .fa-coins::before { content: "\f51e"; }
.gr-cr-review .fa-credit-card::before,
.gr-cr-archive .fa-credit-card::before { content: "\f09d"; }
.gr-cr-review .fa-dice::before,
.gr-cr-archive .fa-dice::before { content: "\f522"; }
.gr-cr-review .fa-display::before,
.gr-cr-archive .fa-display::before { content: "\e163"; }
.gr-cr-review .fa-file-contract::before,
.gr-cr-archive .fa-file-contract::before { content: "\f56c"; }
.gr-cr-review .fa-file-lines::before,
.gr-cr-archive .fa-file-lines::before { content: "\f15c"; }
.gr-cr-review .fa-futbol::before,
.gr-cr-archive .fa-futbol::before { content: "\f1e3"; }
.gr-cr-review .fa-gem::before,
.gr-cr-archive .fa-gem::before { content: "\f3a5"; }
.gr-cr-review .fa-gift::before,
.gr-cr-archive .fa-gift::before { content: "\f06b"; }
.gr-cr-review .fa-hand-holding-dollar::before,
.gr-cr-archive .fa-hand-holding-dollar::before { content: "\f4c0"; }
.gr-cr-review .fa-headset::before,
.gr-cr-archive .fa-headset::before { content: "\f590"; }
.gr-cr-review .fa-language::before,
.gr-cr-archive .fa-language::before { content: "\f1ab"; }
.gr-cr-review .fa-mobile-screen-button::before,
.gr-cr-archive .fa-mobile-screen-button::before { content: "\f3cd"; }
.gr-cr-review .fa-shield-halved::before,
.gr-cr-archive .fa-shield-halved::before { content: "\f3ed"; }
.gr-cr-review .fa-star::before,
.gr-cr-archive .fa-star::before { content: "\f005"; }
.gr-cr-review .fa-stopwatch::before,
.gr-cr-archive .fa-stopwatch::before { content: "\f2f2"; }
.gr-cr-review .fa-user-tie::before,
.gr-cr-archive .fa-user-tie::before { content: "\f508"; }
.gr-cr-review .fa-wallet::before,
.gr-cr-archive .fa-wallet::before { content: "\f555"; }

:root {
    --gr-cr-navy: #0f172a;
    --gr-cr-muted: #64748b;
    --gr-cr-blue: #2f6fa7;
    --gr-cr-cyan: #06b6d4;
    --gr-cr-focus: #075985;
    --gr-cr-border: #e4eaf0;
    --gr-cr-soft: #f5f8fb;
    --gr-cr-warning: #fff8e6;
    --gr-cr-radius: 12px;
    --gr-cr-shadow: 0 8px 28px rgba(15, 23, 42, .06);
}

.gr-cr-review,
.gr-cr-archive {
    color: var(--gr-cr-navy);
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.gr-cr-review *,
.gr-cr-archive * {
    box-sizing: border-box;
}

.gr-cr-section,
.gr-cr-archive-header,
.gr-cr-filters,
.gr-cr-archive-card,
.gr-cr-empty {
    background: #fff;
    border: 1px solid var(--gr-cr-border);
    border-radius: var(--gr-cr-radius);
    box-shadow: var(--gr-cr-shadow);
}

.gr-cr-section {
    margin: 0 0 24px;
    padding: clamp(20px, 3vw, 32px);
    scroll-margin-top: 92px;
}

.gr-cr-section > h2 {
    color: var(--gr-cr-navy);
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.25;
    margin: 0 0 20px;
}

.gr-cr-section h3 {
    color: var(--gr-cr-navy);
    font-size: 18px;
    line-height: 1.35;
}

.gr-cr-hero {
    display: grid;
    gap: 18px;
}

.gr-cr-verdict {
    border: 0;
    border-left: 4px solid var(--gr-cr-cyan);
    margin: 0;
    padding: 4px 0 4px 20px;
}

.gr-cr-verdict p {
    color: var(--gr-cr-navy);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 10px;
}

.gr-cr-verdict cite {
    color: var(--gr-cr-muted);
    font-size: 14px;
    font-style: normal;
}

.gr-cr-score-badge {
    align-items: baseline;
    background: var(--gr-cr-navy);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    margin: 0;
    padding: 8px 14px;
    width: fit-content;
}

.gr-cr-score-badge span {
    color: #67e8f9;
    font-size: 20px;
}

.gr-cr-score-badge--pending,
.gr-cr-pending {
    background: #eef2f7;
    color: #475569;
}

.gr-cr-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gr-cr-tags li {
    background: #eaf6fb;
    border-radius: 999px;
    color: #155e75;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 11px;
}

.gr-cr-factline {
    border-top: 1px solid var(--gr-cr-border);
    color: #334155;
    margin: 0;
    padding-top: 16px;
}

.gr-cr-cta-wrap,
.gr-cr-card-actions {
    margin: 0;
}

.gr-cr-cta,
.gr-cr-review-link,
.gr-cr-filter-actions button,
.gr-cr-filter-actions a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    text-decoration: none;
}

.gr-cr-cta,
.gr-cr-filter-actions button {
    background: var(--gr-cr-blue);
    border: 1px solid var(--gr-cr-blue);
    color: #fff !important;
}

.gr-cr-review-link,
.gr-cr-filter-actions a {
    background: #fff;
    border: 1px solid #cbd5e1;
    color: var(--gr-cr-blue) !important;
}

.gr-cr-review a:not(.gr-cr-cta),
.gr-cr-archive a:not(.gr-cr-cta) {
    text-underline-offset: 3px;
}

.gr-cr-review a:focus-visible,
.gr-cr-archive a:focus-visible,
.gr-cr-archive button:focus-visible,
.gr-cr-archive input:focus-visible,
.gr-cr-archive select:focus-visible,
.gr-cr-archive summary:focus-visible {
    outline: 3px solid var(--gr-cr-focus);
    outline-offset: 3px;
}

.gr-cr-score-value {
    color: var(--gr-cr-blue);
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 20px;
}

.gr-cr-table-wrap {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow-x: auto;
}

.gr-cr-table-wrap:focus-visible {
    outline: 3px solid var(--gr-cr-focus);
    outline-offset: 3px;
}

.gr-cr-table-hint {
    color: #475569;
    display: none;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px 0;
}

.gr-cr-table {
    border-collapse: collapse;
    margin: 0;
    min-width: 620px;
    width: 100%;
}

.gr-cr-table th,
.gr-cr-table td {
    border-bottom: 1px solid var(--gr-cr-border);
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

.gr-cr-table thead th {
    background: var(--gr-cr-soft);
    color: #334155;
    font-size: 13px;
    text-transform: uppercase;
}

.gr-cr-table tbody th {
    color: var(--gr-cr-navy);
    font-weight: 700;
}

.gr-cr-definition-list,
.gr-cr-transaction dl,
.gr-cr-passport dl,
.gr-cr-card-facts,
.gr-cr-data-card dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.gr-cr-definition-list > div,
.gr-cr-transaction dl > div,
.gr-cr-passport dl > div,
.gr-cr-data-card dl > div {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(150px, 34%) minmax(0, 1fr);
    padding: 10px 0;
}

.gr-cr-definition-list dt,
.gr-cr-transaction dt,
.gr-cr-passport dt,
.gr-cr-data-card dt,
.gr-cr-card-facts dt {
    color: var(--gr-cr-muted);
    font-weight: 600;
}

.gr-cr-definition-list dd,
.gr-cr-transaction dd,
.gr-cr-passport dd,
.gr-cr-data-card dd,
.gr-cr-card-facts dd {
    color: var(--gr-cr-navy);
    margin: 0;
    overflow-wrap: anywhere;
}

.gr-cr-card-grid,
.gr-cr-people,
.gr-cr-gallery {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gr-cr-data-card,
.gr-cr-person,
.gr-cr-transaction,
.gr-cr-passport,
.gr-cr-help {
    background: var(--gr-cr-soft);
    border: 1px solid var(--gr-cr-border);
    border-radius: 10px;
    padding: 18px;
}

.gr-cr-data-card h3,
.gr-cr-person h3,
.gr-cr-transaction h3,
.gr-cr-help h3 {
    margin: 0 0 12px;
}

.gr-cr-gallery figure {
    margin: 0;
}

.gr-cr-gallery img {
    border-radius: 8px;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.gr-cr-gallery figcaption {
    color: var(--gr-cr-muted);
    font-size: 13px;
    padding-top: 7px;
}

.gr-cr-help {
    border-left: 4px solid var(--gr-cr-cyan);
    margin-top: 18px;
}

.gr-cr-log {
    border-left: 2px solid var(--gr-cr-border);
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0 0 0 22px;
}

.gr-cr-log li {
    margin: 0 0 22px;
    position: relative;
}

.gr-cr-log li::before {
    background: var(--gr-cr-cyan);
    border: 3px solid #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: -29px;
    position: absolute;
    top: 7px;
    width: 12px;
}

.gr-cr-log time,
.gr-cr-log-author,
.gr-cr-person-role {
    color: var(--gr-cr-muted);
    font-size: 13px;
}

.gr-cr-person {
    align-items: flex-start;
    display: flex;
    gap: 14px;
}

.gr-cr-person img {
    border-radius: 50%;
    height: 72px;
    object-fit: cover;
    width: 72px;
}

.gr-cr-disclosure {
    color: #475569;
    font-size: 14px;
    margin: 0;
}

.gr-cr-archive {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}

.gr-cr-archive-header,
.gr-cr-filters,
.gr-cr-empty {
    margin-bottom: 22px;
    padding: clamp(20px, 3vw, 32px);
}

.gr-cr-archive-header h1 {
    color: var(--gr-cr-navy);
    font-size: clamp(32px, 5vw, 50px);
    line-height: 1.15;
    margin: 6px 0 12px;
}

.gr-cr-eyebrow {
    color: var(--gr-cr-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0;
    text-transform: uppercase;
}

.gr-cr-filter-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gr-cr-advanced {
    border-top: 1px solid var(--gr-cr-border);
    margin-top: 18px;
    padding-top: 14px;
}

.gr-cr-advanced > summary {
    align-items: center;
    color: var(--gr-cr-blue);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-weight: 800;
    gap: 4px 12px;
    min-height: 44px;
}

.gr-cr-advanced > summary small {
    color: var(--gr-cr-muted);
    font-size: 12px;
    font-weight: 500;
}

.gr-cr-advanced[open] > summary {
    margin-bottom: 14px;
}

.gr-cr-filter-grid > label,
.gr-cr-filter-grid > details {
    min-width: 0;
}

.gr-cr-filter-grid label {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gr-cr-filter-grid input,
.gr-cr-filter-grid select,
.gr-cr-filter-grid summary {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    color: var(--gr-cr-navy);
    min-height: 44px;
    padding: 9px 11px;
    width: 100%;
}

.gr-cr-filter-grid summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    list-style-position: inside;
}

.gr-cr-facet {
    position: relative;
}

.gr-cr-facet-options {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: var(--gr-cr-shadow);
    display: grid;
    gap: 4px;
    margin-top: 4px;
    max-height: 240px;
    overflow-y: auto;
    padding: 9px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.gr-cr-facet-options label {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 36px;
}

.gr-cr-facet-options input {
    min-height: 18px;
    width: 18px;
}

.gr-cr-filter-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.gr-cr-results-count {
    color: var(--gr-cr-muted);
    font-weight: 600;
}

.gr-cr-archive-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gr-cr-archive-card {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
}

.gr-cr-archive-card--no-image {
    grid-template-columns: minmax(0, 1fr);
}

.gr-cr-card-image {
    background: var(--gr-cr-soft);
}

.gr-cr-card-image img {
    height: 100%;
    object-fit: contain;
    padding: 16px;
    width: 100%;
}

.gr-cr-card-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    padding: 20px;
}

.gr-cr-card-body h2 {
    font-size: 22px;
    line-height: 1.25;
    margin: 0;
}

.gr-cr-card-facts > div {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr;
    padding: 4px 0;
}

.gr-cr-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.gr-cr-archive .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.gr-cr-archive .page-numbers a,
.gr-cr-archive .page-numbers span {
    align-items: center;
    border: 1px solid var(--gr-cr-border);
    border-radius: 7px;
    display: inline-flex;
    min-height: 44px;
    padding: 8px 13px;
}

.gr-cr-archive .page-numbers .current {
    background: var(--gr-cr-navy);
    color: #fff;
}

@media (max-width: 1024px) {
    .gr-cr-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gr-cr-archive-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .gr-cr-section {
        padding: 18px;
    }

    .gr-cr-card-grid,
    .gr-cr-people,
    .gr-cr-gallery,
    .gr-cr-filter-grid {
        grid-template-columns: 1fr;
    }

    .gr-cr-definition-list > div,
    .gr-cr-transaction dl > div,
    .gr-cr-passport dl > div,
    .gr-cr-data-card dl > div {
        gap: 2px;
        grid-template-columns: 1fr;
    }

    .gr-cr-archive-card {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .gr-cr-card-body {
        padding: 16px;
    }

    .gr-cr-card-actions,
    .gr-cr-filter-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .gr-cr-advanced > summary {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .gr-cr-card-actions a,
    .gr-cr-filter-actions a,
    .gr-cr-filter-actions button,
    .gr-cr-cta-wrap .gr-cr-cta {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .gr-cr-archive-card {
        grid-template-columns: 1fr;
    }

    .gr-cr-card-image {
        max-height: 120px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gr-cr-review *,
    .gr-cr-archive * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* Casino review 1.1.2: continuous sequential editorial canvas. */
:root {
    --gr-cr-review-blue: #1253ad;
    --gr-cr-review-blue-dark: #0a326e;
    --gr-cr-review-green: #17874f;
    --gr-cr-review-green-soft: #edf8f1;
    --gr-cr-review-ink: #0b1731;
    --gr-cr-review-line: #dbe3ed;
}

.single-gr_casino_review .entry-meta.category-meta,
.single-gr_casino_review .entry-header {
    display: none;
}

.single-gr_casino_review .entry-content {
    margin-top: 0;
}

.gr-cr-review {
    color: var(--gr-cr-review-ink);
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}

.gr-cr-review .gr-cr-masthead {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    margin-bottom: 34px;
    padding: 12px 0 2px;
}

.gr-cr-review .gr-cr-masthead-main {
    align-items: center;
    display: flex;
    gap: 28px;
    min-width: 0;
}

.gr-cr-review .gr-cr-brand-logo {
    background: #fff;
    border: 1px solid #e1e6ec;
    border-radius: 10px;
    box-shadow: 0 7px 20px rgba(10, 32, 70, .09);
    flex: 0 0 142px;
    height: 142px;
    object-fit: contain;
    padding: 4px;
    width: 142px;
}

.gr-cr-review .gr-cr-masthead-copy {
    min-width: 0;
}

.gr-cr-review .gr-cr-masthead-copy h1 {
    color: var(--gr-cr-review-ink);
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
    margin: 0 0 15px;
}

.gr-cr-review .gr-cr-masthead-copy p {
    color: #263a55;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 12px;
}

.gr-cr-review .gr-cr-masthead-copy small {
    color: #52657c;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.gr-cr-review .gr-cr-masthead-copy .gr-cr-cta-wrap--masthead {
    margin-top: 18px;
}

.gr-cr-review .gr-cr-masthead-copy .gr-cr-cta-wrap--masthead .gr-cr-cta {
    gap: 8px;
}

.gr-cr-review .gr-cr-editorial-note {
    align-items: flex-start;
    background: #f6f8fb;
    border: 1px solid #e5eaf0;
    border-radius: 8px;
    display: flex;
    gap: 11px;
    padding: 18px;
}

.gr-cr-review .gr-cr-editorial-note > i {
    color: var(--gr-cr-review-blue);
    font-size: 17px;
    margin-top: 2px;
}

.gr-cr-review .gr-cr-editorial-note strong {
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
}

.gr-cr-review .gr-cr-editorial-note p {
    color: #41546a;
    font-size: 12px;
    line-height: 1.65;
    margin: 0;
}

.gr-cr-review > .gr-cr-section {
    background: #fff;
    border: 0;
    border-left: 1px solid var(--gr-cr-review-line);
    border-radius: 0;
    border-right: 1px solid var(--gr-cr-review-line);
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.gr-cr-review > .gr-cr-section::before {
    content: none;
    display: none;
}

.gr-cr-review > .gr-cr-section + .gr-cr-section {
    border-top: 1px solid #e8edf3;
}

.gr-cr-review > .gr-cr-section:first-of-type {
    border-radius: 6px 6px 0 0;
    border-top: 1px solid var(--gr-cr-review-line);
}

.gr-cr-review > .gr-cr-section:last-of-type {
    border-bottom: 1px solid var(--gr-cr-review-line);
    border-radius: 0 0 6px 6px;
}

.gr-cr-review .gr-cr-section-head {
    padding: 27px 30px 8px;
}

.gr-cr-review .gr-cr-section-head h2 {
    color: var(--gr-cr-review-ink);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 800;
    letter-spacing: -.015em;
    line-height: 1.25;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.gr-cr-review .gr-cr-section-index {
    color: var(--gr-cr-review-ink);
}

.gr-cr-review .gr-cr-section-head > p {
    color: #5b6a7d;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    max-width: 840px;
}

.gr-cr-review .gr-cr-section-body {
    padding: 18px 30px 30px;
}

.gr-cr-review .gr-cr-section-body > :first-child {
    margin-top: 0;
}

.gr-cr-review .gr-cr-section-body > :last-child {
    margin-bottom: 0;
}

.gr-cr-review .gr-cr-section-body > p,
.gr-cr-review .gr-cr-session-narrative p {
    color: #24364b;
    font-size: 15px;
    line-height: 1.72;
    max-width: 940px;
}

.gr-cr-review > .gr-cr-section--quick-verdict {
    background-color: #fff;
    background-image: url("../images/quick-verdict-wash.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-top: 1px solid var(--gr-cr-review-line);
}

.gr-cr-review > .gr-cr-section--quick-verdict::before {
    background: var(--gr-cr-review-blue);
    content: "";
    display: block;
    height: 2px;
    left: 30px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.gr-cr-review .gr-cr-section--quick-verdict .gr-cr-section-head {
    padding-top: 48px;
}

.gr-cr-review .gr-cr-section--quick-verdict .gr-cr-hero {
    align-items: stretch;
    column-gap: 34px;
    display: grid;
    grid-template-areas:
        "verdict score"
        "suitability suitability"
        "facts facts"
        "provider provider";
    grid-template-columns: minmax(0, 1.75fr) minmax(260px, .65fr);
    row-gap: 24px;
}

.gr-cr-review .gr-cr-verdict {
    align-self: stretch;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #bfd2e6;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    grid-area: verdict;
    justify-content: center;
    margin: 0;
    max-width: none;
    min-height: 220px;
    padding: 32px 62px 30px 128px;
    position: relative;
}

.gr-cr-review .gr-cr-verdict::before {
    color: var(--gr-cr-review-blue);
    content: "“";
    font-family: Georgia, serif;
    font-size: 124px;
    font-weight: 700;
    left: 20px;
    line-height: .8;
    position: absolute;
    top: 40px;
}

.gr-cr-review .gr-cr-verdict p {
    color: var(--gr-cr-review-ink);
    font-size: clamp(19px, 1.8vw, 24px);
    font-style: italic;
    font-weight: 650;
    line-height: 1.42;
    margin: 0 0 16px;
}

.gr-cr-review .gr-cr-verdict cite {
    align-items: center;
    color: #1f3248;
    display: inline-flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    gap: 10px;
    width: fit-content;
}

.gr-cr-review .gr-cr-verdict cite > a {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.gr-cr-review .gr-cr-verdict-author-photo {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c8d8e8;
    flex: 0 0 38px;
    height: 38px;
    object-fit: cover;
    width: 38px;
}

.gr-cr-review .gr-cr-quick-summary {
    display: contents;
}

.gr-cr-review .gr-cr-score-badge {
    align-items: flex-start;
    align-self: stretch;
    background: #fff;
    border: 1px solid var(--gr-cr-review-blue);
    border-radius: 9px;
    color: var(--gr-cr-review-ink);
    display: flex;
    flex-direction: column;
    gap: 4px;
    grid-area: score;
    justify-content: center;
    margin: 18px 0;
    min-height: 184px;
    padding: 30px 28px 24px;
    position: relative;
    width: auto;
}

.gr-cr-review .gr-cr-score-badge small {
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    left: 18px;
    padding: 0 8px;
    position: absolute;
    top: -11px;
}

.gr-cr-review .gr-cr-score-badge > span,
.gr-cr-review .gr-cr-score-badge > output {
    color: var(--gr-cr-review-blue);
    font-size: clamp(47px, 4.2vw, 66px);
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1;
}

.gr-cr-review .gr-cr-score-badge > strong {
    color: var(--gr-cr-review-blue);
    font-size: 15px;
}

.gr-cr-review .gr-cr-score-stars {
    color: var(--gr-cr-review-blue);
    display: flex;
    font-size: 18px;
    gap: 4px;
    margin: 4px 0;
}

.gr-cr-review .gr-cr-score-badge--pending {
    background: #f0f3f6;
    border-color: #d8e0e9;
    border-radius: 10px;
    color: #58697b;
    padding: 24px 28px;
}

.gr-cr-review .gr-cr-suitability {
    grid-area: suitability;
    margin-top: -4px;
}

.gr-cr-review .gr-cr-suitability > p {
    color: #53657a;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.gr-cr-review .gr-cr-tags {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.gr-cr-review .gr-cr-tags li::before,
.gr-cr-review .gr-cr-facts li::before {
    content: none;
    display: none;
}

.gr-cr-review .gr-cr-tags li {
    align-items: center;
    background: #fff;
    border: 1px solid #d8e3ef;
    border-radius: 9px;
    color: var(--gr-cr-review-ink);
    display: flex;
    gap: 12px;
    min-height: 62px;
    padding: 14px 18px;
}

.gr-cr-review .gr-cr-tags i {
    color: var(--gr-cr-review-blue);
    flex: 0 0 auto;
    font-size: 23px;
    text-align: center;
    width: 28px;
}

.gr-cr-review .gr-cr-tags span {
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
}

.gr-cr-review .gr-cr-facts {
    background: #eef5fc;
    border: 0;
    border-radius: 8px;
    display: grid;
    grid-area: facts;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.gr-cr-review .gr-cr-facts li {
    align-items: center;
    border-right: 1px solid #d5e2ef;
    display: flex;
    gap: 11px;
    min-width: 0;
    min-height: 92px;
    padding: 18px 20px;
}

.gr-cr-review .gr-cr-facts li:last-child {
    border-right: 0;
}

.gr-cr-review .gr-cr-facts i {
    color: var(--gr-cr-review-blue);
    flex: 0 0 auto;
    font-size: 20px;
}

.gr-cr-review .gr-cr-facts span {
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.gr-cr-review .gr-cr-cta-wrap {
    margin: 0;
}

.gr-cr-review .gr-cr-cta {
    background: var(--gr-cr-review-blue);
    border-color: var(--gr-cr-review-blue);
    border-radius: 6px;
    min-width: 178px;
}

.gr-cr-review .gr-cr-score-summary {
    align-items: center;
    display: grid;
    gap: 52px;
    grid-template-columns: 235px minmax(0, 1fr);
}

.gr-cr-review .gr-cr-score-overall {
    align-items: center;
    display: flex;
    flex-direction: column;
    align-self: start;
    justify-content: flex-start;
    text-align: center;
}

.gr-cr-review .gr-cr-score-ring {
    align-items: center;
    border: 11px solid var(--gr-cr-review-blue);
    border-radius: 50%;
    display: flex;
    height: 158px;
    justify-content: center;
    width: 158px;
}

.gr-cr-review .gr-cr-score-ring strong {
    color: var(--gr-cr-review-blue);
    font-size: 31px;
    letter-spacing: -.035em;
}

.gr-cr-review .gr-cr-score-overall > p {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 14px 0 0;
}

.gr-cr-review .gr-cr-score-overall > p strong {
    font-size: 19px;
}

.gr-cr-review .gr-cr-score-overall > p span {
    color: var(--gr-cr-review-blue);
    font-size: 17px;
    font-weight: 800;
}

.gr-cr-review .gr-cr-score-breakdown {
    display: grid;
    gap: 0;
}

.gr-cr-review .gr-cr-score-row {
    align-items: center;
    border-bottom: 1px solid #e2e7ed;
    display: grid;
    gap: 10px;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    min-height: 34px;
}

.gr-cr-review .gr-cr-score-row i {
    color: var(--gr-cr-review-blue);
    font-size: 14px;
    text-align: center;
}

.gr-cr-review .gr-cr-score-row span {
    color: #26384d;
    font-size: 13px;
}

.gr-cr-review .gr-cr-score-row strong {
    font-size: 13px;
}

.gr-cr-review .gr-cr-score-method {
    border-top: 1px solid #e0e6ed;
    color: #596a7c;
    font-size: 12px;
    margin: 25px 0 0;
    padding-top: 14px;
}

.gr-cr-review .gr-cr-bonus-list {
    display: grid;
    gap: 18px;
}

.gr-cr-review .gr-cr-bonus-card {
    align-items: center;
    display: grid;
    gap: 26px;
    grid-template-columns: 170px minmax(0, 1fr) 250px;
}

.gr-cr-review .gr-cr-bonus-card > img {
    display: block;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    width: 100%;
}

.gr-cr-review .gr-cr-bonus-terms h3 {
    color: var(--gr-cr-review-ink);
    font-size: 17px;
    margin: 0 0 9px;
}

.gr-cr-review .gr-cr-bonus-terms dl {
    display: grid;
    margin: 0;
}

.gr-cr-review .gr-cr-bonus-terms dl > div {
    border-bottom: 1px solid #e0e5ec;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(170px, 45%) minmax(0, 1fr);
    padding: 8px 0;
}

.gr-cr-review .gr-cr-bonus-terms dt {
    color: #586a7d;
    font-size: 12px;
    font-weight: 600;
}

.gr-cr-review .gr-cr-bonus-terms dd {
    color: var(--gr-cr-review-ink);
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.gr-cr-review .gr-cr-bonus-result {
    align-items: center;
    align-self: stretch;
    background: #eaf6ed;
    border-radius: 7px;
    color: #155f37;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 18px;
    text-align: center;
}

.gr-cr-review .gr-cr-bonus-result span {
    font-size: 13px;
    font-weight: 800;
}

.gr-cr-review .gr-cr-bonus-result strong {
    font-size: 35px;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 8px 0 3px;
}

.gr-cr-review .gr-cr-bonus-result p {
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

.gr-cr-review .gr-cr-bonus-explainer {
    align-items: flex-start;
    background: #f7f9fc;
    border: 1px solid #e2e7ed;
    border-radius: 6px;
    display: flex;
    font-size: 12px;
    gap: 10px;
    grid-column: 1 / -1;
    line-height: 1.55;
    margin: 0;
    padding: 12px 14px;
}

.gr-cr-review .gr-cr-bonus-explainer i {
    color: var(--gr-cr-review-blue);
    margin-top: 2px;
}

.gr-cr-review .gr-cr-test-status {
    align-items: center;
    background: var(--gr-cr-review-green-soft);
    border: 1px solid #bfe3cd;
    border-radius: 5px;
    color: #17613b;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    min-height: 43px;
    padding: 10px 14px;
}

.gr-cr-review .gr-cr-test-status i {
    color: var(--gr-cr-review-green);
    font-size: 17px;
}

.gr-cr-review .gr-cr-test-status strong {
    font-size: 13px;
    text-transform: uppercase;
}

.gr-cr-review .gr-cr-test-facts {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

.gr-cr-review .gr-cr-test-facts > div {
    border-right: 1px solid #dfe5ec;
    display: block;
    min-width: 0;
    padding: 2px 22px 4px;
}

.gr-cr-review .gr-cr-test-facts > div:first-child {
    padding-left: 8px;
}

.gr-cr-review .gr-cr-test-facts > div:last-child {
    border-right: 0;
}

.gr-cr-review .gr-cr-test-facts dt {
    align-items: center;
    color: #516479;
    display: flex;
    font-size: 12px;
    font-weight: 750;
    gap: 10px;
}

.gr-cr-review .gr-cr-test-facts dt i {
    color: var(--gr-cr-review-green);
    font-size: 21px;
    text-align: center;
    width: 24px;
}

.gr-cr-review .gr-cr-test-facts dd {
    color: var(--gr-cr-review-ink);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.5;
    margin: 8px 0 0 34px;
    overflow-wrap: anywhere;
}

.gr-cr-review .gr-cr-test-note {
    color: #27394d;
    font-size: 14px;
    line-height: 1.65;
    margin: 21px 0 0;
}

.gr-cr-review .gr-cr-transaction {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.gr-cr-review .gr-cr-transaction-facts {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gr-cr-review .gr-cr-transaction-timeline {
    border-top: 2px solid #d7dfe8;
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 28px 0 0;
    padding: 18px 0 0;
}

.gr-cr-review .gr-cr-transaction-timeline li {
    display: grid;
    gap: 2px 9px;
    grid-template-columns: 20px minmax(0, 1fr);
}

.gr-cr-review .gr-cr-transaction-timeline i {
    color: var(--gr-cr-review-green);
    grid-row: 1 / span 2;
    margin-top: 2px;
}

.gr-cr-review .gr-cr-transaction-timeline time {
    color: var(--gr-cr-review-ink);
    font-size: 13px;
    font-weight: 800;
}

.gr-cr-review .gr-cr-transaction-timeline span {
    color: #53657a;
    font-size: 12px;
}

.gr-cr-review .gr-cr-transaction-conclusion {
    background: var(--gr-cr-review-green-soft);
    border: 1px solid #c9e7d3;
    border-radius: 5px;
    color: #17613b;
    font-size: 13px;
    margin: 23px 0 0;
    padding: 11px 14px;
}

.gr-cr-review .gr-cr-proof-link,
.gr-cr-review .gr-cr-evidence-links {
    font-size: 13px;
    font-weight: 700;
}

.gr-cr-review .gr-cr-evidence-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.gr-cr-review .gr-cr-session-narrative {
    border-left: 3px solid #aac9e5;
    margin: 22px 0 0;
    padding: 2px 0 2px 15px;
}

.gr-cr-review .gr-cr-session-narrative p {
    margin: 0;
}

.gr-cr-review .gr-cr-definition-list,
.gr-cr-review .gr-cr-passport dl,
.gr-cr-review .gr-cr-data-card dl {
    display: grid;
    gap: 0 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.gr-cr-review .gr-cr-definition-list > div,
.gr-cr-review .gr-cr-passport dl > div,
.gr-cr-review .gr-cr-data-card dl > div {
    border-bottom: 1px solid #e1e7ee;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(125px, 34%) minmax(0, 1fr);
    padding: 11px 0;
}

.gr-cr-review .gr-cr-definition-list dt,
.gr-cr-review .gr-cr-passport dt,
.gr-cr-review .gr-cr-data-card dt {
    color: #5d6e80;
    font-size: 12px;
    font-weight: 700;
}

.gr-cr-review .gr-cr-definition-list dd,
.gr-cr-review .gr-cr-passport dd,
.gr-cr-review .gr-cr-data-card dd {
    color: var(--gr-cr-review-ink);
    font-size: 13px;
    font-weight: 650;
    margin: 0;
    overflow-wrap: anywhere;
}

.gr-cr-review .gr-cr-custom-definition dd,
.gr-cr-review .gr-cr-custom-table-row td {
    overflow-wrap: anywhere;
}

.gr-cr-review .gr-cr-custom-entry-note {
    color: #65768a;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    margin-top: 3px;
}

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

.gr-cr-review .gr-cr-data-card,
.gr-cr-review .gr-cr-person,
.gr-cr-review .gr-cr-passport,
.gr-cr-review .gr-cr-help {
    background: #f8fafc;
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    padding: 18px;
}

.gr-cr-review .gr-cr-card-grid .gr-cr-data-card dl {
    grid-template-columns: 1fr;
}

.gr-cr-review .gr-cr-card-grid .gr-cr-data-card dl > div {
    grid-template-columns: minmax(95px, 38%) minmax(0, 1fr);
}

.gr-cr-review .gr-cr-table-wrap {
    border: 1px solid #e0e6ed;
    border-radius: 5px;
}

.gr-cr-review .gr-cr-table {
    font-size: 13px;
}

.gr-cr-review .gr-cr-table thead th {
    background: #f3f6f9;
    color: #3f5368;
    font-size: 11px;
}

.gr-cr-review .gr-cr-table th,
.gr-cr-review .gr-cr-table td {
    padding: 11px 12px;
}

.gr-cr-review .gr-cr-comparison-wrap {
    overflow: visible;
}

.gr-cr-review .gr-cr-comparison {
    min-width: 0;
    table-layout: fixed;
    width: 100%;
}

.gr-cr-review .gr-cr-comparison th,
.gr-cr-review .gr-cr-comparison td,
.gr-cr-review .gr-cr-comparison-value {
    min-width: 0;
    overflow-wrap: anywhere;
}

.gr-cr-review .gr-cr-comparison thead th:first-child,
.gr-cr-review .gr-cr-comparison tbody th {
    width: 19%;
}

.gr-cr-review .gr-cr-comparison-current {
    background: #eef5fd;
}

.gr-cr-review .gr-cr-comparison-casino-label {
    display: none;
}

.gr-cr-review .gr-cr-comparison-actions {
    font-weight: 700;
}

.gr-cr-review .gr-cr-complaint-source {
    align-items: center;
    display: flex;
    gap: 14px;
    margin: 0 0 12px;
    min-width: 0;
}

.gr-cr-review .gr-cr-complaint-source h3 {
    margin: 0;
    min-width: 0;
}

.gr-cr-review .gr-cr-complaint-logo {
    background: #fff;
    border: 1px solid #dbe3ed;
    border-radius: 8px;
    flex: 0 0 56px;
    height: 56px;
    object-fit: contain;
    padding: 5px;
    width: 56px;
}

.gr-cr-review .gr-cr-provider-jump {
    align-items: center;
    display: inline-flex;
    grid-area: provider;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin: 0;
    padding-top: 2px;
}

.gr-cr-review .gr-cr-provider-jump > i {
    color: var(--gr-cr-review-blue);
}

.gr-cr-review .gr-cr-gallery figure {
    background: #f7f9fb;
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    overflow: hidden;
}

.gr-cr-review .gr-cr-gallery img {
    border-radius: 0;
}

.gr-cr-review .gr-cr-gallery figcaption {
    padding: 9px 12px 11px;
}

.gr-cr-review .gr-cr-people {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gr-cr-review .gr-cr-site-people .gr-author-card-group {
    align-items: stretch;
    clear: both;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    width: 100%;
}

.gr-cr-review .gr-cr-site-people .gr-author-card-group--duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gr-cr-review .gr-cr-site-people .gr-author-card-group .gr-author-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 !important;
    min-width: 0;
    padding: 22px 24px;
}

.gr-cr-review .gr-cr-site-people .gr-author-card-group .gr-author-bio {
    flex: 1 1 auto;
}

.gr-cr-review .gr-cr-person {
    min-width: 0;
}

.gr-cr-review .gr-cr-person img {
    height: 58px;
    width: 58px;
}

.gr-cr-review .gr-cr-help {
    background: #eef6fc;
    border-left: 4px solid var(--gr-cr-review-blue);
}

.gr-cr-review .gr-cr-section--disclosure {
    background: #fff;
    box-shadow: none;
}

.gr-cr-review .gr-cr-disclosure {
    color: #43566b;
    font-size: 14px;
    line-height: 1.65;
    max-width: 900px;
}

@media (max-width: 980px) {
    .gr-cr-review .gr-cr-masthead {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .gr-cr-review .gr-cr-editorial-note {
        max-width: none;
    }

    .gr-cr-review .gr-cr-section--quick-verdict .gr-cr-hero {
        grid-template-areas:
            "verdict"
            "score"
            "suitability"
            "facts"
            "provider";
        grid-template-columns: 1fr;
    }

    .gr-cr-review .gr-cr-verdict {
        border-right: 0;
    }

    .gr-cr-review .gr-cr-score-badge {
        align-items: center;
        min-height: 0;
        text-align: center;
    }

    .gr-cr-review .gr-cr-tags {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gr-cr-review .gr-cr-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gr-cr-review .gr-cr-facts li:nth-child(2) {
        border-right: 0;
    }

    .gr-cr-review .gr-cr-facts li:nth-child(-n+2) {
        border-bottom: 1px solid #e2e7ee;
    }

    .gr-cr-review .gr-cr-score-summary {
        gap: 30px;
        grid-template-columns: 200px minmax(0, 1fr);
    }

    .gr-cr-review .gr-cr-bonus-card {
        grid-template-columns: 140px minmax(0, 1fr);
    }

    .gr-cr-review .gr-cr-bonus-result {
        grid-column: 1 / -1;
    }

    .gr-cr-review .gr-cr-transaction-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 20px;
    }

    .gr-cr-review .gr-cr-card-grid,
    .gr-cr-review .gr-cr-people {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gr-cr-review .gr-cr-site-people .gr-author-card-group,
    .gr-cr-review .gr-cr-site-people .gr-author-card-group--duo {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 680px) {
    .gr-cr-table-hint {
        display: block;
    }

    .gr-cr-review .gr-cr-masthead {
        gap: 20px;
        margin-bottom: 24px;
        padding-top: 4px;
    }

    .gr-cr-review .gr-cr-masthead-main {
        align-items: flex-start;
        gap: 17px;
    }

    .gr-cr-review .gr-cr-brand-logo {
        flex-basis: 88px;
        height: 88px;
        width: 88px;
    }

    .gr-cr-review .gr-cr-masthead-copy h1 {
        font-size: 33px;
        margin-bottom: 9px;
    }

    .gr-cr-review .gr-cr-masthead-copy p {
        font-size: 14px;
    }

    .gr-cr-review > .gr-cr-section {
        margin-bottom: 0;
    }

    .gr-cr-review .gr-cr-section-head {
        padding: 23px 18px 7px;
    }

    .gr-cr-review .gr-cr-section-head h2 {
        font-size: 21px;
    }

    .gr-cr-review .gr-cr-section-body {
        padding: 15px 18px 23px;
    }

    .gr-cr-review .gr-cr-verdict {
        min-height: 0;
        padding: 24px 18px 24px 66px;
    }

    .gr-cr-review .gr-cr-verdict::before {
        font-size: 72px;
        left: 12px;
        top: 32px;
    }

    .gr-cr-review .gr-cr-quick-summary,
    .gr-cr-review .gr-cr-score-summary {
        grid-template-columns: 1fr;
    }

    .gr-cr-review .gr-cr-score-badge {
        align-items: center;
        padding: 20px;
    }

    .gr-cr-review .gr-cr-suitability > p {
        text-align: center;
    }

    .gr-cr-review .gr-cr-tags,
    .gr-cr-review .gr-cr-facts,
    .gr-cr-review .gr-cr-test-facts,
    .gr-cr-review .gr-cr-transaction-facts,
    .gr-cr-review .gr-cr-definition-list,
    .gr-cr-review .gr-cr-passport dl,
    .gr-cr-review .gr-cr-data-card dl,
    .gr-cr-review .gr-cr-card-grid,
    .gr-cr-review .gr-cr-people {
        grid-template-columns: 1fr;
    }

    .gr-cr-review .gr-cr-facts li {
        min-height: 72px;
        padding: 15px 16px;
    }

    .gr-cr-review .gr-cr-site-people .gr-author-card-group .gr-author-card {
        padding: 16px;
    }

    .gr-cr-review .gr-cr-facts li,
    .gr-cr-review .gr-cr-facts li:nth-child(2) {
        border-bottom: 1px solid #e2e7ee;
        border-right: 0;
    }

    .gr-cr-review .gr-cr-facts li:last-child {
        border-bottom: 0;
    }

    .gr-cr-review .gr-cr-score-overall {
        order: -1;
    }

    .gr-cr-review .gr-cr-bonus-card {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .gr-cr-review .gr-cr-bonus-card > img {
        height: 140px;
        justify-self: center;
        width: 190px;
    }

    .gr-cr-review .gr-cr-bonus-result,
    .gr-cr-review .gr-cr-bonus-explainer {
        grid-column: auto;
    }

    .gr-cr-review .gr-cr-bonus-terms dl > div,
    .gr-cr-review .gr-cr-definition-list > div,
    .gr-cr-review .gr-cr-passport dl > div,
    .gr-cr-review .gr-cr-data-card dl > div,
    .gr-cr-review .gr-cr-card-grid .gr-cr-data-card dl > div {
        gap: 3px;
        grid-template-columns: 1fr;
    }

    .gr-cr-review .gr-cr-test-facts > div,
    .gr-cr-review .gr-cr-test-facts > div:first-child {
        border-bottom: 1px solid #e0e6ed;
        border-right: 0;
        padding: 14px 4px;
    }

    .gr-cr-review .gr-cr-test-facts > div:last-child {
        border-bottom: 0;
    }

    .gr-cr-review .gr-cr-transaction-timeline {
        border-left: 2px solid #d7dfe8;
        border-top: 0;
        gap: 20px;
        grid-template-columns: 1fr;
        margin-left: 7px;
        padding: 0 0 0 19px;
    }

    .gr-cr-review .gr-cr-comparison-wrap {
        border: 0;
        overflow: visible;
    }

    .gr-cr-review .gr-cr-comparison,
    .gr-cr-review .gr-cr-comparison tbody,
    .gr-cr-review .gr-cr-comparison tr,
    .gr-cr-review .gr-cr-comparison th,
    .gr-cr-review .gr-cr-comparison td {
        display: block;
        width: 100%;
    }

    .gr-cr-review .gr-cr-comparison thead {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .gr-cr-review .gr-cr-comparison tbody {
        display: grid;
        gap: 12px;
    }

    .gr-cr-review .gr-cr-comparison tbody tr {
        background: #fff;
        border: 1px solid #dbe3ed;
        border-radius: 6px;
        overflow: hidden;
    }

    .gr-cr-review .gr-cr-comparison tbody th {
        background: #f3f6f9;
        border: 0;
        padding: 12px 14px;
    }

    .gr-cr-review .gr-cr-comparison tbody td {
        align-items: start;
        border: 0;
        border-top: 1px solid #e5eaf0;
        display: grid;
        gap: 12px;
        grid-template-columns: minmax(105px, 38%) minmax(0, 1fr);
        padding: 11px 14px;
    }

    .gr-cr-review .gr-cr-comparison-casino-label {
        color: #5d6e80;
        display: block;
        font-size: 11px;
        font-weight: 700;
    }
}

@media (max-width: 420px) {
    .gr-cr-review .gr-cr-masthead-main {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .gr-cr-review .gr-cr-brand-logo {
        flex-basis: 76px;
        height: 76px;
        width: 76px;
    }

    .gr-cr-review .gr-cr-masthead-copy {
        display: contents;
    }

    .gr-cr-review .gr-cr-masthead-copy h1 {
        font-size: 29px;
        grid-column: 2;
    }

    .gr-cr-review .gr-cr-masthead-copy p,
    .gr-cr-review .gr-cr-masthead-copy small {
        grid-column: 1 / -1;
    }

    .gr-cr-review .gr-cr-masthead-copy .gr-cr-cta-wrap--masthead {
        grid-column: 1 / -1;
    }

    .gr-cr-review .gr-cr-tags {
        grid-template-columns: 1fr;
    }
}

/* Keep the plugin's structured review UI isolated from legacy article rules. */
.single-gr_casino_review #secondary {
    display: none !important;
}

.single-gr_casino_review .entry-content .gr-cr-review blockquote.gr-cr-verdict {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-right: 1px solid #bfd2e6 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 32px 62px 30px 128px !important;
}

.single-gr_casino_review .entry-content .gr-cr-review blockquote.gr-cr-verdict::before {
    color: var(--gr-cr-review-blue) !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-verdict p {
    color: var(--gr-cr-review-ink) !important;
    -webkit-text-fill-color: var(--gr-cr-review-ink) !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-verdict cite {
    font-style: normal !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-tags,
.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-facts,
.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-evidence-links {
    margin: 0 !important;
    padding: 0 !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-transaction-timeline {
    margin: 28px 0 0 !important;
    padding: 18px 0 0 !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-tags li {
    background: #fff !important;
    border: 1px solid #d8e3ef !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    min-height: 70px;
    padding: 14px 18px !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-facts li {
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid #d5e2ef !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    padding: 18px 20px !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-facts li:last-child {
    border-right: 0 !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-tags li::before,
.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-facts li::before,
.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-evidence-links li::before,
.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-transaction-timeline li::before {
    content: none !important;
    display: none !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-evidence-links li,
.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-transaction-timeline li {
    margin: 0 !important;
    padding: 0 !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-log {
    margin: 0 0 0 8px !important;
    padding: 0 0 0 22px !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-log li {
    margin: 0 0 22px !important;
    padding: 0 !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-log li::before {
    background: var(--gr-cr-review-blue) !important;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    content: "" !important;
    display: block !important;
    height: 12px !important;
    left: -29px !important;
    top: 7px !important;
    width: 12px !important;
}

@media (max-width: 980px) {
    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-facts li:nth-child(2) {
        border-right: 0 !important;
    }

    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-facts li:nth-child(-n+2) {
        border-bottom: 1px solid #e2e7ee !important;
    }
}

@media (max-width: 680px) {
    .single-gr_casino_review .entry-content .gr-cr-review blockquote.gr-cr-verdict {
        border-right: 0 !important;
        padding: 24px 18px 24px 66px !important;
    }

    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-facts li,
    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-facts li:nth-child(2) {
        border-bottom: 1px solid #e2e7ee !important;
        border-right: 0 !important;
    }

    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-facts li:last-child {
        border-bottom: 0 !important;
    }

    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-transaction-timeline {
        margin: 28px 0 0 7px !important;
        padding: 0 0 0 19px !important;
    }
}

/* Section 9: full-width comparison ledger. */
.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-pros-cons {
    border: 1px solid var(--gr-cr-review-line);
    border-radius: 14px;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    position: relative;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-pros-cons::before {
    align-items: center;
    background: #fff;
    border: 1px solid var(--gr-cr-review-line);
    border-radius: 50%;
    color: var(--gr-cr-review-blue);
    content: "VS";
    display: flex;
    font-size: 11px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    left: 50%;
    letter-spacing: 0.08em;
    position: absolute;
    top: 25px;
    transform: translateX(-50%);
    width: 42px;
    z-index: 2;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card {
    align-self: stretch;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 30px 24px;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-cons {
    border-left: 1px solid var(--gr-cr-review-line);
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card h3 {
    align-items: center;
    display: flex;
    font-size: 25px !important;
    font-weight: 800;
    gap: 14px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 0 !important;
    min-height: 92px;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card h3 i {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 16px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-pros h3 {
    color: #17613b !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-pros h3 i {
    background: var(--gr-cr-review-green);
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-pros h3 i::before {
    content: "\f00c";
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-cons h3 {
    color: var(--gr-cr-review-blue-dark) !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-cons h3 i {
    background: var(--gr-cr-review-blue-dark);
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-cons h3 i::before {
    content: "\f00d";
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-pros ul {
    border-top: 2px solid var(--gr-cr-review-green);
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-cons ul {
    border-top: 2px solid var(--gr-cr-review-blue);
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card li {
    border-bottom: 1px solid #e3e9ef !important;
    color: #20242a;
    display: grid;
    font-size: 16px;
    gap: 12px;
    grid-template-columns: 22px minmax(0, 1fr);
    line-height: 1.58;
    margin: 0 !important;
    padding: 15px 0 !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card li:last-child {
    border-bottom: 0 !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card li::before {
    background: transparent !important;
    content: "\f00c" !important;
    display: block !important;
    font-family: "GR CR Font Awesome 6 Free" !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    height: auto !important;
    left: auto !important;
    line-height: 1 !important;
    margin: 7px 0 0 !important;
    position: static !important;
    text-align: center;
    top: auto !important;
    width: auto !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-pros li::before {
    color: var(--gr-cr-review-green) !important;
}

.single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-cons li::before {
    color: var(--gr-cr-review-blue-dark) !important;
    content: "\f00d" !important;
}

@media (max-width: 680px) {
    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-pros-cons {
        grid-template-columns: minmax(0, 1fr);
    }

    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-pros-cons::before {
        left: auto;
        right: 18px;
        transform: none;
    }

    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card {
        padding: 0 20px 18px;
    }

    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-cons {
        border-left: 0;
        border-top: 1px solid var(--gr-cr-review-line);
    }

    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card h3 {
        font-size: 23px !important;
    }

    .single-gr_casino_review .entry-content .gr-cr-review .gr-cr-section--pros-cons .gr-cr-data-card li {
        font-size: 15px;
    }
}
