body.single-pokies {
    background: linear-gradient(180deg,#f3f1ed 0,#f8f7f4 520px,#f7f7f5 100%);
    color: #202020;
}

body.single-pokies .pokie-page {
    width: min(100% - 40px,1240px);
    margin: 0 auto;
    padding: 112px 0 24px;
}

.pokie-header {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.pokie-header__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #ded8ce;
    border-radius: 10px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 5px 18px rgba(34,30,25,.035);
    backdrop-filter: blur(8px);
}

.pokie-page__breadcrumbs,.pokie-page__breadcrumbs #breadcrumbs {
    margin: 0;
    color: #716a61;
    font-size: 13px;
    line-height: 1.5;
}

.pokie-page__breadcrumbs a {
    color: #9b6000;
    text-decoration: none;
}

.pokie-page__breadcrumbs a:hover {
    color: #202020;
}

.pokie-header__label {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    color: #71675b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pokie-header__label::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dd931d;
    box-shadow: 0 0 0 4px rgba(221,147,29,.14);
    content: "";
}

.pokie-header__hero {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 112px;
    box-sizing: border-box;
    grid-template-columns: minmax(0,1fr) minmax(260px,330px);
    align-items: center;
    gap: 36px;
    overflow: hidden;
    margin: 0;
    padding: 20px 26px;
    border: 1px solid #32302d;
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 12%,rgba(221,147,29,.25),transparent 28%),
        linear-gradient(125deg,#191919 0%,#242321 62%,#30281c 100%);
    box-shadow: 0 18px 45px rgba(30,26,21,.14);
}

.pokie-header__hero::before {
    position: absolute;
    top: -110px;
    right: -60px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 50%;
    box-shadow: 0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.018);
    content: "";
}

.pokie-header__copy,.pokie-header__meta {
    position: relative;
    z-index: 1;
}

.pokie-header__eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 13px;
    color: #efb24f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.pokie-header__eyebrow span {
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.pokie-header h1 {
    max-width: 760px;
    margin: 0;
    color: #f0eee9;
    font-size: clamp(28px,2.6vw,36px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.025em;
}

.pokie-header__meta {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.1);
    box-shadow: 0 12px 32px rgba(0,0,0,.12);
}

.pokie-header__author {
    display: flex;
    grid-column: 1/-1;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff;
    text-decoration: none;
}

.pokie-header__author:hover {
    color: #efb24f;
}

.pokie-header__author img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border: 2px solid #dd931d;
    border-radius: 50%;
}

.pokie-header__author span,.pokie-header__meta-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.pokie-header__author small,.pokie-header__meta-item small {
    color: #aaa59d;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pokie-header__author strong,.pokie-header__meta-item strong,.pokie-header__meta-item time {
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
}

.pokie-header__meta-item {
    min-height: 48px;
    justify-content: center;
    padding: 10px 14px;
}

.pokie-header__meta-item + .pokie-header__meta-item {
    border-left: 1px solid rgba(255,255,255,.1);
}

.pokie-content {
    padding: clamp(28px,4vw,50px);
    border: 1px solid #dedad3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(35,29,21,.065);
}

.pokie-content > :first-child {
    margin-top: 0;
}

.pokie-content > :last-child {
    margin-bottom: 0;
}

.pokie-content p,.pokie-content li,.pokie-content td,.pokie-content th {
    font-size: 16px;
    line-height: 1.72;
}

.pokie-content p {
    margin: 0 0 20px;
}

.pokie-content h2 {
    position: relative;
    margin: 46px 0 18px;
    padding: 0 0 0 14px;
    border: 0;
    border-left: 0;
    background: transparent;
    color: #1f1f1f;
    font-size: clamp(24px,2.25vw,30px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.pokie-content h2::before {
    position: absolute;
    inset: 2px auto 2px 0;
    width: 4px;
    border-radius: 4px;
    background: #e49717;
    content: "";
}

.pokie-content h3 {
    margin: 34px 0 13px;
    color: #28241f;
    font-size: clamp(18px,1.65vw,21px);
    font-weight: 700;
    letter-spacing: -.01em;
}

.pokie-content a {
    color: #9b6000;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pokie-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.pokie-content ul:not(.toc__list) li::marker,
.pokie-content ol li::marker {
    color: #b66f00;
    font-weight: 800;
}

.pokie-content li + li {
    margin-top: 7px;
}

.pokie-content blockquote {
    margin: 28px 0;
    padding: 24px 26px;
    border: 0;
    border-left: 4px solid #e49717;
    border-radius: 0 12px 12px 0;
    background: #242321;
    color: #fff;
}

.pokie-content blockquote p {
    color: inherit;
}

.pokie-content .wp-block-table {
    overflow-x: auto;
}

.pokie-content table {
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border: 1px solid #dfd9d1;
    border-spacing: 0;
    border-radius: 10px;
}

.pokie-content th {
    background: #272522;
    color: #fff;
    text-align: left;
}

.pokie-content th,.pokie-content td {
    padding: 13px 16px;
    border: 0;
    border-bottom: 1px solid #e7e2db;
}

.pokie-content tr:last-child td {
    border-bottom: 0;
}

.pokie-content tbody tr:nth-child(even) {
    background: #faf7f1;
}

.pokie-content .review-images {
    display: block;
    width: 100%;
    margin: 0 0 30px;
}

.pokie-content .review-images .wp-block-column, .pokie-content .review-images figure {
    width: 100%;
    margin: 0;
}

.pokie-content .review-images figure {
    overflow: hidden;
    padding: 8px;
    border: 1px solid #d5b77f;
    border-radius: 18px;
    background: linear-gradient(135deg,#fff8eb,#e8c78e);
    box-sizing: border-box;
    box-shadow: 0 16px 34px rgba(51,38,19,.11);
}

.pokie-content .review-images img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    border-radius: 10px;
}

.pokie-content .toc {
    position: relative;
    margin: 26px 0 34px;
    padding: 58px 18px 18px;
    border: 1px solid #ded4c5;
    border-radius: 15px;
    background: linear-gradient(135deg,#f7f3ec,#fbfaf7);
}

.pokie-content .toc::before {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #26231f;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    content: "On this page";
}

.pokie-content .toc::after {
    position: absolute;
    top: 43px;
    right: 18px;
    left: 18px;
    height: 1px;
    background: #e3d9ca;
    content: "";
}

.pokie-content .toc__list {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pokie-content .toc__list li {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: inherit;
}

.pokie-content .toc__list li:hover {
    background: transparent;
}

.pokie-content .toc__list a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: flex-start;
    padding: 9px 28px 9px 12px;
    border: 1px solid #ded2c0;
    border-radius: 9px;
    background: #fff;
    color: #292521;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    transition: border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease;
}

.pokie-content .toc__list a::after {
    margin-left: auto;
    color: #c17b0a;
    font-size: 16px;
    line-height: 1;
    content: "\2192";
}

.pokie-content .toc__list a:hover, .pokie-content .toc__list a:focus-visible {
    border-color: #dd931d;
    background: #fff4df;
    color: #805000;
    transform: translateY(-1px);
}

.pokie-content > .wp-block-columns:not(.review-images) {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
    margin: 28px 0 36px;
}

.pokie-content > .wp-block-columns:not(.review-images) > .wp-block-column {
    min-width: 0;
}

.pokie-content > .wp-block-columns:not(.review-images) .wp-block-table {
    height: 100%;
    margin: 0;
}

.pokie-content > .wp-block-columns:not(.review-images) table {
    width: 100%;
    min-width: 0;
    height: 100%;
    table-layout: auto;
}

.pokie-content > .wp-block-columns:not(.review-images) td:first-child {
    width: 43%;
    background: #f5ead7;
    color: #4f3305;
    font-weight: 750;
}

.pokie-content > .wp-block-columns:not(.review-images) td:first-child strong {
    font-weight: inherit;
}

.pokie-content > .wp-block-columns:not(.review-images) tbody tr:nth-child(even) td:first-child {
    background: #efdfc3;
}

.pokie-content figure.review__table {
    overflow-x: auto;
    margin: 28px 0 34px;
    border: 1px solid #ded8cf;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(34,29,22,.045);
}

.pokie-content figure.review__table table {
    min-width: 680px;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.pokie-content figure.review__table thead th {
    padding: 14px 16px;
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 0;
    background: #242321;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.pokie-content figure.review__table thead th:last-child {
    border-right: 0;
}

.pokie-content figure.review__table tbody tr:nth-child(odd) {
    background: #fff;
}

.pokie-content figure.review__table tbody tr:nth-child(even) {
    background: #f1f3f5;
}

.pokie-content figure.review__table tbody td {
    padding: 13px 16px;
    border-right: 1px solid #e2e5e8;
    border-bottom: 1px solid #e2e5e8;
    color: #292929;
    font-size: 14px;
    line-height: 1.45;
}

.pokie-content figure.review__table tbody td:last-child {
    border-right: 0;
}

.pokie-content figure.review__table tbody tr:last-child td {
    border-bottom: 0;
}

.pokie-content > figure.review__table tbody td:first-child {
    font-weight: 750;
}

.pokie-content > figure.review__table {
    border-left: 1px solid #ded8cf;
}

.pokie-content > figure.review__table table, .pokie-content > figure.review__table thead, .pokie-content > figure.review__table tbody, .pokie-content > figure.review__table tr {
    border-left: 0;
    outline: 0;
}

.pokie-content > figure.review__table tr > th:first-child, .pokie-content > figure.review__table tr > td:first-child {
    border-left: 0;
}

.pokie-content > .wp-block-columns:not(.review-images) figure.review__table {
    overflow: hidden;
    height: 100%;
    border: 1px solid #ded8cf;
    outline: 0;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(34,29,22,.04);
}

.pokie-content > .wp-block-columns:not(.review-images) figure.review__table table {
    min-width: 0;
    border: 0;
    border-top: 0;
    border-left: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
}

.pokie-content > .wp-block-columns:not(.review-images) figure.review__table tbody tr:first-child > td {
    border-top: 0;
}

.pokie-content > .wp-block-columns:not(.review-images) figure.review__table tbody tr > td:first-child {
    border-left: 0;
}

.pokie-content .faq__list {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 14px;
    margin: 0;
}

.pokie-content .faq__item {
    position: relative;
    margin: 0;
    padding: 24px 24px 22px;
    border: 1px solid #e0dcd5;
    border-radius: 14px;
    background: linear-gradient(145deg,#fff,#fbfaf7);
    box-shadow: 0 9px 24px rgba(36,31,24,.055);
}

.pokie-content .faq__item::before {
    display: block;
    width: 34px;
    height: 4px;
    margin-bottom: 14px;
    border-radius: 3px;
    background: #dd931d;
    content: "";
}

.pokie-content .faq__heading {
    margin: 0 0 10px;
    color: #222;
    font-size: 17px;
    line-height: 1.35;
}

.pokie-content .faq__item p {
    margin: 0;
    color: #4f4a44;
    font-size: 14px;
    line-height: 1.65;
}

.pokie-author-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #3a3835;
    border-radius: 16px;
    background: linear-gradient(120deg,#202020,#292724);
    color: #e8e4dd;
}

.pokie-author-card__avatar {
    flex: 0 0 72px;
}

.pokie-author-card__avatar img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 3px solid #dd931d;
    border-radius: 50%;
}

.pokie-author-card__content {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.pokie-author-card__heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.pokie-author-card__heading > a {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.pokie-author-card__heading > span {
    padding: 5px 9px;
    border-radius: 20px;
    background: #dd931d;
    color: #1b1b1b;
    font-size: 10px;
    font-weight: 800;
}

.pokie-author-card p {
    width: 100%;
    margin: 0;
    color: #cfcac2;
    font-size: 14px;
    line-height: 1.6;
}

.pokie-author-card small {
    color: #bdb7ae;
    font-size: 12px;
}

.pokie-author-card small a {
    color: #f0aa3a;
}

@media (min-width:981px) {
    .pokie-content {
        display: grid;
        grid-template-columns: minmax(0,2fr) minmax(280px,1fr);
        column-gap: 24px;
    }

    .pokie-content > * {
        grid-column: 1/-1;
    }

    .pokie-content > .review-images {
        grid-column: 1;
        margin: 0 0 30px;
    }

    .pokie-content > .toc {
        grid-column: 2;
        align-self: stretch;
        margin: 0 0 30px;
    }

    .pokie-content > .toc .toc__list {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .pokie-content > .toc .toc__list a {
        min-height: 43px;
    }
}

@media (max-width:980px) {
    .pokie-header__hero {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pokie-header__meta {
        width: min(100%,520px);
    }
}

@media (max-width:760px) {
    body.single-pokies .pokie-page {
        width: min(100% - 24px,1240px);
        padding: 94px 0 20px;
    }

    .pokie-header {
        gap: 8px;
    }

    .pokie-header__topline {
        gap: 12px;
        padding: 11px 14px;
    }

    .pokie-header__label {
        display: none;
    }

    .pokie-header__hero {
        gap: 24px;
        padding: 25px 22px 22px;
        border-radius: 15px;
    }

    .pokie-header h1 {
        padding: 0;
        font-size: clamp(27px,7vw,34px);
        line-height: 1.1;
    }

    .pokie-content {
        padding: 25px 20px;
    }

    .pokie-content .review-images figure {
        padding: 4px;
        border-radius: 12px;
    }

    .pokie-content .review-images img {
        border-radius: 8px;
    }

    .pokie-content .toc__list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .pokie-content > .wp-block-columns:not(.review-images), .pokie-content .faq__list {
        grid-template-columns: 1fr;
    }

    .pokie-content figure.review__table {
        margin: 22px 0 28px;
    }

    .pokie-author-card {
        align-items: center;
        flex-direction: row;
    }

}

@media (max-width:520px) {
    .pokie-header__hero {
        padding: 27px 20px 20px;
    }

    .pokie-header__meta {
        grid-template-columns: 1fr;
    }

    .pokie-header__author {
        grid-column: auto;
    }

    .pokie-header__meta-item + .pokie-header__meta-item {
        border-top: 1px solid rgba(255,255,255,.1);
        border-left: 0;
    }

    .pokie-content p,.pokie-content li,.pokie-content td,.pokie-content th {
        font-size: 15px;
    }

    .pokie-content .toc {
        padding: 56px 11px 11px;
    }

    .pokie-content .toc__list {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .pokie-content .toc__list a {
        min-height: 40px;
        justify-content: flex-start;
        text-align: left;
    }

    .pokie-author-card__avatar,.pokie-author-card__avatar img {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

}
