/*
Theme Name: ReviewHub Theme
Author: ReviewHub
Description: Editorial district-style WordPress theme for GEO betting review/help/news sites.
Version: 0.5.8
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: reviewhub
*/

:root {
  --asphalt: #1b1d22;
  --asphalt-soft: #292d35;
  --green: #138a3d;
  --gold: #f2c94c;
  --blue: #49a6ff;
  --red: #d95040;
  --white: #ffffff;
  --paper: #f5f7fb;
  --ink: #14171c;
  --muted: #657083;
  --line: #dde3ec;
  --radius: 8px;
  --shadow: 0 14px 34px rgba(18, 25, 38, 0.12);
}

/* Senegal 1xbet editorial test: dark verification dossier, content-first. */
body.theme-senegal-1xbet-editorial {
    --sn-bg: #090b12;
    --sn-surface: #111522;
    --sn-surface-strong: #161b2b;
    --sn-line: #2a3042;
    --sn-line-soft: rgba(166, 216, 255, 0.14);
    --sn-text: #edf1f7;
    --sn-muted: #aab3c4;
    --sn-lime: #e7ff8a;
    --sn-blue: #a6d8ff;
    --sn-violet: #8d82ff;
    margin: 0;
    color: var(--sn-text);
    background:
        radial-gradient(circle at 88% 8%, rgba(141, 130, 255, 0.12), transparent 28rem),
        linear-gradient(rgba(166, 216, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(166, 216, 255, 0.025) 1px, transparent 1px),
        var(--sn-bg);
    background-size: auto, 48px 48px, 48px 48px, auto;
    font-family: "Manrope", "Inter", sans-serif;
}

.theme-senegal-1xbet-editorial .site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    min-height: 72px;
    border-bottom: 1px solid rgba(166, 216, 255, 0.16);
    background: rgba(9, 11, 18, 0.88);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.theme-senegal-1xbet-editorial .site-header__inner {
    width: min(1180px, calc(100% - 40px));
    min-height: 72px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme-senegal-1xbet-editorial .senegal-brand {
    position: relative;
    color: var(--sn-text);
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.theme-senegal-1xbet-editorial .senegal-brand::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--sn-lime);
    box-shadow: 0 0 0 5px rgba(231, 255, 138, 0.08), 0 0 24px rgba(231, 255, 138, 0.38);
}

.theme-senegal-1xbet-editorial .senegal-header-signal {
    width: 104px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sn-blue));
}

.theme-senegal-1xbet-editorial main {
    min-height: calc(100vh - 140px);
}

.theme-senegal-1xbet-editorial .senegal-page-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 54px 0 96px;
}

.theme-senegal-1xbet-editorial .senegal-article {
    min-width: 0;
}

.theme-senegal-1xbet-editorial .senegal-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 360px);
    align-items: center;
    gap: clamp(32px, 7vw, 96px);
    min-height: 390px;
    padding: clamp(34px, 6vw, 74px);
    overflow: hidden;
    border: 1px solid var(--sn-line);
    border-radius: 4px 76px 4px 4px;
    background:
        linear-gradient(126deg, rgba(22, 27, 43, 0.98), rgba(13, 16, 27, 0.92)),
        var(--sn-surface);
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.26);
}

.theme-senegal-1xbet-editorial .senegal-hero::before,
.theme-senegal-1xbet-editorial .senegal-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.theme-senegal-1xbet-editorial .senegal-hero::before {
    width: 520px;
    height: 520px;
    right: -190px;
    top: -245px;
    border: 1px solid rgba(166, 216, 255, 0.17);
    box-shadow: inset 0 0 0 78px rgba(141, 130, 255, 0.025);
}

.theme-senegal-1xbet-editorial .senegal-hero::after {
    width: 9px;
    height: 9px;
    left: 48px;
    bottom: 42px;
    background: var(--sn-lime);
    box-shadow: 24px 0 0 rgba(231, 255, 138, 0.42), 48px 0 0 rgba(231, 255, 138, 0.16);
}

.theme-senegal-1xbet-editorial .senegal-hero__title {
    min-width: 0;
}

.theme-senegal-1xbet-editorial .senegal-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--sn-text);
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(2.7rem, 6.7vw, 6.3rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.065em;
    overflow-wrap: anywhere;
}

.theme-senegal-1xbet-editorial .senegal-hero h1::after {
    content: "";
    display: block;
    width: min(220px, 45%);
    height: 3px;
    margin-top: 34px;
    background: linear-gradient(90deg, var(--sn-lime), var(--sn-blue), transparent);
}

.theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual {
    position: relative;
    width: 100%;
    max-width: 330px;
    margin: 0;
    justify-self: end;
}

.theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual::before {
    content: "";
    position: absolute;
    inset: 12% -7% -7% 12%;
    z-index: -1;
    border: 1px solid rgba(141, 130, 255, 0.22);
    border-radius: 82px 12px 82px 12px;
}

.theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 58px 10px 58px 10px;
    filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.34));
}

.theme-senegal-1xbet-editorial .senegal-article__body {
    margin-top: 26px;
}

.theme-senegal-1xbet-editorial .senegal-source {
    display: grid;
    gap: 18px;
}

.theme-senegal-1xbet-editorial .senegal-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
    column-gap: clamp(30px, 6vw, 88px);
    row-gap: 0;
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid var(--sn-line-soft);
    background: rgba(17, 21, 34, 0.86);
}

.theme-senegal-1xbet-editorial .senegal-section:nth-child(even) {
    background: rgba(14, 18, 29, 0.92);
}

.theme-senegal-1xbet-editorial .senegal-section h2 {
    position: sticky;
    top: 102px;
    align-self: start;
    grid-column: 1;
    margin: 0;
    padding-top: 13px;
    color: var(--sn-blue);
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(1.45rem, 2.2vw, 2.15rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.theme-senegal-1xbet-editorial .senegal-section h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 2px;
    background: var(--sn-lime);
}

.theme-senegal-1xbet-editorial .senegal-section > p {
    grid-column: 2;
    max-width: 760px;
    margin: 0 0 1.2em;
    color: var(--sn-muted);
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.82;
}

.theme-senegal-1xbet-editorial .senegal-section > p:last-child {
    margin-bottom: 0;
}

.theme-senegal-1xbet-editorial .senegal-section--intro {
    border-color: rgba(231, 255, 138, 0.22);
    background: linear-gradient(110deg, rgba(20, 25, 39, 0.98), rgba(15, 19, 31, 0.94));
}

.theme-senegal-1xbet-editorial .senegal-section--intro h2 {
    color: var(--sn-lime);
}

.theme-senegal-1xbet-editorial .senegal-section--comparison,
.theme-senegal-1xbet-editorial .senegal-section--faq {
    display: block;
}

.theme-senegal-1xbet-editorial .senegal-section--comparison h2,
.theme-senegal-1xbet-editorial .senegal-section--faq h2 {
    position: static;
    margin-bottom: 34px;
}

.theme-senegal-1xbet-editorial .senegal-table-wrap {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--sn-line);
}

.theme-senegal-1xbet-editorial .senegal-table-wrap table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.theme-senegal-1xbet-editorial .senegal-table-wrap th,
.theme-senegal-1xbet-editorial .senegal-table-wrap td {
    width: 50%;
    padding: 20px 22px;
    border: 0;
    border-right: 1px solid var(--sn-line);
    border-bottom: 1px solid var(--sn-line);
    color: var(--sn-muted);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.theme-senegal-1xbet-editorial .senegal-table-wrap th:last-child,
.theme-senegal-1xbet-editorial .senegal-table-wrap td:last-child {
    border-right: 0;
}

.theme-senegal-1xbet-editorial .senegal-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}

.theme-senegal-1xbet-editorial .senegal-table-wrap th {
    color: var(--sn-text);
    background: rgba(166, 216, 255, 0.07);
    font-size: 0.83rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.theme-senegal-1xbet-editorial .senegal-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.theme-senegal-1xbet-editorial .senegal-faq-grid article {
    min-width: 0;
    padding: 25px;
    border: 1px solid var(--sn-line);
    background: rgba(9, 11, 18, 0.52);
}

.theme-senegal-1xbet-editorial .senegal-faq-grid h3 {
    margin: 0 0 13px;
    color: var(--sn-text);
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: 1.03rem;
    line-height: 1.35;
}

.theme-senegal-1xbet-editorial .senegal-faq-grid p {
    margin: 0;
    color: var(--sn-muted);
    font-size: 0.94rem;
    line-height: 1.66;
}

.theme-senegal-1xbet-editorial .senegal-section--conclusion {
    border-color: rgba(141, 130, 255, 0.3);
    background:
        radial-gradient(circle at 98% 4%, rgba(141, 130, 255, 0.14), transparent 16rem),
        var(--sn-surface-strong);
}

.theme-senegal-1xbet-editorial .senegal-disclaimer {
    margin-top: 14px !important;
    padding: 19px 21px;
    border-left: 3px solid var(--sn-lime);
    color: var(--sn-text) !important;
    background: rgba(231, 255, 138, 0.055);
}

.theme-senegal-1xbet-editorial .site-footer {
    min-height: 64px;
    padding: 0;
    border-top: 1px solid rgba(166, 216, 255, 0.13);
    background: #080a10;
}

.theme-senegal-1xbet-editorial .site-footer__inner {
    width: min(1180px, calc(100% - 40px));
    min-height: 64px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
}

.theme-senegal-1xbet-editorial .senegal-footer-signal {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--sn-lime), var(--sn-blue) 38%, transparent 72%);
    opacity: 0.36;
}

@media (max-width: 900px) {
    .theme-senegal-1xbet-editorial .senegal-page-shell {
        padding-top: 32px;
    }

    .theme-senegal-1xbet-editorial .senegal-hero {
        grid-template-columns: minmax(0, 1fr) 210px;
        min-height: 320px;
        border-radius: 4px 54px 4px 4px;
    }

    .theme-senegal-1xbet-editorial .senegal-section {
        grid-template-columns: 1fr;
    }

    .theme-senegal-1xbet-editorial .senegal-section h2,
    .theme-senegal-1xbet-editorial .senegal-section > p {
        grid-column: 1;
    }

    .theme-senegal-1xbet-editorial .senegal-section h2 {
        position: static;
        margin-bottom: 28px;
    }
}

@media (max-width: 980px) {
    .theme-senegal-1xbet-editorial .site-header__inner,
    .theme-senegal-1xbet-editorial .senegal-page-shell,
    .theme-senegal-1xbet-editorial .site-footer__inner {
        width: min(100% - 28px, 1180px);
    }

    .theme-senegal-1xbet-editorial .site-header,
    .theme-senegal-1xbet-editorial .site-header__inner {
        min-height: 62px;
    }

    .theme-senegal-1xbet-editorial .senegal-header-signal {
        width: 48px;
    }

    .theme-senegal-1xbet-editorial .senegal-page-shell {
        padding: 20px 0 66px;
    }

    .theme-senegal-1xbet-editorial .senegal-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
        min-height: 0;
        padding: 32px 24px 42px;
        border-radius: 3px 38px 3px 3px;
    }

    .theme-senegal-1xbet-editorial .senegal-hero h1 {
        font-size: clamp(2.45rem, 14vw, 4.3rem);
        line-height: 0.98;
    }

    .theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual {
        width: min(62vw, 230px);
        justify-self: end;
    }

    .theme-senegal-1xbet-editorial .senegal-hero::after {
        left: 24px;
        bottom: 24px;
    }

    .theme-senegal-1xbet-editorial .senegal-article__body {
        margin-top: 14px;
    }

    .theme-senegal-1xbet-editorial .senegal-source {
        gap: 12px;
    }

    .theme-senegal-1xbet-editorial .senegal-section {
        padding: 28px 21px;
    }

    .theme-senegal-1xbet-editorial .senegal-section h2 {
        font-size: 1.55rem;
    }

    .theme-senegal-1xbet-editorial .senegal-section > p {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .theme-senegal-1xbet-editorial .senegal-table-wrap th,
    .theme-senegal-1xbet-editorial .senegal-table-wrap td {
        padding: 13px 11px;
        font-size: 0.78rem;
        line-height: 1.45;
    }

    .theme-senegal-1xbet-editorial .senegal-table-wrap th {
        font-size: 0.69rem;
        letter-spacing: 0.04em;
    }

    .theme-senegal-1xbet-editorial .senegal-faq-grid {
        grid-template-columns: 1fr;
    }

    .theme-senegal-1xbet-editorial .senegal-faq-grid article {
        padding: 20px;
    }
}

/* Online-source exact rendering — 2026-07-17. */
body {
  overflow-x: clip;
}

.reviewhub-source-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid color-mix(in srgb, var(--accent, #35d879) 42%, transparent);
  background: color-mix(in srgb, var(--ink, #07100d) 94%, transparent);
  backdrop-filter: blur(18px);
}

.reviewhub-source-header .site-header__inner {
  width: min(1240px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 2fr) auto;
  align-items: center;
  gap: 24px;
}

.reviewhub-source-brand {
  min-width: 0;
  color: var(--paper, #fff) !important;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-decoration: none;
}

.reviewhub-source-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.reviewhub-source-nav > a {
  max-width: 180px;
  padding: 10px 12px;
  overflow: hidden;
  color: color-mix(in srgb, var(--paper, #fff) 82%, transparent) !important;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.reviewhub-source-nav > a:hover,
.reviewhub-source-nav > a:focus-visible {
  border-color: var(--accent, #35d879);
  color: var(--paper, #fff) !important;
  background: color-mix(in srgb, var(--accent, #35d879) 15%, transparent);
}

.reviewhub-source-burger {
  position: relative;
  margin: 0;
}

.reviewhub-source-burger > summary {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--accent, #35d879);
  border-radius: 12px;
  color: var(--paper, #fff);
  background: color-mix(in srgb, var(--accent, #35d879) 12%, transparent);
  cursor: pointer;
  list-style: none;
  font-size: 1.45rem;
}

.reviewhub-source-burger > summary::-webkit-details-marker {
  display: none;
}

.reviewhub-source-burger > nav {
  position: fixed;
  top: 70px;
  right: max(16px, calc((100vw - 1240px) / 2));
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100vh - 92px);
  display: grid;
  gap: 5px;
  padding: 14px;
  overflow-y: auto;
  border: 1px solid color-mix(in srgb, var(--accent, #35d879) 45%, #27302d);
  border-radius: 16px;
  background: color-mix(in srgb, var(--ink, #07100d) 97%, #000);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

.reviewhub-source-burger > nav a {
  padding: 12px 14px;
  border-radius: 10px;
  color: var(--paper, #fff) !important;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.reviewhub-source-burger > nav a:hover,
.reviewhub-source-burger > nav a:focus-visible {
  color: var(--paper, #fff) !important;
  background: rgba(255, 255, 255, 0.08);
}

.reviewhub-source-layout,
.reviewhub-source-index {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 86px) 0 96px;
}

.reviewhub-source-page {
  width: min(940px, 100%);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 52px);
  border: 1px solid color-mix(in srgb, var(--accent, #35d879) 28%, transparent);
  border-radius: clamp(18px, 3vw, 34px);
  background: color-mix(in srgb, var(--surface, #111914) 95%, transparent);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.22);
}

.reviewhub-source-hero {
  margin: 0 0 clamp(38px, 6vw, 68px);
}

.reviewhub-source-hero h1,
.reviewhub-source-index > h1 {
  max-width: 900px;
  margin: 0 0 28px;
  color: var(--paper, #fff);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(2.25rem, 6vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.reviewhub-keyword-visual {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent, #35d879) 42%, transparent);
  border-radius: 22px;
  background: #070b09;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.28);
}

.reviewhub-keyword-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 15 / 7;
  display: block;
  object-fit: cover;
}

.reviewhub-article-media-rail {
  width: min(100%, 960px);
  margin: 0 auto clamp(26px, 4vw, 42px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.reviewhub-article-media-rail .reviewhub-keyword-visual {
  border-radius: 18px;
}

.reviewhub-article-media-rail .reviewhub-keyword-visual img {
  aspect-ratio: 4 / 3;
}

.reviewhub-article-media-rail--single {
  grid-template-columns: minmax(0, 1fr);
}

.reviewhub-article-media-rail--single .reviewhub-keyword-visual img {
  aspect-ratio: 15 / 7;
}

.reviewhub-source-content {
  max-width: 820px;
  margin: 0 auto;
  color: color-mix(in srgb, var(--paper, #fff) 88%, transparent);
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 400;
  line-height: 1.78;
}

.reviewhub-source-content > *:first-child {
  margin-top: 0;
}

.reviewhub-source-content p {
  margin: 0 0 1.3em;
  color: inherit;
  font: inherit;
}

.reviewhub-source-content h2 {
  margin: 2.15em 0 0.72em;
  color: var(--paper, #fff);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}

.reviewhub-source-content h3 {
  margin: 1.75em 0 0.65em;
  color: color-mix(in srgb, var(--accent, #35d879) 78%, var(--paper, #fff));
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.28rem, 2.3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
}

.reviewhub-source-content h4,
.reviewhub-source-content h5 {
  margin: 1.5em 0 0.55em;
  color: var(--paper, #fff);
  font-size: 1.12em;
  font-weight: 800;
}

.reviewhub-source-content strong {
  color: var(--paper, #fff);
  font-weight: 750;
}

.reviewhub-source-content em {
  font-style: italic;
}

.reviewhub-source-content a {
  color: var(--accent, #35d879);
  font-weight: 650;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.reviewhub-source-content ul,
.reviewhub-source-content ol {
  margin: 0.5em 0 1.6em;
  padding-left: 1.55em;
  color: inherit;
  list-style-position: outside;
}

.reviewhub-source-content ul {
  list-style-type: disc;
}

.reviewhub-source-content ol {
  list-style-type: decimal;
}

.reviewhub-source-content li {
  display: list-item;
  margin: 0.5em 0;
  padding-left: 0.3em;
  color: inherit;
  line-height: 1.62;
}

.reviewhub-source-content li::marker {
  color: var(--accent, #35d879);
  font-weight: 850;
}

.reviewhub-source-content .reviewhub-table-scroll {
  width: 100%;
  margin: 1.25em 0 2.1em;
  overflow-x: auto;
  border: 1px solid color-mix(in srgb, var(--accent, #35d879) 34%, transparent);
  border-radius: 16px;
  background: color-mix(in srgb, var(--ink, #07100d) 72%, transparent);
  -webkit-overflow-scrolling: touch;
}

.reviewhub-source-content table {
  width: 100%;
  min-width: 560px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: inherit;
  font-size: 0.92em;
  line-height: 1.45;
}

.reviewhub-source-content th,
.reviewhub-source-content td {
  min-width: 150px;
  padding: 15px 17px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  text-align: left;
  vertical-align: top;
  white-space: normal;
}

.reviewhub-source-content thead th,
.reviewhub-source-content thead td {
  color: var(--ink, #07100d);
  background: var(--accent, #35d879);
  font-weight: 800;
}

.reviewhub-source-content td p,
.reviewhub-source-content th p {
  margin: 0;
  color: inherit;
  font: inherit;
}

.reviewhub-source-content hr {
  height: 1px;
  margin: 2.2em 0;
  border: 0;
  background: color-mix(in srgb, var(--accent, #35d879) 34%, transparent);
}

.reviewhub-source-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reviewhub-source-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--accent, #35d879) 30%, transparent);
  border-radius: 20px;
  background: color-mix(in srgb, var(--surface, #111914) 95%, transparent);
}

.reviewhub-source-card .reviewhub-keyword-visual {
  margin-bottom: 20px;
  border-radius: 14px;
}

.reviewhub-source-card h2 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.2;
}

.reviewhub-source-card h2 a {
  color: var(--paper, #fff);
  text-decoration: none;
}

.reviewhub-source-card p {
  margin: 0;
  color: color-mix(in srgb, var(--paper, #fff) 72%, transparent);
  font-size: 0.92rem;
  line-height: 1.55;
}

.theme-brazino-hub,
.theme-betwarrior-brazil-review {
  --ink: #080d0b;
  --surface: #101914;
  --paper: #f5fff1;
  --accent: #25e36f;
  background: radial-gradient(circle at 85% 0, #173c20 0, #080d0b 38%);
}

.theme-senegal-1xbet-editorial {
  --ink: #10051a;
  --surface: #1a0d26;
  --paper: #fff8ea;
  --accent: #ffcb35;
  background: radial-gradient(circle at 80% 0, #3a1646 0, #10051a 42%);
}

.theme-helabet-senegal-protection {
  --ink: #06111d;
  --surface: #0b2030;
  --paper: #f2fbff;
  --accent: #24d7ff;
  background: radial-gradient(circle at 86% 0, #113e52 0, #06111d 42%);
}

.theme-nigeria-bookmaker-reviews,
.theme-naija-match-review {
  --ink: #06110a;
  --surface: #0d1e12;
  --paper: #f8f5df;
  --accent: #2ce071;
  background: radial-gradient(circle at 80% 0, #173d22 0, #06110a 42%);
}

.theme-congo-current {
  --ink: #07101b;
  --surface: #0b2030;
  --paper: #f5fbff;
  --accent: #26c4ff;
  background: radial-gradient(circle at 80% 0, #123a54 0, #07101b 42%);
}

.theme-congo-current.theme-helabet-protection {
  --ink: #07140f;
  --surface: #10231a;
  --paper: #f8fff5;
  --accent: #28d987;
  background: radial-gradient(circle at 80% 0, #19442d 0, #07140f 42%);
}

body.theme-brazino-hub,
body.theme-betwarrior-brazil-review,
body.theme-nigeria-bookmaker-reviews,
body.theme-naija-match-review,
body.theme-senegal-1xbet-editorial,
body.theme-helabet-senegal-protection,
body.theme-congo-current {
  color: var(--paper, #fff) !important;
  background-color: var(--ink, #07100d) !important;
}

body.theme-brazino-hub {
  background: radial-gradient(circle at 85% 0, #173c20 0, #080d0b 38%) !important;
}

body.theme-senegal-1xbet-editorial {
  background: radial-gradient(circle at 80% 0, #3a1646 0, #10051a 42%) !important;
}

body.theme-helabet-senegal-protection {
  background: radial-gradient(circle at 86% 0, #113e52 0, #06111d 42%) !important;
}

body.theme-congo-current {
  background: radial-gradient(circle at 80% 0, #123a54 0, #07101b 42%) !important;
}

body.theme-congo-current.theme-helabet-protection {
  background: radial-gradient(circle at 80% 0, #19442d 0, #07140f 42%) !important;
}

body[class] .reviewhub-source-header.site-header {
  min-height: 0 !important;
  border-bottom-color: color-mix(in srgb, var(--accent, #35d879) 42%, transparent) !important;
  background: color-mix(in srgb, var(--ink, #07100d) 94%, transparent) !important;
}

body[class] .reviewhub-source-header .site-header__inner {
  min-height: 78px !important;
}

body[class] .reviewhub-source-brand {
  color: var(--paper, #fff) !important;
}

body[class] .reviewhub-source-page.article-shell {
  color: var(--paper, #fff) !important;
  background: color-mix(in srgb, var(--surface, #111914) 95%, transparent) !important;
}

body[class] .reviewhub-source-page .reviewhub-source-hero h1,
body[class] .reviewhub-source-index > h1 {
  color: var(--paper, #fff) !important;
}

body[class] .reviewhub-source-page .reviewhub-keyword-visual,
body[class] .reviewhub-source-card .reviewhub-keyword-visual {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  display: block !important;
}

body[class] .reviewhub-source-page .reviewhub-keyword-visual img,
body[class] .reviewhub-source-card .reviewhub-keyword-visual img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 15 / 7 !important;
  display: block !important;
  object-fit: cover !important;
}

body[class] .reviewhub-source-content,
body[class] .reviewhub-source-content p,
body[class] .reviewhub-source-content li {
  color: color-mix(in srgb, var(--paper, #fff) 88%, transparent) !important;
  font-weight: 400 !important;
}

body[class] .reviewhub-source-content h2,
body[class] .reviewhub-source-content h4,
body[class] .reviewhub-source-content h5,
body[class] .reviewhub-source-content strong {
  color: var(--paper, #fff) !important;
}

body[class] .reviewhub-source-content h3,
body[class] .reviewhub-source-content a {
  color: var(--accent, #35d879) !important;
}

body[class] .reviewhub-source-content .reviewhub-table-scroll {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  overflow-x: auto !important;
  background: color-mix(in srgb, var(--ink, #07100d) 72%, transparent) !important;
}

body[class] .reviewhub-source-content table {
  width: 100% !important;
  display: table !important;
  color: var(--paper, #fff) !important;
  background: transparent !important;
}

body[class] .reviewhub-source-content th,
body[class] .reviewhub-source-content td {
  color: color-mix(in srgb, var(--paper, #fff) 88%, transparent) !important;
  background: color-mix(in srgb, var(--surface, #111914) 88%, transparent) !important;
}

body[class] .reviewhub-source-content thead th,
body[class] .reviewhub-source-content thead td {
  color: var(--ink, #07100d) !important;
  background: var(--accent, #35d879) !important;
}

@media (max-width: 1050px) {
  .reviewhub-source-header .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .reviewhub-source-nav {
    display: none;
  }

  .reviewhub-source-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Four online-table review sites: preserve source hierarchy without turning
   document headings into heavy display copy or editorially colouring row two. */
body.theme-nigeria-bookmaker-reviews .reviewhub-source-content h2,
body.theme-betwarrior-brazil-review .article-content h2,
body.theme-senegal-1xbet-editorial .senegal-section h2,
body.theme-helabet-senegal-protection .article-content h2 {
  font-weight: 600 !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-content h3,
body.theme-betwarrior-brazil-review .article-content h3,
body.theme-senegal-1xbet-editorial .senegal-section h3,
body.theme-helabet-senegal-protection .article-content h3 {
  font-weight: 500 !important;
}

body.theme-nigeria-bookmaker-reviews .article-content ul,
body.theme-betwarrior-brazil-review .article-content ul,
body.theme-senegal-1xbet-editorial .article-content ul,
body.theme-helabet-senegal-protection .article-content ul {
  list-style: disc outside;
}

body.theme-nigeria-bookmaker-reviews .article-content ol,
body.theme-betwarrior-brazil-review .article-content ol,
body.theme-senegal-1xbet-editorial .article-content ol,
body.theme-helabet-senegal-protection .article-content ol {
  list-style: decimal outside;
}

body.theme-nigeria-bookmaker-reviews .article-content li,
body.theme-betwarrior-brazil-review .article-content li,
body.theme-senegal-1xbet-editorial .article-content li,
body.theme-helabet-senegal-protection .article-content li {
  display: list-item;
}

body.theme-nigeria-bookmaker-reviews .article-content tbody tr,
body.theme-nigeria-bookmaker-reviews .article-content tbody tr:nth-child(even),
body.theme-betwarrior-brazil-review .article-content tbody tr,
body.theme-betwarrior-brazil-review .article-content tbody tr:nth-child(even),
body.theme-senegal-1xbet-editorial .article-content tbody tr,
body.theme-senegal-1xbet-editorial .article-content tbody tr:nth-child(even),
body.theme-helabet-senegal-protection .article-content tbody tr,
body.theme-helabet-senegal-protection .article-content tbody tr:nth-child(even) {
  background: transparent !important;
}

/* User-approved Helabet identity for the Nigeria review portal and the
   Senegal Helabet portal. The full logo is a local brand asset, not a redraw. */
body.theme-nigeria-bookmaker-reviews .site-header,
body.theme-helabet-senegal-protection .site-header {
  background: #480f82 !important;
  border-bottom-color: #fcca00 !important;
}

@media (max-width: 980px) {
  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content table,
  body.theme-betwarrior-brazil-review .reviewhub-source-content table,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content table,
  body.theme-helabet-senegal-protection .reviewhub-source-content table {
    /* Profile skins set table display/width with !important.  Keep the
       original table markup, but make the table itself its scroll container
       whenever the reading column is narrower than the source table. */
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content th,
  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content td,
  body.theme-betwarrior-brazil-review .reviewhub-source-content th,
  body.theme-betwarrior-brazil-review .reviewhub-source-content td,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content th,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content td,
  body.theme-helabet-senegal-protection .reviewhub-source-content th,
  body.theme-helabet-senegal-protection .reviewhub-source-content td {
    min-width: min(220px, 72vw);
    font-size: 1rem !important;
  }

  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content p,
  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content li,
  body.theme-betwarrior-brazil-review .reviewhub-source-content p,
  body.theme-betwarrior-brazil-review .reviewhub-source-content li,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content p,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content li,
  body.theme-helabet-senegal-protection .reviewhub-source-content p,
  body.theme-helabet-senegal-protection .reviewhub-source-content li {
    font-size: 1rem !important;
  }
}
 

/* Helabet Senegal mobile geometry. Final theme overrides are emitted inline. */
body.theme-helabet-senegal-protection .site-header {
  background: linear-gradient(115deg, #0a0710 0%, #220941 48%, #480f82 100%) !important;
}

body.theme-helabet-senegal-protection .article-content h2,
body.theme-helabet-senegal-protection .article-content h3 {
  font-weight: 400 !important;
}

@media (max-width: 980px) {
  body.theme-helabet-senegal-protection .helabet-sn-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  body.theme-helabet-senegal-protection .helabet-sn-hero .reviewhub-keyword-visual {
    justify-self: stretch;
    width: 100%;
    height: clamp(185px, 55vw, 310px);
  }
}

body.theme-nigeria-bookmaker-reviews {
  --ink: #480f82;
  --surface: #f8f3ff;
  --paper: #ffffff;
  --accent: #fcca00;
  --ngreview-deep: #480f82;
  --ngreview-green: #6c02d3;
  --ngreview-gold: #fcca00;
  --ngreview-green-soft: #f2eaff;
}

body.theme-helabet-senegal-protection {
  --ink: #480f82;
  --surface: #f8f3ff;
  --paper: #ffffff;
  --accent: #fcca00;
  --hsn-bg: #480f82;
  --hsn-panel: #480f82;
  --hsn-panel-2: #6c02d3;
  --hsn-green: #6c02d3;
  --hsn-cyan: #fcca00;
  --hsn-amber: #fcca00;
  --hsn-paper: #ffffff;
  --hsn-ink: #21142d;
  background: linear-gradient(180deg, #480f82 0 390px, #f8f3ff 390px 100%) !important;
}

body.theme-helabet-senegal-protection .helabet-sn-hero h1,
body.theme-helabet-senegal-protection .helabet-sn-nav > a {
  text-transform: none;
}

body.theme-nigeria-bookmaker-reviews .brand-mark--helabet,
body.theme-helabet-senegal-protection .brand-mark--helabet {
  min-height: 44px;
  padding: 0;
}

.helabet-brand-logo {
  display: block;
  width: min(160px, 42vw);
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

body.theme-nigeria-bookmaker-reviews {
  --ngreview-deep: #480f82;
  --ngreview-green: #6c02d3;
  --ngreview-gold: #fcca00;
}

body.theme-nigeria-bookmaker-reviews .ngreview-article,
body.theme-nigeria-bookmaker-reviews .ngreview-card {
  border-top-color: #fcca00;
}

/* Nigeria source pages retain their document heading weight without inheriting
   the bright global source-heading colour that is intended for dark panels. */
body.theme-nigeria-bookmaker-reviews .reviewhub-source-content h2 {
  color: #480f82 !important;
  font-weight: 600 !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-content h3 {
  color: #480f82 !important;
  font-weight: 400 !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-page .cta-box,
body.theme-nigeria-bookmaker-reviews .reviewhub-source-page .cta-box p,
body.theme-nigeria-bookmaker-reviews .reviewhub-source-page .cta-box strong {
  color: #480f82 !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-page .cta-box strong {
  font-weight: 600 !important;
}

/* Final Helabet palette: this site must not inherit the generic Congo green
   exact-source skin.  These selectors deliberately follow the shared source
   rendering rules above and therefore win over its important declarations. */
body.theme-congo-current.theme-helabet-protection {
  --ink: #2b0754;
  --surface: #ffffff;
  --paper: #21142d;
  --accent: #ffcc00;
  color: var(--hp-ink) !important;
  background:
    radial-gradient(circle at 94% 0, rgba(255, 204, 0, 0.28), transparent 32%),
    radial-gradient(circle at 0 10%, rgba(108, 2, 211, 0.14), transparent 42%),
    #fffdf4 !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-header.site-header {
  border-bottom-color: var(--hp-yellow) !important;
  background:
    linear-gradient(90deg, rgba(255, 204, 0, 0.2), transparent 44%),
    linear-gradient(135deg, rgba(245, 124, 0, 0.16), transparent 54%),
    var(--hp-purple) !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-page.article-shell {
  color: var(--hp-ink) !important;
  background: #ffffff !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-page.article-shell::before {
  background: linear-gradient(90deg, var(--hp-purple), var(--hp-violet), #f57c00, var(--hp-yellow)) !important;
}

/* These are editorial photographs, not the generic Congo icon treatment. */
body.theme-congo-current.theme-helabet-protection .reviewhub-keyword-visual {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 18px 0 28px !important;
  border: 2px solid rgba(108, 2, 211, 0.22) !important;
  border-radius: 18px !important;
  background: #2b0754 !important;
  box-shadow: 0 16px 34px rgba(43, 7, 84, 0.16) !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-keyword-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 15 / 7 !important;
  border-radius: 16px !important;
  object-fit: cover !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-page .reviewhub-source-hero h1,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-index > h1,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-content h2,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-content h3 {
  color: var(--hp-purple) !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-content,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-content p,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-content li,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-content td {
  color: var(--hp-ink) !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-content .reviewhub-table-scroll,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-content table,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-content tbody td {
  background: transparent !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-content thead th {
  color: var(--hp-purple) !important;
  background: rgba(255, 204, 0, 0.32) !important;
}

/* The supplied document styles H2/H3 as regular.  Its table headers and
   first-column labels are explicitly bold; no other body row is accented. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source h2,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source h3,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-table h2 {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 400 !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-table tbody tr,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-table tbody tr:nth-child(even),
body.theme-congo-current.theme-helabet-protection .reviewhub-source-table tbody tr:nth-child(2),
body.theme-congo-current.theme-helabet-protection .reviewhub-source-table tbody td {
  background: transparent !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-table thead th,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-table tbody td:first-child {
  font-weight: 700 !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-publication,
body.theme-congo-current.theme-helabet-protection .reviewhub-warning-copy,
body.theme-congo-current.theme-helabet-protection .reviewhub-steps li > strong {
  font-weight: 400 !important;
}

@media (max-width: 640px) {
  .reviewhub-source-header .site-header__inner {
    width: min(100% - 24px, 1240px);
    min-height: 66px;
    gap: 14px;
  }

  .reviewhub-source-brand {
    font-size: 1rem;
  }

  .reviewhub-source-burger > nav {
    top: 62px;
    right: 12px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 78px);
  }

  .reviewhub-source-layout,
  .reviewhub-source-index {
    width: min(100% - 20px, 1180px);
    padding-top: 24px;
  }

  .reviewhub-source-page {
    padding: 18px 15px 28px;
    border-radius: 18px;
  }

  .reviewhub-source-hero h1,
  .reviewhub-source-index > h1 {
    margin-bottom: 20px;
    font-size: clamp(2rem, 12vw, 3.25rem);
    line-height: 1;
  }

  .reviewhub-keyword-visual {
    border-radius: 14px;
  }

  .reviewhub-source-content {
    font-size: 1rem;
    line-height: 1.7;
  }

  .reviewhub-source-content h2 {
    font-size: 1.65rem;
  }

  .reviewhub-source-content h3 {
    font-size: 1.3rem;
  }

  .reviewhub-source-content ul,
  .reviewhub-source-content ol {
    padding-left: 1.35em;
  }

  .reviewhub-source-content th,
  .reviewhub-source-content td {
    min-width: 145px;
    padding: 12px 13px;
  }

  .reviewhub-source-card-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-07-21: Helabet Senegal burger navigation. The source routes stay
   unchanged; only their menu presentation is grouped and made readable. */
body.theme-helabet-senegal-protection .reviewhub-source-burger {
  --source-burger-bg: #08060d;
  --source-burger-border: rgba(252, 202, 0, 0.48);
  --source-burger-line: rgba(108, 2, 211, 0.58);
  --source-burger-link: #fffdf8;
}

body.theme-helabet-senegal-protection .reviewhub-source-burger > nav {
  gap: 12px;
  border-color: var(--source-burger-border);
  background:
    linear-gradient(135deg, rgba(108, 2, 211, 0.22), transparent 38%),
    var(--source-burger-bg);
}

body.theme-helabet-senegal-protection .reviewhub-source-burger__group {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(108, 2, 211, 0.48);
  border-radius: 16px 4px 16px 4px;
  background: rgba(27, 16, 42, 0.88);
}

body.theme-helabet-senegal-protection .reviewhub-source-burger__group-label {
  margin: 0;
  padding: 2px 4px 5px;
  color: #fcca00 !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.theme-helabet-senegal-protection .reviewhub-source-burger__group-links {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body.theme-helabet-senegal-protection .reviewhub-source-burger > nav a,
body.theme-helabet-senegal-protection .reviewhub-source-burger > nav a:visited {
  color: #fffdf8 !important;
}

body.theme-helabet-senegal-protection .reviewhub-source-burger > nav a:hover,
body.theme-helabet-senegal-protection .reviewhub-source-burger > nav a:focus-visible {
  border-color: #fcca00 !important;
  color: #140a20 !important;
  background: #fcca00 !important;
  box-shadow: 0 0 0 2px rgba(252, 202, 0, 0.16);
  outline: 0;
}

/* Togo source articles use the same calm editorial rhythm as the Brazil test
 * site: clear native list markers and compact, scannable tables.  Togo keeps
 * its Helabet palette and deliberately does not stripe body rows. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-loose-list,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-label-block ul,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-inline-list ul {
  display: block;
  margin: 1.1rem 0 1.5rem;
  padding: 0 0 0 1.55rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-loose-list {
  list-style: disc outside;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list {
  list-style: decimal outside;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-loose-list li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-label-block li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-inline-list li {
  display: list-item;
  margin: 0;
  padding-left: 0.25rem;
  line-height: 1.62;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-loose-list li + li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list li + li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-label-block li + li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-inline-list li + li {
  margin-top: 0.5rem;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-loose-list li::marker,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list li::marker {
  color: #6c02d3;
  font-weight: 700;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps {
  display: block;
  margin: 1.1rem 0 1.5rem;
  padding: 0;
  border-top: 1px solid rgba(72, 15, 130, 0.16);
  border-radius: 0;
  background: transparent;
  list-style: none;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps li {
  display: block;
  margin: 0;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(72, 15, 130, 0.16);
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table {
  display: block;
  margin: 1.7rem 0 2.1rem;
  padding: 0;
  border-top: 1px solid rgba(72, 15, 130, 0.22);
  border-bottom: 1px solid rgba(72, 15, 130, 0.22);
  border-radius: 0;
  background: transparent;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table > h2 {
  position: relative;
  margin: 0;
  padding: 1rem 0 1rem 1.35rem;
  border-bottom: 1px solid rgba(72, 15, 130, 0.16);
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table > h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #fcca00;
  transform: translateY(-50%);
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table .reviewhub-table-scroll {
  width: 100%;
  margin: 0;
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-overflow-scrolling: touch;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table table {
  width: 100%;
  min-width: 560px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
  box-shadow: none;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table th,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table td {
  min-width: 0;
  padding: 0.85rem;
  border: 0;
  border-right: 1px solid rgba(72, 15, 130, 0.13);
  border-bottom: 1px solid rgba(72, 15, 130, 0.13);
  text-align: left;
  vertical-align: top;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table th {
  color: #480f82;
  background: rgba(252, 202, 0, 0.2);
  font-size: 0.75rem;
  font-weight: 700;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table td {
  color: #171122;
  background: transparent !important;
  font-size: 0.9rem;
  line-height: 1.55;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table tbody tr,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table tbody tr:nth-child(even),
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table tbody tr:nth-child(2) {
  background: transparent !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table tbody td:first-child {
  font-weight: 700;
}

@media (max-width: 760px) {
  body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table table {
    min-width: 520px;
  }
}

/* helabetapp.cd: the Helabet guide index follows the grouped Brazil
 * burger-menu pattern.  Explicit light text is required here because the
 * shared body palette otherwise leaks a dark link colour onto purple. */
body.theme-congo-current.theme-helabet-protection .reviewhub-source-nav > a {
  color: #fffdf4 !important;
  border-color: rgba(255, 253, 244, 0.26);
  background: rgba(255, 253, 244, 0.08);
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-nav > a:hover,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-nav > a:focus-visible {
  color: #fffdf4 !important;
  border-color: rgba(252, 202, 0, 0.72);
  background: rgba(255, 253, 244, 0.14);
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger {
  z-index: 80;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger > summary {
  color: #fffdf4 !important;
  border-color: rgba(252, 202, 0, 0.74);
  background: rgba(255, 253, 244, 0.1);
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger[open] > summary {
  color: #480f82 !important;
  border-color: #fcca00;
  background: #fcca00;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger > nav {
  gap: 10px;
  padding: 12px;
  border-color: rgba(252, 202, 0, 0.62);
  background:
    linear-gradient(135deg, rgba(108, 2, 211, 0.34), transparent 54%),
    #2d0755;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger__group {
  display: grid;
  gap: 4px;
  padding: 9px;
  border: 1px solid rgba(252, 202, 0, 0.36);
  border-radius: 10px;
  background: rgba(255, 253, 244, 0.07);
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger__group-label {
  margin: 0;
  padding: 2px 5px;
  color: #fcca00 !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger__group-links {
  display: grid;
  gap: 2px;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger > nav a {
  min-height: 40px;
  color: #fffdf4 !important;
  border: 1px solid transparent;
  background: rgba(255, 253, 244, 0.06);
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger > nav a:hover,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger > nav a:focus-visible {
  color: #fffdf4 !important;
  border-color: rgba(252, 202, 0, 0.72);
  background: rgba(255, 253, 244, 0.14);
}

@media (max-width: 640px) {
  body.theme-congo-current.theme-helabet-protection .reviewhub-source-burger > nav {
    top: 74px;
    right: 12px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 90px);
  }
}

/* Nigeria Betting Hub: source-fidelity and editorial brand rules.
 * This lives in the inline exact-source layer so it wins over the shared
 * generic table and heading rules on every Naija Match Review article. */
body.theme-naija-match-review {
  --accent: #6c02d3;
  --paper: #fffdf6;
  --ink: #120721;
  --surface: #1b0b31;
  background:
    radial-gradient(circle at 14% 0, rgba(108, 2, 211, 0.22), transparent 30rem),
    radial-gradient(circle at 92% 12%, rgba(252, 202, 0, 0.1), transparent 28rem),
    #120721 !important;
}

body.theme-naija-match-review .reviewhub-source-header.site-header {
  border-bottom-color: rgba(252, 202, 0, 0.62) !important;
  background: rgba(72, 15, 130, 0.97) !important;
}

body.theme-naija-match-review .reviewhub-source-brand.brand-mark--naija {
  display: inline-flex;
  align-items: center;
  color: #fffdf6 !important;
  font-family: "RH Arimo", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

body.theme-naija-match-review .naija-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

body.theme-naija-match-review .naija-brand-lockup__mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

body.theme-naija-match-review .naija-brand-lockup__wordmark {
  display: grid;
  gap: 1px;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  line-height: 1.05;
  text-transform: uppercase;
}

body.theme-naija-match-review .naija-brand-lockup__wordmark strong {
  color: #fffdf6 !important;
  font-family: "RH Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.theme-naija-match-review .reviewhub-source-header .site-header__inner {
  grid-template-columns: auto minmax(0, 2fr) auto;
  gap: 16px;
}

body.theme-naija-match-review .naija-header-helabet-logo {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 5px 8px;
  border: 1px solid rgba(252, 202, 0, 0.58);
  border-radius: 8px;
  background: rgba(18, 7, 33, 0.56);
}

body.theme-naija-match-review .naija-header-helabet-logo img {
  display: block;
  width: 90px;
  height: auto;
}

body.theme-naija-match-review .reviewhub-source-nav > a,
body.theme-naija-match-review .reviewhub-source-burger > nav a {
  color: rgba(255, 253, 246, 0.88) !important;
}

body.theme-naija-match-review .reviewhub-source-nav > a:hover,
body.theme-naija-match-review .reviewhub-source-nav > a:focus-visible,
body.theme-naija-match-review .reviewhub-source-burger > nav a:hover,
body.theme-naija-match-review .reviewhub-source-burger > nav a:focus-visible {
  color: #fffdf6 !important;
  border-color: rgba(252, 202, 0, 0.72);
  background: rgba(252, 202, 0, 0.14);
}

body.theme-naija-match-review .reviewhub-source-content,
body.theme-naija-match-review .reviewhub-source-content p,
body.theme-naija-match-review .reviewhub-source-content li {
  font-family: "RH Arimo", Arial, sans-serif;
  font-weight: 400 !important;
}

body.theme-naija-match-review .reviewhub-source-content h2,
body.theme-naija-match-review .reviewhub-source-content h3,
body.theme-naija-match-review .reviewhub-source-content h4,
body.theme-naija-match-review .reviewhub-source-content h5,
body.theme-naija-match-review .reviewhub-source-table > h2,
body.theme-naija-match-review .naija-faq-item h3 {
  color: #fffdf6 !important;
  font-family: "RH Arimo", Arial, sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0;
  text-transform: none;
}

body.theme-naija-match-review .reviewhub-source-content h2,
body.theme-naija-match-review .reviewhub-source-table > h2 {
  border-left-color: #fcca00;
}

body.theme-naija-match-review .reviewhub-source-content table thead > tr > th,
body.theme-naija-match-review .reviewhub-source-content table thead > tr > td {
  color: #fffdf6 !important;
  background: #480f82 !important;
}

body.theme-naija-match-review .reviewhub-source-content table tbody > tr > td,
body.theme-naija-match-review .reviewhub-source-content table tbody > tr:first-child > td {
  color: #dce9e1 !important;
  background: transparent !important;
  font-weight: 400 !important;
}

body.theme-naija-match-review .reviewhub-source-content table tbody > tr > td:first-child {
  color: #dce9e1 !important;
}

body.theme-naija-match-review .reviewhub-source-content table strong {
  font-weight: 700;
}

/* Helabet identity on the Nigeria Betting Hub index. The main mark is
 * semantic; repeated card marks are decorative and do not change source alts. */
body.theme-naija-match-review .reviewhub-source-partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin: -8px 0 24px;
  padding: 8px 13px;
  border: 1px solid rgba(252, 202, 0, 0.58);
  border-radius: 999px;
  background: rgba(18, 7, 33, 0.74);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.18);
}

body.theme-naija-match-review .reviewhub-source-partner-logo img {
  display: block;
  width: clamp(118px, 13vw, 156px);
  height: auto;
}

body.theme-naija-match-review .reviewhub-source-card {
  position: relative;
}

body.theme-naija-match-review .reviewhub-source-card__helabet-logo {
  position: absolute;
  z-index: 1;
  top: 29px;
  right: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 7px;
  border: 1px solid rgba(252, 202, 0, 0.64);
  border-radius: 8px;
  background: rgba(18, 7, 33, 0.88);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

body.theme-naija-match-review .reviewhub-source-card__helabet-logo img {
  display: block;
  width: 76px;
  height: auto;
}

/* Keep the supplied source-card and all-pages labels whole. The compact
 * mobile size is calculated from the longest current source title, so text
 * stays readable without clipping or a second line. */
body.theme-naija-match-review .reviewhub-source-card h2 {
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  white-space: nowrap;
}

body.theme-naija-match-review .reviewhub-source-page .reviewhub-source-hero h1 {
  max-width: none;
  font-size: clamp(1rem, 2.75vw, 2.4rem);
  line-height: 1.08;
  white-space: nowrap;
}

body.theme-naija-match-review .reviewhub-source-burger > nav a {
  font-size: clamp(0.75rem, 4vw, 0.9rem);
  white-space: nowrap;
}

/* The complete Nigeria article index follows the grouped Brazil-menu pattern,
 * using local football intents while preserving every supplied article label. */
body.theme-naija-match-review .reviewhub-source-burger > nav {
  gap: 10px;
  padding: 12px;
}

body.theme-naija-match-review .reviewhub-source-burger__group {
  display: grid;
  gap: 4px;
  padding: 9px;
  border: 1px solid rgba(252, 202, 0, 0.28);
  border-radius: 10px;
  background: rgba(108, 2, 211, 0.13);
}

body.theme-naija-match-review .reviewhub-source-burger__group-label {
  margin: 0;
  padding: 2px 5px;
  color: #fcca00;
  font-family: "RH Arimo", Arial, sans-serif;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.theme-naija-match-review .reviewhub-source-burger__group-links {
  display: grid;
  gap: 2px;
}

body.theme-naija-match-review .reviewhub-source-burger__group-links a {
  min-height: 40px;
}

@media (max-width: 1050px) {
  body.theme-naija-match-review .reviewhub-source-header .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  body.theme-naija-match-review .naija-brand-lockup__mark {
    width: 34px;
    height: 34px;
  }

  body.theme-naija-match-review .naija-brand-lockup__wordmark {
    display: none;
  }

  body.theme-naija-match-review .naija-header-helabet-logo {
    padding: 5px 7px;
  }

  body.theme-naija-match-review .naija-header-helabet-logo img {
    width: 84px;
  }

  body.theme-naija-match-review .reviewhub-source-partner-logo {
    margin: -4px 0 20px;
  }
}

/* End online-source exact rendering. */

@media (max-width: 360px) {
    .theme-senegal-1xbet-editorial .site-header__inner,
    .theme-senegal-1xbet-editorial .senegal-page-shell,
    .theme-senegal-1xbet-editorial .site-footer__inner {
        width: calc(100% - 20px);
    }

    .theme-senegal-1xbet-editorial .senegal-brand {
        font-size: 0.82rem;
    }

    .theme-senegal-1xbet-editorial .senegal-hero {
        padding-inline: 19px;
    }

    .theme-senegal-1xbet-editorial .senegal-section {
        padding-inline: 17px;
    }
}

/* Senegal 1xbet visual refresh: light Dakar verification dossier. */
body.theme-senegal-1xbet-editorial {
    --sn-bg: #f5efd9;
    --sn-paper: #fffaf0;
    --sn-paper-strong: #fffdf7;
    --sn-ink: #143129;
    --sn-muted: #586a60;
    --sn-green: #0b7a53;
    --sn-green-dark: #064734;
    --sn-gold: #e5b83f;
    --sn-red: #c94a3c;
    --sn-blue: #1f5d86;
    --sn-line: rgba(20, 49, 41, 0.16);
    --sn-shadow: 0 26px 70px rgba(40, 49, 35, 0.14);
    color: var(--sn-ink);
    background:
        radial-gradient(circle at 8% 6%, rgba(229, 184, 63, 0.24), transparent 24rem),
        radial-gradient(circle at 92% 14%, rgba(11, 122, 83, 0.14), transparent 26rem),
        linear-gradient(135deg, rgba(20, 49, 41, 0.045) 25%, transparent 25%) 0 0 / 30px 30px,
        linear-gradient(315deg, rgba(20, 49, 41, 0.035) 25%, transparent 25%) 0 0 / 30px 30px,
        var(--sn-bg);
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}

.theme-senegal-1xbet-editorial .site-header {
    min-height: 78px;
    border-bottom: 1px solid rgba(20, 49, 41, 0.14);
    background:
        linear-gradient(90deg, var(--sn-green) 0 33%, var(--sn-gold) 33% 66%, var(--sn-red) 66%),
        rgba(255, 250, 240, 0.9);
    background-size: 100% 5px, auto;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.theme-senegal-1xbet-editorial .site-header__inner {
    min-height: 78px;
}

.theme-senegal-1xbet-editorial .senegal-brand {
    color: var(--sn-green-dark);
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.theme-senegal-1xbet-editorial .senegal-brand::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--sn-green) 0 33%, var(--sn-gold) 33% 66%, var(--sn-red) 66%);
    box-shadow: 0 0 0 5px rgba(11, 122, 83, 0.08);
    vertical-align: -2px;
}

.theme-senegal-1xbet-editorial .senegal-header-signal {
    width: 134px;
    height: 34px;
    border: 1px solid rgba(11, 122, 83, 0.22);
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(11, 122, 83, 0.13), rgba(229, 184, 63, 0.2), rgba(201, 74, 60, 0.12)),
        rgba(255, 255, 255, 0.42);
}

.theme-senegal-1xbet-editorial .senegal-page-shell {
    padding: 46px 0 96px;
}

.theme-senegal-1xbet-editorial .senegal-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
    gap: clamp(28px, 6vw, 86px);
    min-height: 430px;
    padding: clamp(34px, 6vw, 72px);
    border: 1px solid rgba(20, 49, 41, 0.18);
    border-radius: 30px;
    background:
        linear-gradient(90deg, var(--sn-green) 0 18px, transparent 18px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 250, 240, 0.9)),
        var(--sn-paper);
    box-shadow: var(--sn-shadow);
}

.theme-senegal-1xbet-editorial .senegal-hero::before {
    content: "SN";
    z-index: 1;
    right: clamp(22px, 5vw, 58px);
    top: clamp(20px, 4vw, 42px);
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(201, 74, 60, 0.48);
    border-radius: 50%;
    color: rgba(201, 74, 60, 0.72);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    transform: rotate(9deg);
    opacity: 0.88;
    box-shadow: none;
}

.theme-senegal-1xbet-editorial .senegal-hero::after {
    right: -70px;
    bottom: -96px;
    left: auto;
    width: 380px;
    height: 380px;
    border-radius: 46%;
    background:
        radial-gradient(circle, transparent 42%, rgba(11, 122, 83, 0.12) 43% 44%, transparent 45%),
        conic-gradient(from 10deg, rgba(11, 122, 83, 0.18), rgba(229, 184, 63, 0.22), rgba(201, 74, 60, 0.16), rgba(11, 122, 83, 0.18));
    box-shadow: none;
    opacity: 0.78;
}

.theme-senegal-1xbet-editorial .senegal-hero h1 {
    color: var(--sn-green-dark);
    font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2.65rem, 6.2vw, 5.8rem);
    line-height: 0.96;
    letter-spacing: -0.058em;
}

.theme-senegal-1xbet-editorial .senegal-hero h1::after {
    width: min(270px, 54%);
    height: 6px;
    margin-top: 32px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sn-green), var(--sn-gold), var(--sn-red));
}

.theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual {
    max-width: 320px;
}

.theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual::before {
    inset: 18px -15px -17px 18px;
    border: 2px dashed rgba(11, 122, 83, 0.28);
    border-radius: 48% 48% 18px 18px;
}

.theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual img {
    border: 10px solid var(--sn-paper-strong);
    border-radius: 48% 48% 18px 18px;
    box-shadow: 0 24px 48px rgba(20, 49, 41, 0.2);
    filter: none;
}

.theme-senegal-1xbet-editorial .senegal-section {
    grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
    column-gap: clamp(28px, 5vw, 74px);
    padding: clamp(30px, 5vw, 56px);
    border: 1px solid rgba(20, 49, 41, 0.13);
    border-radius: 24px;
    background:
        linear-gradient(90deg, rgba(11, 122, 83, 0.07), transparent 72px),
        var(--sn-paper-strong);
    box-shadow: 0 16px 40px rgba(40, 49, 35, 0.08);
}

.theme-senegal-1xbet-editorial .senegal-section:nth-child(even) {
    background:
        linear-gradient(90deg, rgba(229, 184, 63, 0.1), transparent 78px),
        #fff8e8;
}

.theme-senegal-1xbet-editorial .senegal-section h2 {
    top: 108px;
    padding: 15px 18px 18px;
    color: var(--sn-green-dark);
    font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
    line-height: 1.08;
    letter-spacing: -0.04em;
    border-left: 5px solid var(--sn-green);
    background: rgba(255, 255, 255, 0.48);
    box-shadow: inset 0 -1px 0 rgba(20, 49, 41, 0.08);
}

.theme-senegal-1xbet-editorial .senegal-section h2::before {
    top: auto;
    left: 18px;
    bottom: -8px;
    width: 62px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sn-gold), var(--sn-red));
}

.theme-senegal-1xbet-editorial .senegal-section > p {
    max-width: 780px;
    color: var(--sn-muted);
    line-height: 1.84;
}

.theme-senegal-1xbet-editorial .senegal-section--intro {
    border-color: rgba(11, 122, 83, 0.2);
    background:
        linear-gradient(90deg, rgba(11, 122, 83, 0.1), transparent 72px),
        linear-gradient(135deg, rgba(229, 184, 63, 0.16), transparent 32rem),
        var(--sn-paper-strong);
}

.theme-senegal-1xbet-editorial .senegal-section--intro h2 {
    color: var(--sn-green-dark);
}

.theme-senegal-1xbet-editorial .senegal-table-wrap {
    border: 1px solid rgba(20, 49, 41, 0.18);
    border-radius: 18px;
    background: #fffdf7;
}

.theme-senegal-1xbet-editorial .senegal-table-wrap th,
.theme-senegal-1xbet-editorial .senegal-table-wrap td {
    border-right: 1px solid rgba(20, 49, 41, 0.14);
    border-bottom: 1px solid rgba(20, 49, 41, 0.14);
    color: var(--sn-muted);
}

.theme-senegal-1xbet-editorial .senegal-table-wrap th {
    color: #fffaf0;
    background: var(--sn-green-dark);
    letter-spacing: 0.075em;
}

.theme-senegal-1xbet-editorial .senegal-faq-grid {
    gap: 14px;
}

.theme-senegal-1xbet-editorial .senegal-faq-grid article {
    border: 1px solid rgba(20, 49, 41, 0.14);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(11, 122, 83, 0.08), transparent 80px),
        #fffdf7;
}

.theme-senegal-1xbet-editorial .senegal-faq-grid h3 {
    color: var(--sn-green-dark);
    font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
}

.theme-senegal-1xbet-editorial .senegal-faq-grid p {
    color: var(--sn-muted);
}

.theme-senegal-1xbet-editorial .senegal-section--conclusion {
    border-color: rgba(201, 74, 60, 0.24);
    background:
        radial-gradient(circle at 98% 4%, rgba(201, 74, 60, 0.12), transparent 16rem),
        linear-gradient(90deg, rgba(201, 74, 60, 0.09), transparent 72px),
        var(--sn-paper-strong);
}

.theme-senegal-1xbet-editorial .senegal-disclaimer {
    border-left: 5px solid var(--sn-red);
    border-radius: 0 16px 16px 0;
    color: var(--sn-green-dark) !important;
    background: rgba(201, 74, 60, 0.08);
}

.theme-senegal-1xbet-editorial .site-footer {
    min-height: 68px;
    border-top: 1px solid rgba(20, 49, 41, 0.14);
    background: var(--sn-green-dark);
}

.theme-senegal-1xbet-editorial .site-footer__inner {
    min-height: 68px;
}

.theme-senegal-1xbet-editorial .senegal-footer-signal {
    background: linear-gradient(90deg, var(--sn-green), var(--sn-gold) 38%, var(--sn-red) 72%, transparent);
    opacity: 0.72;
}

@media (max-width: 900px) {
    .theme-senegal-1xbet-editorial .senegal-hero {
        grid-template-columns: minmax(0, 1fr) 210px;
        border-radius: 24px;
    }

    .theme-senegal-1xbet-editorial .senegal-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .theme-senegal-1xbet-editorial .site-header,
    .theme-senegal-1xbet-editorial .site-header__inner {
        min-height: 66px;
    }

    .theme-senegal-1xbet-editorial .senegal-header-signal {
        width: 52px;
        height: 28px;
    }

    .theme-senegal-1xbet-editorial .senegal-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
        padding: 32px 24px 40px;
        border-radius: 22px;
    }

    .theme-senegal-1xbet-editorial .senegal-hero h1 {
        font-size: clamp(2.4rem, 13vw, 4.2rem);
        line-height: 1;
    }

    .theme-senegal-1xbet-editorial .senegal-hero::before {
        width: 66px;
        height: 66px;
        font-size: 1rem;
    }

    .theme-senegal-1xbet-editorial .senegal-hero::after {
        right: -112px;
        bottom: -152px;
        left: auto;
    }

    .theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual {
        width: min(68vw, 235px);
        justify-self: center;
    }

    .theme-senegal-1xbet-editorial .senegal-section {
        border-radius: 20px;
    }
}

/* Senegal 1xbet correction: serious sportsbook-style review navigation. */
body.theme-senegal-1xbet-editorial {
    --sn-bg: #eef3f1;
    --sn-panel: #ffffff;
    --sn-panel-alt: #f7faf8;
    --sn-ink: #10231f;
    --sn-muted: #53635f;
    --sn-navy: #071b2d;
    --sn-navy-2: #0c2b44;
    --sn-green: #00a86b;
    --sn-green-dark: #05543b;
    --sn-gold: #d9a928;
    --sn-red: #c74435;
    --sn-line: rgba(16, 35, 31, 0.13);
    --sn-shadow: 0 18px 48px rgba(7, 27, 45, 0.12);
    color: var(--sn-ink);
    background:
        linear-gradient(180deg, rgba(7, 27, 45, 0.04), transparent 220px),
        linear-gradient(90deg, rgba(7, 27, 45, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(7, 27, 45, 0.035) 1px, transparent 1px),
        var(--sn-bg);
    background-size: auto, 56px 56px, 56px 56px, auto;
}

.theme-senegal-1xbet-editorial .site-header {
    min-height: 76px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, var(--sn-green) 0 18%, var(--sn-gold) 18% 28%, var(--sn-red) 28% 36%, transparent 36%),
        linear-gradient(90deg, var(--sn-navy), var(--sn-navy-2));
    background-size: 100% 4px, auto;
    background-repeat: no-repeat;
    box-shadow: 0 12px 28px rgba(7, 27, 45, 0.18);
}

.theme-senegal-1xbet-editorial .site-header__inner {
    min-height: 76px;
    gap: 24px;
}

.theme-senegal-1xbet-editorial .senegal-brand {
    flex: 0 0 auto;
    color: #f4fff9;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: none;
}

.theme-senegal-1xbet-editorial .senegal-brand::before {
    width: 10px;
    height: 24px;
    margin-right: 10px;
    border-radius: 2px;
    background: var(--sn-green);
    box-shadow: inset 0 -7px 0 var(--sn-gold), inset 0 -14px 0 var(--sn-red);
}

.theme-senegal-1xbet-editorial .senegal-header-signal {
    display: none;
}

.theme-senegal-1xbet-editorial .senegal-nav {
    min-width: 0;
    max-width: calc(100% - 230px);
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
    padding-bottom: 2px;
}

.theme-senegal-1xbet-editorial .senegal-nav > a {
    flex: 0 0 auto;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #eaf5f1;
    background: rgba(255, 255, 255, 0.055);
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.theme-senegal-1xbet-editorial .senegal-nav > a:hover,
.theme-senegal-1xbet-editorial .senegal-nav > a:focus-visible {
    border-color: rgba(0, 168, 107, 0.68);
    color: #ffffff;
    background: rgba(0, 168, 107, 0.2);
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger {
    --source-burger-bg: rgba(7, 27, 45, 0.98);
    --source-burger-border: rgba(255, 255, 255, 0.14);
    --source-burger-line: rgba(255, 255, 255, 0.08);
    --source-burger-link: #f4fff9;
    --source-burger-hover: rgba(0, 168, 107, 0.22);
    flex: 0 0 auto;
    position: relative;
    z-index: 70;
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger summary {
    width: 42px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    font-size: 1.1rem;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger summary::-webkit-details-marker {
    display: none;
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger[open] summary {
    border-color: rgba(0, 168, 107, 0.72);
    background: rgba(0, 168, 107, 0.24);
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger nav {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: min(720px, calc(100vw - 28px));
    max-height: min(70vh, 560px);
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--source-burger-border);
    border-radius: 18px;
    background: var(--source-burger-bg);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger nav a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid var(--source-burger-line);
    border-radius: 10px;
    color: var(--source-burger-link);
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger nav a:hover,
.theme-senegal-1xbet-editorial .reviewhub-source-burger nav a:focus-visible {
    border-color: rgba(0, 168, 107, 0.62);
    background: var(--source-burger-hover);
}

/* The large Senegal article set follows the Brazil-style grouped burger. The
   visible links remain the source-table H1 values; only the containers add
   browsing context. */
.theme-senegal-1xbet-editorial .reviewhub-source-burger > nav {
    gap: 10px;
    padding: 12px;
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger__group {
    display: grid;
    gap: 4px;
    padding: 9px;
    border: 1px solid rgba(0, 168, 107, 0.38);
    border-radius: 12px;
    background: rgba(0, 168, 107, 0.09);
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger__group-label {
    margin: 0;
    padding: 2px 5px;
    color: var(--sn-gold);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger__group-links {
    display: grid;
    gap: 2px;
}

.theme-senegal-1xbet-editorial .reviewhub-source-burger__group-links a {
    min-height: 40px;
}

.theme-senegal-1xbet-editorial .senegal-page-shell {
    padding-top: 42px;
}

.theme-senegal-1xbet-editorial .senegal-hero {
    min-height: 390px;
    border: 1px solid rgba(7, 27, 45, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(90deg, var(--sn-green) 0 9px, transparent 9px),
        linear-gradient(90deg, rgba(7, 27, 45, 0.98), rgba(12, 43, 68, 0.96) 0 58%, rgba(255, 255, 255, 0.98) 58%),
        var(--sn-panel);
    box-shadow: var(--sn-shadow);
}

.theme-senegal-1xbet-editorial .senegal-hero::before {
    content: "Review";
    right: clamp(24px, 4vw, 52px);
    top: clamp(20px, 3vw, 36px);
    width: auto;
    height: auto;
    padding: 7px 12px;
    display: inline-flex;
    border: 1px solid rgba(0, 168, 107, 0.35);
    border-radius: 999px;
    color: #dff8ee;
    background: rgba(7, 27, 45, 0.5);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: none;
}

.theme-senegal-1xbet-editorial .senegal-hero::after {
    right: 34%;
    bottom: -80px;
    width: 170px;
    height: 170px;
    border: 28px solid rgba(0, 168, 107, 0.12);
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

.theme-senegal-1xbet-editorial .senegal-hero h1 {
    max-width: min(680px, 100%);
    color: #ffffff;
    font-size: clamp(2.55rem, 5.8vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.theme-senegal-1xbet-editorial .senegal-hero h1::after {
    width: min(250px, 48%);
    height: 4px;
    background: linear-gradient(90deg, var(--sn-green), var(--sn-gold));
}

.theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual img {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 24px 54px rgba(7, 27, 45, 0.24);
}

.theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual::before {
    inset: 14px -14px -14px 14px;
    border: 1px solid rgba(7, 27, 45, 0.18);
    border-radius: 16px;
}

.theme-senegal-1xbet-editorial .senegal-section {
    border-radius: 14px;
    background:
        linear-gradient(90deg, rgba(0, 168, 107, 0.055), transparent 80px),
        var(--sn-panel);
    box-shadow: 0 12px 34px rgba(7, 27, 45, 0.07);
}

.theme-senegal-1xbet-editorial .senegal-section:nth-child(even),
.theme-senegal-1xbet-editorial .senegal-section--intro,
.theme-senegal-1xbet-editorial .senegal-section--conclusion {
    background:
        linear-gradient(90deg, rgba(7, 27, 45, 0.045), transparent 80px),
        var(--sn-panel);
}

.theme-senegal-1xbet-editorial .senegal-section h2 {
    border-left-color: var(--sn-green);
    background: #f4f8f6;
    color: var(--sn-ink);
}

.theme-senegal-1xbet-editorial .senegal-table-wrap th {
    background: var(--sn-navy);
}

@media (max-width: 980px) {
    .theme-senegal-1xbet-editorial .site-header__inner {
        padding: 12px 0;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .theme-senegal-1xbet-editorial .senegal-nav {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }
}

@media (max-width: 640px) {
    .theme-senegal-1xbet-editorial .site-header,
    .theme-senegal-1xbet-editorial .site-header__inner {
        min-height: 0;
    }

    .theme-senegal-1xbet-editorial .senegal-brand {
        font-size: 0.84rem;
    }

    .theme-senegal-1xbet-editorial .senegal-nav > a {
        min-height: 34px;
        padding: 0 11px;
        font-size: 0.78rem;
    }

    .theme-senegal-1xbet-editorial .senegal-hero {
        background:
            linear-gradient(90deg, var(--sn-green) 0 8px, transparent 8px),
            linear-gradient(180deg, var(--sn-navy), var(--sn-navy-2));
    }

    .theme-senegal-1xbet-editorial .senegal-hero::before {
        display: none;
    }

    .theme-senegal-1xbet-editorial .senegal-hero::after {
        right: -70px;
        bottom: -90px;
    }

    .theme-senegal-1xbet-editorial .senegal-hero .reviewhub-keyword-visual {
        justify-self: start;
    }
}

/* Nigeria bookmaker review archive: exact-source editorial presentation. */
.theme-nigeria-bookmaker-reviews {
  --ngreview-deep: #480f82;
  --ngreview-green: #6c02d3;
  --ngreview-green-soft: #f2eaff;
  --ngreview-gold: #fcca00;
  --ngreview-paper: #fffaf0;
  --ngreview-card: #fffdf8;
  --ngreview-ink: #2b2140;
  --ngreview-muted: #685d78;
  --ngreview-line: #e4d8f0;
  color: var(--ngreview-ink);
  background:
    radial-gradient(circle at 5% 3%, rgba(108, 2, 211, 0.11), transparent 22rem),
    var(--ngreview-paper);
}

.theme-nigeria-bookmaker-reviews .site-header {
  position: relative;
  z-index: 30;
  background: var(--ngreview-deep);
  border-bottom-color: var(--ngreview-gold);
}

.theme-nigeria-bookmaker-reviews .site-header__inner {
  width: min(1380px, calc(100% - 32px));
  gap: 14px;
}

.theme-nigeria-bookmaker-reviews .brand-mark {
  flex: 0 0 auto;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.05rem;
}

.theme-nigeria-bookmaker-reviews .district-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 6px;
}

.theme-nigeria-bookmaker-reviews .district-nav a {
  min-height: 32px;
  padding: 5px 8px;
  border-color: rgba(255, 255, 255, 0.16);
  font-size: 0.77rem;
}

.theme-nigeria-bookmaker-reviews .ngreview-source-nav {
  min-width: 0;
  max-width: calc(100% - 250px);
  margin-left: auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 189, 78, 0.42) transparent;
  padding-bottom: 2px;
}

.theme-nigeria-bookmaker-reviews .ngreview-source-nav a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.theme-nigeria-bookmaker-reviews .reviewhub-source-burger {
  --source-burger-bg: #062f25;
  --source-burger-border: rgba(230, 189, 78, 0.34);
  --source-burger-line: rgba(230, 189, 78, 0.16);
  --source-burger-link: #fffdf3;
  --source-burger-hover: rgba(230, 189, 78, 0.14);
  flex: 0 0 auto;
  position: relative;
  z-index: 70;
}

.theme-nigeria-bookmaker-reviews .reviewhub-source-burger summary {
  width: 42px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(230, 189, 78, 0.38);
  border-radius: 999px;
  color: var(--ngreview-gold);
  background: rgba(255, 255, 255, 0.055);
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.theme-nigeria-bookmaker-reviews .reviewhub-source-burger summary::-webkit-details-marker {
  display: none;
}

.theme-nigeria-bookmaker-reviews .reviewhub-source-burger[open] summary {
  color: var(--ngreview-deep);
  background: var(--ngreview-gold);
}

.theme-nigeria-bookmaker-reviews .reviewhub-source-burger nav {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(760px, calc(100vw - 28px));
  max-height: min(70vh, 560px);
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--source-burger-border);
  border-radius: 18px;
  background: var(--source-burger-bg);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
}

.theme-nigeria-bookmaker-reviews .reviewhub-source-burger nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--source-burger-line);
  border-radius: 12px;
  color: var(--source-burger-link);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.theme-nigeria-bookmaker-reviews .reviewhub-source-burger nav a:hover,
.theme-nigeria-bookmaker-reviews .reviewhub-source-burger nav a:focus-visible {
  border-color: rgba(230, 189, 78, 0.68);
  background: var(--source-burger-hover);
}

/* Turn the complete Nigeria article list into a task-based guide index while
   preserving every source H1 as the visible link label. */
body.theme-nigeria-bookmaker-reviews .reviewhub-source-burger > nav {
  align-items: start;
  gap: 10px;
  padding: 12px;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-burger__group {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(230, 189, 78, 0.28);
  border-radius: 14px;
  background: rgba(255, 253, 243, 0.055);
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-burger__group-label {
  margin: 0;
  padding: 2px 4px 5px;
  color: var(--ngreview-gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-burger__group-links {
  min-width: 0;
  display: grid;
  gap: 4px;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-burger__group-links a {
  min-height: 40px;
  color: var(--source-burger-link) !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-burger__group-links a:hover,
body.theme-nigeria-bookmaker-reviews .reviewhub-source-burger__group-links a:focus-visible {
  color: var(--source-burger-link) !important;
}

.theme-nigeria-bookmaker-reviews .site-search input {
  min-width: 150px;
  background: #fffdf8;
}

.theme-nigeria-bookmaker-reviews .site-search button {
  background: var(--ngreview-gold);
  color: var(--ngreview-deep);
}

.ngreview-home {
  padding: clamp(30px, 5vw, 68px) 0;
  max-width: 100%;
}

.ngreview-home__header {
  max-width: 820px;
  margin: 0 0 30px;
  min-width: 0;
}

.ngreview-home__header h1 {
  margin: 0;
  color: var(--ngreview-deep);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.ngreview-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 100%;
  min-width: 0;
}

.ngreview-card {
  min-width: 0;
  max-width: 100%;
  padding: 22px;
  background: var(--ngreview-card);
  border: 1px solid var(--ngreview-line);
  border-top: 4px solid var(--ngreview-green);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(72, 15, 130, 0.08);
}

.ngreview-card:nth-child(3n + 2) {
  border-top-color: var(--ngreview-gold);
}

.ngreview-card__icon {
  display: inline-flex;
  margin-bottom: 16px;
}

.ngreview-card__icon img,
.theme-nigeria-bookmaker-reviews .reviewhub-keyword-visual img {
  display: block;
  border-radius: 12px;
}

.ngreview-card h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.22rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.ngreview-card h2 a {
  color: var(--ngreview-deep);
  overflow-wrap: anywhere;
}

.ngreview-card p {
  margin: 0;
  color: var(--ngreview-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.ngreview-layout {
  grid-template-columns: minmax(0, 1fr) 286px;
  align-items: start;
  gap: 24px;
  padding-block: clamp(24px, 4vw, 48px);
}

.theme-nigeria-bookmaker-reviews .ngreview-article,
.theme-nigeria-bookmaker-reviews .ngreview-sidebar .sidebar-panel {
  background: var(--ngreview-card);
  border-color: var(--ngreview-line);
  border-radius: 12px;
  box-shadow: 0 16px 42px rgba(72, 15, 130, 0.08);
}

.theme-nigeria-bookmaker-reviews .ngreview-article {
  min-width: 0;
  border-top: 5px solid var(--ngreview-green);
}

.theme-nigeria-bookmaker-reviews .ngreview-article h1 {
  max-width: 18ch;
  color: var(--ngreview-deep);
  font-size: clamp(2rem, 4.6vw, 4rem);
  letter-spacing: -0.045em;
}

.theme-nigeria-bookmaker-reviews .reviewhub-keyword-visual {
  margin: 18px 0 28px;
  aspect-ratio: 15 / 7;
  overflow: hidden;
  border-radius: 12px;
  background: var(--ngreview-card);
}

.theme-nigeria-bookmaker-reviews .reviewhub-keyword-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-nigeria-bookmaker-reviews .article-content {
  max-width: 780px;
  font-size: 1rem;
}

.theme-nigeria-bookmaker-reviews .article-content p {
  margin: 0 0 1.15em;
}

.theme-nigeria-bookmaker-reviews .article-content h2 {
  margin: 2.15em 0 0.65em;
  padding-top: 0.35em;
  color: var(--ngreview-deep);
  border-top: 1px solid var(--ngreview-line);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.theme-nigeria-bookmaker-reviews .article-content h3 {
  margin: 1.75em 0 0.6em;
  color: var(--ngreview-deep);
  font-size: 1.18rem;
  font-weight: 500;
}

.theme-nigeria-bookmaker-reviews .article-content ul,
.theme-nigeria-bookmaker-reviews .article-content ol {
  margin: 0 0 1.35em;
  padding-left: 1.4em;
}

.theme-nigeria-bookmaker-reviews .article-content li + li {
  margin-top: 0.55em;
}

.reviewhub-table-scroll {
  max-width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid var(--ngreview-line);
  border-radius: 10px;
  -webkit-overflow-scrolling: touch;
}

.theme-nigeria-bookmaker-reviews .article-content .reviewhub-table-scroll table {
  min-width: 520px;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.theme-nigeria-bookmaker-reviews .article-content th {
  color: #fff;
  background: var(--ngreview-deep);
}

.theme-nigeria-bookmaker-reviews .article-content th,
.theme-nigeria-bookmaker-reviews .article-content td {
  padding: 12px 14px;
  border-color: var(--ngreview-line);
  vertical-align: top;
}

.theme-nigeria-bookmaker-reviews .article-content tbody tr,
.theme-nigeria-bookmaker-reviews .article-content tbody tr:nth-child(even) {
  background: transparent;
}

.theme-nigeria-bookmaker-reviews .article-content a[href*="1212fghnna.com"] {
  color: #086642;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(8, 102, 66, 0.4);
  text-underline-offset: 0.16em;
}

.theme-nigeria-bookmaker-reviews .ngreview-sidebar {
  position: sticky;
  top: 18px;
}

.theme-nigeria-bookmaker-reviews .ngreview-sidebar h2 {
  margin: 0 0 12px;
  color: var(--ngreview-deep);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.05rem;
}

.theme-nigeria-bookmaker-reviews .ngreview-sidebar ul,
.theme-nigeria-bookmaker-reviews .ngreview-sidebar .post-list {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
}

.theme-nigeria-bookmaker-reviews .ngreview-sidebar li,
.theme-nigeria-bookmaker-reviews .ngreview-sidebar .post-list a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid var(--ngreview-line);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.theme-nigeria-bookmaker-reviews .ngreview-sidebar li:last-child,
.theme-nigeria-bookmaker-reviews .ngreview-sidebar .post-list a:last-child {
  border-bottom: 0;
}

.theme-nigeria-bookmaker-reviews .site-footer {
  margin-top: 0;
  background: var(--ngreview-deep);
}

@media (max-width: 1180px) {
  .theme-nigeria-bookmaker-reviews .site-header__inner:has(.ngreview-source-nav) {
    display: grid;
    grid-template-areas:
      "brand"
      "nav";
    grid-template-columns: minmax(0, 1fr);
  }

  .theme-nigeria-bookmaker-reviews .site-header__inner > .ngreview-source-nav {
    grid-area: nav;
    display: flex !important;
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .theme-nigeria-bookmaker-reviews .site-header__inner {
    display: grid;
    grid-template-areas:
      "brand menu"
      "search search";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .theme-nigeria-bookmaker-reviews .site-header__inner > .district-nav {
    display: none;
  }

  .theme-nigeria-bookmaker-reviews .site-mobile-menu {
    position: relative;
    z-index: 20;
    display: block;
    grid-area: menu;
  }

  .theme-nigeria-bookmaker-reviews .site-mobile-menu summary {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 12px;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }

  .theme-nigeria-bookmaker-reviews .site-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .theme-nigeria-bookmaker-reviews .site-mobile-menu nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    width: min(320px, calc(100vw - 32px));
    padding: 8px;
    background: var(--ngreview-deep);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
  }

  .theme-nigeria-bookmaker-reviews .site-mobile-menu nav a {
    display: flex;
    min-height: 42px;
    padding: 10px 12px;
    align-items: center;
    color: #fff;
    border-radius: 7px;
    font-size: 0.88rem;
    font-weight: 700;
  }

  .theme-nigeria-bookmaker-reviews .site-search {
    grid-area: search;
    width: 100%;
    margin: 0;
  }

  .theme-nigeria-bookmaker-reviews .site-search input {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 980px) {
  .ngreview-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ngreview-layout {
    display: block;
  }

  .theme-nigeria-bookmaker-reviews .ngreview-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
  }
}

@media (max-width: 620px) {
  .theme-nigeria-bookmaker-reviews .site-header__inner,
  .theme-nigeria-bookmaker-reviews .site-footer__inner,
  .theme-nigeria-bookmaker-reviews .container {
    width: min(calc(100% - 24px), 1120px);
    max-width: calc(100vw - 24px);
  }

  .theme-nigeria-bookmaker-reviews .site-header__inner {
    padding-block: 12px;
  }

  .theme-nigeria-bookmaker-reviews .brand-mark {
    overflow-wrap: anywhere;
    font-size: 0.94rem;
  }

  .theme-nigeria-bookmaker-reviews .site-search button {
    padding-inline: 10px;
  }

  .ngreview-card-grid,
  .theme-nigeria-bookmaker-reviews .ngreview-sidebar {
    grid-template-columns: 1fr;
  }

  .ngreview-card,
  .theme-nigeria-bookmaker-reviews .ngreview-article {
    padding: 18px;
  }

  .theme-nigeria-bookmaker-reviews .ngreview-article h1 {
    font-size: clamp(1.85rem, 10vw, 2.65rem);
  }

  .theme-nigeria-bookmaker-reviews .article-content {
    font-size: 0.96rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--green);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  background: var(--asphalt);
  color: var(--white);
  border-bottom: 4px solid var(--gold);
}

.site-header__inner,
.site-footer__inner,
.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand-mark {
  color: var(--white);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0;
}

.district-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.district-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  font-size: 0.9rem;
}

.district-nav a:hover {
  border-color: var(--gold);
  text-decoration: none;
}

.site-search {
  display: flex;
  gap: 8px;
}

.site-search input {
  min-width: 180px;
  border: 0;
  border-radius: var(--radius);
  padding: 9px 10px;
}

.site-search button,
.button,
.cta-box a {
  border: 0;
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--asphalt);
  font-weight: 800;
  padding: 9px 12px;
  cursor: pointer;
}

.hero-district {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(19, 138, 61, 0.9), rgba(73, 166, 255, 0.72)),
    var(--asphalt);
  color: var(--white);
  padding: 58px 0 42px;
}

.hero-district h1 {
  max-width: 760px;
  margin: 0 0 12px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.hero-district p {
  max-width: 680px;
  margin: 0;
  font-size: 1.1rem;
}

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

.district-card,
.post-card,
.article-shell,
.sidebar-panel,
.cta-box,
.faq-item,
.author-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.district-card {
  min-height: 150px;
  padding: 18px;
  color: var(--white);
  background: var(--asphalt-soft);
}

.district-card:nth-child(3n + 1) {
  background: var(--green);
}

.district-card:nth-child(3n + 2) {
  background: #51308c;
}

.district-card:nth-child(3n + 3) {
  background: #1d6ca8;
}

.district-card h2 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Arial, sans-serif;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  padding: 28px 0;
}

.article-shell {
  padding: clamp(18px, 4vw, 38px);
}

.article-shell h1 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.article-meta,
.breadcrumbs {
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumbs {
  margin-bottom: 16px;
}

.article-content h2,
.article-content h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
  line-height: 1.2;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.article-content th,
.article-content td {
  border: 1px solid var(--line);
  padding: 10px;
  text-align: left;
}

.cta-box {
  margin: 24px 0;
  padding: 18px;
  border-left: 5px solid var(--gold);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 16px;
}

.faq-item h3 {
  margin-top: 0;
}

.author-card,
.sidebar-panel {
  padding: 16px;
  margin-bottom: 16px;
}

.post-list {
  display: grid;
  gap: 16px;
}

.post-card {
  padding: 18px;
}

.site-footer {
  margin-top: 40px;
  padding: 28px 0;
  color: var(--white);
  background: var(--asphalt);
}

.responsible-note {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 860px) {
  .site-header__inner,
  .layout {
    display: block;
  }

  .district-nav,
  .site-search {
    margin-top: 14px;
  }

  .district-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    margin-top: 20px;
  }
}

/* Kenya Betting Hub: Strike Board */
.theme-kenya-strike {
  --ke-night: #07090b;
  --ke-charcoal: #10151a;
  --ke-panel: #151c22;
  --ke-panel-strong: #1d262d;
  --ke-ink: #f6f8f0;
  --ke-muted: #b8c2bc;
  --ke-red: #e31d2f;
  --ke-green: #08a74f;
  --ke-gold: #ffcb05;
  --ke-cyan: #29d4ff;
  --ke-line: rgba(246, 248, 240, 0.14);
  --ke-shadow: 0 26px 58px rgba(0, 0, 0, 0.34);
  color: var(--ke-ink);
  background:
    linear-gradient(180deg, rgba(7, 9, 11, 0.74), rgba(7, 9, 11, 0.92)),
    repeating-linear-gradient(135deg, rgba(255, 203, 5, 0.08) 0 1px, transparent 1px 22px),
    var(--ke-night);
}

.theme-kenya-strike a {
  color: var(--ke-gold);
}

.theme-kenya-strike a:hover {
  color: var(--ke-cyan);
  text-decoration: none;
}

.theme-kenya-strike .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(90deg, rgba(227, 29, 47, 0.2), transparent 34%, rgba(8, 167, 79, 0.18)),
    rgba(7, 9, 11, 0.96);
  border-bottom: 3px solid var(--ke-gold);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.theme-kenya-strike .site-header__inner,
.theme-kenya-strike .site-footer__inner,
.theme-kenya-strike .container {
  width: min(1220px, calc(100% - 36px));
}

.theme-kenya-strike .site-header__inner {
  display: grid;
  grid-template-columns: minmax(170px, 0.68fr) minmax(360px, 1.6fr) minmax(220px, 0.74fr);
  align-items: center;
  gap: 16px;
  padding: 13px 0;
}

.theme-kenya-strike .brand-mark {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--ke-ink);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 203, 5, 0.38);
  overflow-wrap: normal;
  word-break: normal;
}

.theme-kenya-strike .brand-mark::before {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 38px;
  margin-right: 10px;
  background: linear-gradient(180deg, var(--ke-red) 0 34%, var(--ke-ink) 34% 66%, var(--ke-green) 66%);
  box-shadow: 0 0 0 2px rgba(246, 248, 240, 0.12);
  transform: skewX(-12deg);
}

.theme-kenya-strike .district-nav {
  min-width: 0;
  gap: 7px;
}

.theme-kenya-strike .district-nav a {
  min-height: 36px;
  padding: 8px 10px;
  color: var(--ke-ink);
  border: 1px solid rgba(255, 203, 5, 0.24);
  border-radius: 2px;
  background: rgba(246, 248, 240, 0.065);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 rgba(255, 203, 5, 0.18);
}

.theme-kenya-strike .district-nav a:hover {
  color: var(--ke-night);
  border-color: var(--ke-gold);
  background: var(--ke-gold);
}

.theme-kenya-strike .site-search {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  padding: 3px;
  border: 1px solid rgba(41, 212, 255, 0.28);
  background: rgba(16, 21, 26, 0.82);
  box-shadow: inset 0 0 18px rgba(41, 212, 255, 0.08);
}

.theme-kenya-strike .site-search input {
  min-width: 0;
  width: 100%;
  color: var(--ke-ink);
  border-radius: 0;
  background: transparent;
  outline: none;
}

.theme-kenya-strike .site-search input::placeholder {
  color: rgba(246, 248, 240, 0.68);
}

.theme-kenya-strike .site-search button,
.theme-kenya-strike .button,
.theme-kenya-strike .cta-box a {
  min-height: 38px;
  color: var(--ke-night);
  border-radius: 2px;
  background:
    linear-gradient(135deg, var(--ke-gold), #ffe36c);
  font-family: Inter, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(255, 203, 5, 0.2);
}

.theme-kenya-strike .button-secondary {
  color: var(--ke-ink);
  border: 1px solid rgba(246, 248, 240, 0.26);
  background: linear-gradient(135deg, rgba(227, 29, 47, 0.92), rgba(8, 167, 79, 0.86));
  box-shadow: 0 10px 24px rgba(227, 29, 47, 0.18);
}

.theme-kenya-strike .hero-district {
  min-height: min(690px, calc(100svh - 70px));
  padding: clamp(54px, 8vw, 94px) 0 clamp(42px, 7vw, 76px);
  color: var(--ke-ink);
  background:
    linear-gradient(105deg, rgba(7, 9, 11, 0.96) 0%, rgba(7, 9, 11, 0.88) 48%, rgba(7, 9, 11, 0.48) 100%),
    radial-gradient(circle at 86% 28%, rgba(8, 167, 79, 0.56), transparent 23rem),
    radial-gradient(circle at 72% 76%, rgba(227, 29, 47, 0.44), transparent 21rem),
    repeating-linear-gradient(116deg, rgba(255, 203, 5, 0.13) 0 3px, transparent 3px 34px),
    var(--ke-night);
  border-bottom: 1px solid rgba(255, 203, 5, 0.28);
}

.theme-kenya-strike .hero-district::before,
.theme-kenya-strike .hero-district::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.theme-kenya-strike .hero-district::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(227, 29, 47, 0.72) 0 10px, transparent 10px calc(100% - 10px), rgba(8, 167, 79, 0.72) calc(100% - 10px)),
    linear-gradient(180deg, transparent 0 68%, rgba(255, 203, 5, 0.14));
  opacity: 0.76;
}

.theme-kenya-strike .hero-district::after {
  right: 7%;
  bottom: -9%;
  width: min(42vw, 520px);
  height: min(42vw, 520px);
  border: 2px solid rgba(255, 203, 5, 0.24);
  background:
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(246, 248, 240, 0.08) 34px 36px),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(246, 248, 240, 0.08) 34px 36px);
  transform: rotate(18deg);
}

.theme-kenya-strike .hero-district .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  align-items: center;
  gap: clamp(22px, 5vw, 64px);
}

.theme-kenya-strike .hero-eyebrow,
.theme-kenya-strike .hero-district h1,
.theme-kenya-strike .hero-district p:not(.hero-eyebrow),
.theme-kenya-strike .hero-actions {
  grid-column: 1;
}

.theme-kenya-strike .hero-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 12px;
  color: var(--ke-gold);
  border: 1px solid rgba(255, 203, 5, 0.42);
  background: rgba(255, 203, 5, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-kenya-strike .hero-district h1 {
  max-width: 860px;
  margin: 0 0 18px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(3.35rem, 9vw, 8.6rem);
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 203, 5, 0.28), 0 14px 0 rgba(227, 29, 47, 0.18);
  overflow-wrap: normal;
  word-break: normal;
}

.theme-kenya-strike .hero-district p:not(.hero-eyebrow) {
  max-width: 700px;
  color: rgba(246, 248, 240, 0.84);
  font-size: clamp(1.04rem, 2vw, 1.32rem);
}

.theme-kenya-strike .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.theme-kenya-strike .hero-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  text-decoration: none;
}

.theme-kenya-strike .ke-hero-visual {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 4;
  min-height: clamp(310px, 38vw, 480px);
  border: 1px solid rgba(255, 203, 5, 0.28);
  background:
    linear-gradient(180deg, rgba(246, 248, 240, 0.08), transparent 42%),
    linear-gradient(135deg, rgba(227, 29, 47, 0.32), rgba(8, 167, 79, 0.24)),
    var(--ke-panel);
  box-shadow: var(--ke-shadow), inset 0 0 38px rgba(41, 212, 255, 0.08);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
  overflow: hidden;
}

.theme-kenya-strike .ke-hero-visual::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 2px solid rgba(246, 248, 240, 0.16);
  background:
    linear-gradient(90deg, transparent 0 47%, rgba(255, 203, 5, 0.66) 47% 53%, transparent 53%),
    linear-gradient(0deg, transparent 0 47%, rgba(41, 212, 255, 0.18) 47% 53%, transparent 53%);
  transform: perspective(360px) rotateX(58deg) rotateZ(-6deg);
  transform-origin: bottom;
}

.theme-kenya-strike .ke-hero-visual::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 38px;
  width: 150px;
  height: 150px;
  border: 18px solid rgba(255, 203, 5, 0.68);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(255, 203, 5, 0.22);
}

.theme-kenya-strike .ke-signal-card {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  width: min(70%, 250px);
  padding: 18px;
  color: var(--ke-night);
  background: var(--ke-gold);
  box-shadow: 8px 8px 0 rgba(227, 29, 47, 0.82);
}

.theme-kenya-strike .ke-signal-card strong {
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(3.4rem, 8vw, 5.4rem);
  line-height: 0.85;
}

.theme-kenya-strike .ke-signal-card small {
  display: block;
  margin-top: 8px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-kenya-strike .ke-track-lines {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 16%;
  display: grid;
  gap: 12px;
}

.theme-kenya-strike .ke-track-lines i {
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--ke-red), var(--ke-gold), var(--ke-green), var(--ke-cyan));
  box-shadow: 0 0 18px rgba(255, 203, 5, 0.32);
  transform: skewX(-18deg);
}

.theme-kenya-strike .ke-track-lines i:nth-child(2) {
  width: 72%;
  margin-left: 18%;
}

.theme-kenya-strike .ke-track-lines i:nth-child(3) {
  width: 54%;
  margin-left: 6%;
}

.theme-kenya-strike .ke-match-chip {
  position: absolute;
  right: 26px;
  bottom: 32px;
  z-index: 2;
  padding: 9px 12px;
  color: var(--ke-ink);
  border: 1px solid rgba(246, 248, 240, 0.22);
  background: rgba(7, 9, 11, 0.78);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-kenya-strike .ke-match-chip--alt {
  right: auto;
  left: 30px;
  bottom: 70px;
  background: rgba(8, 167, 79, 0.76);
}

.theme-kenya-strike .district-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(24px, 5vw, 52px) 0 24px;
}

.theme-kenya-strike .district-card {
  position: relative;
  display: flex;
  min-height: 194px;
  padding: 20px;
  color: var(--ke-ink);
  border: 1px solid rgba(255, 203, 5, 0.22);
  border-radius: 2px;
  background:
    linear-gradient(150deg, rgba(246, 248, 240, 0.1), transparent 36%),
    var(--ke-panel);
  box-shadow: var(--ke-shadow);
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  text-decoration: none;
}

.theme-kenya-strike .district-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ke-red) 0 8px, transparent 8px),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 203, 5, 0.08) 22px 24px);
}

.theme-kenya-strike .district-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 54px;
  height: 54px;
  border: 10px solid rgba(255, 203, 5, 0.76);
  transform: rotate(18deg);
}

.theme-kenya-strike .district-card--apps::before,
.theme-kenya-strike .district-card--login::before {
  background:
    linear-gradient(90deg, var(--ke-green) 0 8px, transparent 8px),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(41, 212, 255, 0.08) 22px 24px);
}

.theme-kenya-strike .district-card--deposit::before,
.theme-kenya-strike .district-card--promo-codes::before {
  background:
    linear-gradient(90deg, var(--ke-gold) 0 8px, transparent 8px),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 203, 5, 0.1) 22px 24px);
}

.theme-kenya-strike .district-card h2,
.theme-kenya-strike .district-card p {
  position: relative;
  z-index: 1;
}

.theme-kenya-strike .district-card h2 {
  max-width: min(100%, 20rem);
  margin: 0 0 10px;
  color: var(--ke-ink);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 0.94;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.theme-kenya-strike .district-card p {
  max-width: 94%;
  margin: 0;
  color: rgba(246, 248, 240, 0.76);
  font-size: 0.93rem;
}

.theme-kenya-strike .district-card:hover {
  border-color: var(--ke-gold);
  transform: translateY(-5px);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.42), 0 0 26px rgba(255, 203, 5, 0.16);
}

.theme-kenya-strike .post-list {
  gap: 16px;
  padding-bottom: 18px;
}

.theme-kenya-strike .post-list > h2 {
  margin: 8px 0 2px;
  color: var(--ke-gold);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.theme-kenya-strike .post-card,
.theme-kenya-strike .article-shell,
.theme-kenya-strike .sidebar-panel,
.theme-kenya-strike .cta-box,
.theme-kenya-strike .faq-item,
.theme-kenya-strike .author-card {
  color: var(--ke-ink);
  border: 1px solid var(--ke-line);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(246, 248, 240, 0.07), rgba(246, 248, 240, 0.025)),
    var(--ke-panel);
  box-shadow: var(--ke-shadow);
}

.theme-kenya-strike .post-card {
  position: relative;
  min-height: 146px;
  min-width: 0;
  padding: 20px 22px 20px 88px;
  overflow: hidden;
}

.theme-kenya-strike .post-card::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  width: 48px;
  height: 48px;
  background:
    linear-gradient(90deg, var(--ke-red) 0 33%, var(--ke-ink) 33% 66%, var(--ke-green) 66%);
  box-shadow: 6px 6px 0 rgba(255, 203, 5, 0.68);
  transform: skewX(-10deg);
}

.theme-kenya-strike .post-card h2 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.12;
  overflow-wrap: break-word;
  word-break: normal;
}

.theme-kenya-strike .post-card h2 a {
  color: var(--ke-ink);
  overflow-wrap: break-word;
  word-break: normal;
}

.theme-kenya-strike .post-card p,
.theme-kenya-strike .article-meta,
.theme-kenya-strike .breadcrumbs,
.theme-kenya-strike .responsible-note,
.theme-kenya-strike .article-content,
.theme-kenya-strike .faq-item p,
.theme-kenya-strike .author-card p {
  color: rgba(246, 248, 240, 0.76);
}

.theme-kenya-strike .layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: 22px;
  padding: clamp(24px, 4vw, 44px) 0;
}

.theme-kenya-strike .article-shell {
  position: relative;
  overflow: hidden;
}

.theme-kenya-strike .article-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: linear-gradient(90deg, var(--ke-red), var(--ke-gold), var(--ke-green), var(--ke-cyan));
}

.theme-kenya-strike .article-shell h1 {
  color: var(--ke-ink);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.3rem);
  line-height: 0.92;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: normal;
}

.theme-kenya-strike .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 18px;
}

.theme-kenya-strike .breadcrumbs__current {
  color: var(--ke-ink);
  font-weight: 800;
}

.theme-kenya-strike .article-content {
  font-size: clamp(1rem, 1.3vw, 1.06rem);
}

.theme-kenya-strike .article-content h2,
.theme-kenya-strike .article-content h3,
.theme-kenya-strike .sidebar-panel h2,
.theme-kenya-strike .faq-list > h2,
.theme-kenya-strike .faq-item h3,
.theme-kenya-strike .author-card h2,
.theme-kenya-strike .related-links h2 {
  color: var(--ke-gold);
  font-family: "Space Grotesk", Arial, sans-serif;
  line-height: 1.08;
  text-transform: uppercase;
}

.theme-kenya-strike .article-content h2 {
  margin-top: 30px;
  padding-left: 14px;
  border-left: 6px solid var(--ke-red);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.theme-kenya-strike .article-content h3,
.theme-kenya-strike .faq-item h3 {
  color: var(--ke-ink);
}

.theme-kenya-strike .article-content ul,
.theme-kenya-strike .article-content ol,
.theme-kenya-strike .related-links ul {
  padding-left: 1.2rem;
}

.theme-kenya-strike .article-content table {
  display: block;
  max-width: 100%;
  border-radius: 2px;
  overflow-x: auto;
  background: rgba(246, 248, 240, 0.04);
}

.theme-kenya-strike .article-content th,
.theme-kenya-strike .article-content td {
  border-color: rgba(246, 248, 240, 0.15);
}

.theme-kenya-strike .article-content th {
  color: var(--ke-night);
  background: var(--ke-gold);
}

.theme-kenya-strike .cta-box {
  border-left: 0;
  border-top: 6px solid var(--ke-gold);
  background:
    linear-gradient(135deg, rgba(255, 203, 5, 0.13), rgba(8, 167, 79, 0.09)),
    var(--ke-panel-strong);
}

.theme-kenya-strike .cta-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  text-decoration: none;
}

.theme-kenya-strike .sidebar-panel {
  position: sticky;
  top: 90px;
}

.theme-kenya-strike .sidebar-panel + .sidebar-panel {
  top: 290px;
}

.theme-kenya-strike .sidebar-panel nav,
.theme-kenya-strike .related-links ul {
  gap: 10px;
}

.theme-kenya-strike .sidebar-panel a,
.theme-kenya-strike .related-links a {
  color: var(--ke-ink);
  font-weight: 800;
}

.theme-kenya-strike .faq-list {
  margin-top: 20px;
}

.theme-kenya-strike .faq-item {
  border-left: 6px solid rgba(8, 167, 79, 0.88);
}

.theme-kenya-strike .responsible-note {
  border-top-color: rgba(255, 203, 5, 0.24);
}

.theme-kenya-strike .site-footer {
  margin-top: 34px;
  color: rgba(246, 248, 240, 0.76);
  background:
    linear-gradient(90deg, rgba(227, 29, 47, 0.18), rgba(8, 167, 79, 0.14)),
    var(--ke-night);
  border-top: 2px solid rgba(255, 203, 5, 0.3);
}

@media (max-width: 1180px) {
  .theme-kenya-strike .site-header__inner {
    grid-template-columns: minmax(170px, 0.72fr) minmax(240px, 1fr);
  }

  .theme-kenya-strike .district-nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .theme-kenya-strike .district-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .theme-kenya-strike .hero-district {
    min-height: auto;
  }

  .theme-kenya-strike .hero-district .container {
    grid-template-columns: 1fr;
  }

  .theme-kenya-strike .ke-hero-visual {
    grid-column: 1;
    grid-row: auto;
    min-height: 280px;
  }

  .theme-kenya-strike .layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .theme-kenya-strike .sidebar-panel,
  .theme-kenya-strike .sidebar-panel + .sidebar-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .theme-kenya-strike .site-header__inner,
  .theme-kenya-strike .site-footer__inner,
  .theme-kenya-strike .container {
    width: min(100% - 22px, 1220px);
  }

  .theme-kenya-strike .site-header__inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .theme-kenya-strike .district-nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .theme-kenya-strike .district-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .theme-kenya-strike .site-search {
    grid-template-columns: 1fr;
  }

  .theme-kenya-strike .site-search button {
    width: 100%;
  }

  .theme-kenya-strike .hero-district {
    padding: 42px 0 34px;
  }

  .theme-kenya-strike .hero-district h1 {
    font-size: clamp(3rem, 17vw, 5rem);
  }

  .theme-kenya-strike .hero-actions .button {
    width: 100%;
  }

  .theme-kenya-strike .district-grid {
    grid-template-columns: 1fr;
  }

  .theme-kenya-strike .district-card {
    min-height: 166px;
  }

  .theme-kenya-strike .post-card {
    padding: 82px 16px 18px;
  }

  .theme-kenya-strike .post-card::before {
    left: 16px;
    top: 18px;
  }

  .theme-kenya-strike .article-shell,
  .theme-kenya-strike .sidebar-panel,
  .theme-kenya-strike .cta-box,
  .theme-kenya-strike .faq-item,
  .theme-kenya-strike .author-card {
    padding: 16px;
  }
}

@media (max-width: 430px) {
  .theme-kenya-strike .brand-mark {
    font-size: 1.3rem;
  }

  .theme-kenya-strike .hero-district h1,
  .theme-kenya-strike .article-shell h1 {
    overflow-wrap: break-word;
    word-break: normal;
  }

  .theme-kenya-strike .ke-hero-visual {
    min-height: 240px;
  }

  .theme-kenya-strike .ke-signal-card {
    left: 16px;
    top: 16px;
    width: min(74%, 210px);
    padding: 14px;
  }

  .theme-kenya-strike .ke-match-chip {
    right: 16px;
    bottom: 20px;
  }

  .theme-kenya-strike .ke-match-chip--alt {
    left: 16px;
    bottom: 58px;
  }
}

/* Nigeria Betting Hub: The Jackpot District */
.theme-jackpot {
  --casino-black: #090909;
  --casino-charcoal: #171717;
  --casino-red: #e11d48;
  --casino-orange: #ff6b00;
  --casino-gold: #ffd54a;
  --casino-purple: #6c3dff;
  --casino-white: #ffffff;
  --casino-smoke: #c7cad6;
  --casino-line: rgba(255, 213, 74, 0.22);
  color: var(--casino-white);
  background:
    radial-gradient(circle at 12% 8%, rgba(225, 29, 72, 0.22), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(108, 61, 255, 0.24), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #111 50%, #090909 100%);
  font-family: Inter, Arial, sans-serif;
}

.theme-jackpot a {
  color: var(--casino-gold);
}

.theme-jackpot .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(9, 9, 9, 0.92);
  border-bottom: 1px solid rgba(255, 213, 74, 0.42);
  box-shadow: 0 0 28px rgba(225, 29, 72, 0.22), 0 0 42px rgba(108, 61, 255, 0.16);
  backdrop-filter: blur(18px);
}

.theme-jackpot .brand-mark {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  text-transform: uppercase;
  color: var(--casino-white);
  text-shadow: 0 0 12px rgba(255, 213, 74, 0.7), 0 0 24px rgba(255, 107, 0, 0.5);
}

.theme-jackpot .district-nav a {
  min-height: 38px;
  color: var(--casino-white);
  background: linear-gradient(180deg, rgba(255, 213, 74, 0.12), rgba(225, 29, 72, 0.14));
  border: 1px solid rgba(255, 213, 74, 0.3);
  border-radius: 6px;
  box-shadow: inset 0 0 14px rgba(255, 213, 74, 0.08);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
}

.theme-jackpot .district-nav a:hover {
  color: var(--casino-black);
  background: var(--casino-gold);
  border-color: var(--casino-gold);
  box-shadow: 0 0 22px rgba(255, 213, 74, 0.52);
}

.theme-jackpot .site-search {
  min-width: min(100%, 320px);
  padding: 4px;
  border: 1px solid rgba(255, 213, 74, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 18px rgba(108, 61, 255, 0.15);
}

.theme-jackpot .site-search input {
  min-width: 0;
  width: 100%;
  color: var(--casino-white);
  background: transparent;
  border-radius: 999px;
  outline: none;
}

.theme-jackpot .site-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.theme-jackpot .site-search button,
.theme-jackpot .button,
.theme-jackpot .cta-box a {
  border-radius: 999px;
  color: var(--casino-black);
  background: linear-gradient(135deg, var(--casino-gold), var(--casino-orange));
  box-shadow: 0 0 18px rgba(255, 213, 74, 0.38), 0 8px 20px rgba(255, 107, 0, 0.24);
  text-transform: uppercase;
  letter-spacing: 0;
}

.theme-jackpot .hero-district {
  min-height: min(760px, calc(100vh - 84px));
  padding: clamp(54px, 7vw, 92px) 0 clamp(34px, 5vw, 62px);
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.98) 0%, rgba(9, 9, 9, 0.82) 44%, rgba(9, 9, 9, 0.5) 100%),
    radial-gradient(circle at 65% 30%, rgba(255, 107, 0, 0.42), transparent 22rem),
    radial-gradient(circle at 78% 12%, rgba(108, 61, 255, 0.34), transparent 24rem),
    linear-gradient(135deg, #090909 0%, #230711 50%, #100b23 100%);
}

.theme-jackpot .hero-district::before,
.theme-jackpot .hero-district::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  pointer-events: none;
}

.theme-jackpot .hero-district::before {
  height: 48%;
  background:
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(255, 213, 74, 0.08) 78px 81px),
    linear-gradient(180deg, transparent, rgba(255, 213, 74, 0.12));
  transform: perspective(420px) rotateX(62deg);
  transform-origin: bottom;
}

.theme-jackpot .hero-district::after {
  height: 100%;
  background:
    radial-gradient(circle at 10% 24%, rgba(255, 213, 74, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 22% 72%, rgba(255, 107, 0, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 89% 26%, rgba(255, 213, 74, 0.82) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 70%, rgba(225, 29, 72, 0.82) 0 2px, transparent 3px);
  opacity: 0.68;
  animation: jackpot-float 7s ease-in-out infinite alternate;
}

.theme-jackpot .jackpot-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(24px, 6vw, 74px);
}

.theme-jackpot .hero-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 14px;
  color: var(--casino-gold);
  border: 1px solid rgba(255, 213, 74, 0.36);
  border-radius: 999px;
  background: rgba(255, 213, 74, 0.09);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-jackpot .hero-district h1 {
  margin: 0 0 18px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(3rem, 10vw, 8.8rem);
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 213, 74, 0.42), 0 0 42px rgba(225, 29, 72, 0.36);
}

.theme-jackpot .hero-district h1 span {
  display: block;
}

.theme-jackpot .hero-district p:not(.hero-eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.36rem);
}

.theme-jackpot .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.theme-jackpot .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 900;
  text-decoration: none;
}

.theme-jackpot .button-secondary {
  color: var(--casino-white);
  background: linear-gradient(135deg, rgba(108, 61, 255, 0.88), rgba(225, 29, 72, 0.86));
  box-shadow: 0 0 22px rgba(108, 61, 255, 0.34);
}

.theme-jackpot .casino-avenue {
  position: relative;
  min-height: clamp(320px, 45vw, 540px);
  border: 1px solid rgba(255, 213, 74, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(135deg, rgba(225, 29, 72, 0.2), rgba(108, 61, 255, 0.2));
  box-shadow: inset 0 0 42px rgba(255, 213, 74, 0.09), 0 32px 80px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.theme-jackpot .casino-avenue::before {
  content: "";
  position: absolute;
  inset: 12% 8% 0;
  background:
    linear-gradient(90deg, transparent 0 45%, rgba(255, 213, 74, 0.85) 45% 48%, transparent 48% 52%, rgba(255, 213, 74, 0.85) 52% 55%, transparent 55% 100%),
    linear-gradient(180deg, transparent, rgba(255, 107, 0, 0.16));
  transform: perspective(380px) rotateX(62deg);
  transform-origin: bottom;
}

.theme-jackpot .casino-avenue::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 213, 74, 0.7) 0 3px, transparent 4px),
    radial-gradient(circle at 72% 15%, rgba(225, 29, 72, 0.72) 0 4px, transparent 5px),
    radial-gradient(circle at 58% 60%, rgba(108, 61, 255, 0.78) 0 4px, transparent 5px);
  filter: blur(0.4px);
}

.theme-jackpot .jackpot-sign {
  position: absolute;
  left: 50%;
  top: 9%;
  z-index: 2;
  width: min(72%, 290px);
  padding: 16px;
  color: var(--casino-gold);
  text-align: center;
  border: 2px solid rgba(255, 213, 74, 0.8);
  border-radius: 8px;
  background: rgba(9, 9, 9, 0.84);
  box-shadow: 0 0 28px rgba(255, 213, 74, 0.46), inset 0 0 18px rgba(225, 29, 72, 0.36);
  transform: translateX(-50%);
  animation: neon-flicker 4.5s linear infinite;
}

.theme-jackpot .jackpot-sign span {
  display: block;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.35rem, 4vw, 2.1rem);
  color: var(--casino-white);
}

.theme-jackpot .jackpot-sign strong {
  display: block;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(3.8rem, 10vw, 6.6rem);
  line-height: 0.9;
}

.theme-jackpot .neon-tower {
  position: absolute;
  bottom: 14%;
  width: 24%;
  min-width: 72px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.06);
}

.theme-jackpot .tower-red {
  left: 7%;
  height: 48%;
  border: 1px solid rgba(225, 29, 72, 0.5);
  box-shadow: 0 0 26px rgba(225, 29, 72, 0.38);
}

.theme-jackpot .tower-purple {
  right: 8%;
  height: 56%;
  border: 1px solid rgba(108, 61, 255, 0.55);
  box-shadow: 0 0 28px rgba(108, 61, 255, 0.42);
}

.theme-jackpot .tower-gold {
  left: 35%;
  bottom: 9%;
  height: 36%;
  border: 1px solid rgba(255, 213, 74, 0.58);
  box-shadow: 0 0 26px rgba(255, 213, 74, 0.34);
}

.theme-jackpot .casino-road {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -8%;
  height: 38%;
  background: linear-gradient(180deg, rgba(255, 213, 74, 0.12), rgba(0, 0, 0, 0.75));
  clip-path: polygon(34% 0, 66% 0, 100% 100%, 0 100%);
}

.theme-jackpot .chip {
  position: absolute;
  z-index: 3;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--casino-black) 0 28%, transparent 29%),
    conic-gradient(var(--casino-gold) 0 15%, var(--casino-red) 15% 30%, var(--casino-gold) 30% 45%, var(--casino-purple) 45% 60%, var(--casino-gold) 60% 75%, var(--casino-orange) 75% 90%, var(--casino-gold) 90% 100%);
  box-shadow: 0 0 24px rgba(255, 213, 74, 0.46);
  animation: chip-spin 9s linear infinite;
}

.theme-jackpot .chip-one {
  top: 22%;
  left: 10%;
}

.theme-jackpot .chip-two {
  right: 14%;
  top: 42%;
  width: 42px;
  animation-duration: 7s;
}

.theme-jackpot .chip-three {
  left: 42%;
  bottom: 12%;
  width: 38px;
  animation-duration: 11s;
}

.theme-jackpot .district-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(30px, 5vw, 56px) 0 18px;
}

.theme-jackpot .district-card {
  position: relative;
  min-height: 210px;
  padding: 20px;
  color: var(--casino-white);
  border: 1px solid var(--casino-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(135deg, #171717, #0b0b0b);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.38), inset 0 0 24px rgba(255, 213, 74, 0.06);
  overflow: hidden;
  text-decoration: none;
}

.theme-jackpot .district-card::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 62px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(9, 9, 9, 0.9) 0 28%, transparent 29%),
    conic-gradient(var(--casino-gold), var(--casino-red), var(--casino-purple), var(--casino-orange), var(--casino-gold));
  opacity: 0.86;
}

.theme-jackpot .district-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: var(--casino-gold);
  box-shadow: 0 0 18px rgba(255, 213, 74, 0.62);
}

.theme-jackpot .district-card--slot-avenue {
  background: linear-gradient(135deg, rgba(225, 29, 72, 0.42), rgba(9, 9, 9, 0.94)), #171717;
}

.theme-jackpot .district-card--live-casino-plaza {
  background: linear-gradient(135deg, rgba(108, 61, 255, 0.48), rgba(9, 9, 9, 0.94)), #171717;
}

.theme-jackpot .district-card--bonus-boulevard {
  background: linear-gradient(135deg, rgba(255, 213, 74, 0.38), rgba(9, 9, 9, 0.94)), #171717;
}

.theme-jackpot .district-card--fast-win-street {
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.46), rgba(9, 9, 9, 0.94)), #171717;
}

.theme-jackpot .district-card--mobile-zone {
  background: linear-gradient(135deg, rgba(73, 166, 255, 0.34), rgba(9, 9, 9, 0.94)), #171717;
}

.theme-jackpot .district-card--review-district {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(225, 29, 72, 0.22), rgba(9, 9, 9, 0.94)), #171717;
}

.theme-jackpot .district-card h2,
.theme-jackpot .post-list > h2,
.theme-jackpot .article-shell h1,
.theme-jackpot .article-content h2,
.theme-jackpot .article-content h3,
.theme-jackpot .sidebar-panel h2,
.theme-jackpot .faq-item h3 {
  font-family: "Bebas Neue", Anton, Impact, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.theme-jackpot .district-card h2 {
  position: relative;
  z-index: 1;
  max-width: 70%;
  color: var(--casino-white);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.92;
  text-shadow: 0 0 16px rgba(255, 213, 74, 0.38);
}

.theme-jackpot .district-card p {
  position: relative;
  z-index: 1;
  max-width: 82%;
  color: rgba(255, 255, 255, 0.78);
}

.theme-jackpot .district-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.46), 0 0 26px rgba(255, 213, 74, 0.18);
}

.theme-jackpot .jackpot-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 38px;
}

.theme-jackpot .jackpot-feature-strip div {
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(255, 213, 74, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 213, 74, 0.14), transparent),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 22px rgba(255, 213, 74, 0.06);
}

.theme-jackpot .jackpot-feature-strip strong {
  display: block;
  font-family: Anton, Impact, sans-serif;
  color: var(--casino-gold);
  text-transform: uppercase;
}

.theme-jackpot .jackpot-feature-strip span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.theme-jackpot .post-list {
  gap: 18px;
}

.theme-jackpot .post-list > h2 {
  margin: 0;
  color: var(--casino-gold);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.95;
}

.theme-jackpot .post-card,
.theme-jackpot .article-shell,
.theme-jackpot .sidebar-panel,
.theme-jackpot .cta-box,
.theme-jackpot .faq-item,
.theme-jackpot .author-card {
  color: var(--casino-white);
  border: 1px solid rgba(255, 213, 74, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    var(--casino-charcoal);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.36), inset 0 0 26px rgba(255, 213, 74, 0.05);
}

.theme-jackpot .post-card {
  position: relative;
  min-height: 156px;
  padding: 20px 20px 20px 96px;
  overflow: hidden;
}

.theme-jackpot .post-card__sign {
  position: absolute;
  left: 20px;
  top: 24px;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px dotted rgba(255, 213, 74, 0.82);
  box-shadow: 0 0 22px rgba(255, 213, 74, 0.32);
}

.theme-jackpot .post-card__sign::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: var(--casino-red);
}

.theme-jackpot .post-card h2 {
  margin-top: 0;
  font-family: Anton, Impact, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.theme-jackpot .post-card h2 a {
  color: var(--casino-white);
  text-shadow: 0 0 14px rgba(255, 213, 74, 0.28);
}

.theme-jackpot .post-card p,
.theme-jackpot .article-meta,
.theme-jackpot .breadcrumbs,
.theme-jackpot .responsible-note,
.theme-jackpot .article-content,
.theme-jackpot .faq-item p,
.theme-jackpot .author-card p {
  color: rgba(255, 255, 255, 0.76);
}

.theme-jackpot .layout {
  padding: 34px 0;
}

.theme-jackpot .article-shell {
  position: relative;
  overflow: hidden;
}

.theme-jackpot .article-shell::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12px;
  background: linear-gradient(90deg, var(--casino-red), var(--casino-orange), var(--casino-gold), var(--casino-purple));
  box-shadow: 0 0 22px rgba(255, 213, 74, 0.42);
}

.theme-jackpot .article-shell h1 {
  color: var(--casino-white);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  text-shadow: 0 0 18px rgba(255, 213, 74, 0.28);
}

.theme-jackpot .article-content h2 {
  color: var(--casino-gold);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.theme-jackpot .article-content h3 {
  color: var(--casino-white);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.theme-jackpot .article-content table {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.theme-jackpot .article-content th,
.theme-jackpot .article-content td {
  border-color: rgba(255, 213, 74, 0.18);
}

.theme-jackpot .article-content th {
  color: var(--casino-black);
  background: var(--casino-gold);
}

.theme-jackpot .cta-box {
  border-left: 0;
  border-top: 1px solid rgba(255, 213, 74, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 213, 74, 0.16), rgba(225, 29, 72, 0.12)),
    var(--casino-charcoal);
}

.theme-jackpot .faq-list {
  margin-top: 16px;
}

.theme-jackpot .faq-item {
  border-color: rgba(108, 61, 255, 0.3);
}

.theme-jackpot .sidebar-panel {
  position: relative;
}

.theme-jackpot .sidebar-panel::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(var(--casino-gold), var(--casino-red), var(--casino-purple), var(--casino-gold));
  opacity: 0.8;
}

.theme-jackpot .site-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(90deg, rgba(225, 29, 72, 0.18), rgba(108, 61, 255, 0.16)),
    #050505;
  border-top: 1px solid rgba(255, 213, 74, 0.24);
}

/* Congo Current market */
.theme-congo-current {
  --cd-forest: #08251d;
  --cd-canopy: #123c31;
  --cd-river: #0c8a95;
  --cd-river-soft: #58d3cc;
  --cd-sun: #f2c85b;
  --cd-copper: #c96f35;
  --cd-paper: #f7f2df;
  --cd-ink: #12211d;
  --cd-muted: #5e6b63;
  --cd-line: rgba(18, 33, 29, 0.16);
  --cd-shadow: 0 24px 70px rgba(5, 29, 22, 0.22);
  color: var(--cd-ink);
  background:
    linear-gradient(90deg, rgba(8, 37, 29, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #fff9e8, #edf8f2 46%, #f7f2df);
  background-size: 34px 34px, auto;
}

.theme-congo-current a {
  color: #08757d;
}

.theme-congo-current .site-header {
  background:
    linear-gradient(90deg, rgba(242, 200, 91, 0.14), transparent 38%),
    var(--cd-forest);
  border-bottom: 0;
}

.theme-congo-current .site-header__inner {
  align-items: center;
  padding: 16px 0;
}

.theme-congo-current .brand-mark {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-left: 54px;
  color: var(--cd-paper);
  font-family: "Space Grotesk", Arial, sans-serif;
}

.theme-congo-current .brand-mark::before {
  content: "";
  position: absolute;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(242, 200, 91, 0.82);
  background:
    linear-gradient(135deg, var(--cd-river) 0 46%, transparent 47%),
    linear-gradient(45deg, var(--cd-copper) 0 50%, var(--cd-canopy) 51%);
  transform: rotate(45deg);
}

.theme-congo-current .district-nav {
  gap: 8px;
}

.theme-congo-current .district-nav a {
  min-height: 36px;
  color: var(--cd-paper);
  border-color: rgba(247, 242, 223, 0.22);
  border-radius: 999px;
  background: rgba(247, 242, 223, 0.06);
}

.theme-congo-current .district-nav a:hover {
  border-color: var(--cd-sun);
  background: rgba(242, 200, 91, 0.12);
}

.theme-congo-current .site-search {
  padding: 4px;
  border: 1px solid rgba(247, 242, 223, 0.18);
  border-radius: 999px;
  background: rgba(247, 242, 223, 0.08);
}

.theme-congo-current .site-search input {
  border-radius: 999px;
  background: rgba(247, 242, 223, 0.96);
}

.theme-congo-current .site-search button,
.theme-congo-current .button,
.theme-congo-current .cta-box a {
  border-radius: 999px;
  background: var(--cd-sun);
  color: var(--cd-forest);
  box-shadow: 0 10px 26px rgba(201, 111, 53, 0.22);
}

.theme-congo-current .hero-district {
  min-height: 560px;
  padding: clamp(34px, 7vw, 76px) 0 clamp(30px, 5vw, 54px);
  color: var(--cd-paper);
  background:
    linear-gradient(135deg, rgba(8, 37, 29, 0.96), rgba(18, 60, 49, 0.88)),
    var(--cd-forest);
}

.theme-congo-current .hero-district::before {
  content: "";
  position: absolute;
  inset: auto -8% -34% -8%;
  height: 58%;
  background:
    radial-gradient(ellipse at 24% 44%, rgba(88, 211, 204, 0.28), transparent 36%),
    linear-gradient(110deg, transparent 0 8%, rgba(88, 211, 204, 0.28) 9% 16%, transparent 17% 25%, rgba(242, 200, 91, 0.18) 26% 29%, transparent 30%);
  transform: rotate(-3deg);
}

.theme-congo-current .congo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.theme-congo-current .congo-copy h1 {
  display: grid;
  gap: 4px;
  margin: 0 0 16px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(2.7rem, 8vw, 6.4rem);
  line-height: 0.9;
}

.theme-congo-current .congo-copy h1 span:last-child {
  color: var(--cd-sun);
}

.theme-congo-current .congo-copy p {
  max-width: 650px;
  color: rgba(247, 242, 223, 0.82);
}

.theme-congo-current .hero-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(242, 200, 91, 0.42);
  border-radius: 999px;
  color: var(--cd-sun);
  background: rgba(247, 242, 223, 0.07);
  font-weight: 800;
  text-transform: uppercase;
}

.theme-congo-current .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.theme-congo-current .button-secondary {
  background: rgba(247, 242, 223, 0.12);
  color: var(--cd-paper);
  border: 1px solid rgba(247, 242, 223, 0.24);
}

.theme-congo-current .congo-signal-map {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(247, 242, 223, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(247, 242, 223, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 242, 223, 0.1), rgba(247, 242, 223, 0.03));
  background-size: 36px 36px, auto;
  box-shadow: inset 0 0 46px rgba(88, 211, 204, 0.1), var(--cd-shadow);
  overflow: hidden;
}

.theme-congo-current .congo-river {
  position: absolute;
  left: -16%;
  right: -14%;
  top: 40%;
  height: 108px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(88, 211, 204, 0.18), transparent),
    var(--cd-river);
  transform: rotate(-22deg);
  box-shadow: 0 0 36px rgba(88, 211, 204, 0.32);
}

.theme-congo-current .congo-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 74px;
  aspect-ratio: 1;
  border: 2px solid var(--cd-sun);
  border-radius: 8px;
  color: var(--cd-forest);
  background: var(--cd-paper);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.theme-congo-current .node-kin {
  left: 13%;
  top: 18%;
}

.theme-congo-current .node-app {
  right: 18%;
  top: 14%;
}

.theme-congo-current .node-live {
  left: 24%;
  bottom: 16%;
}

.theme-congo-current .node-casino {
  right: 12%;
  bottom: 20%;
  width: 96px;
}

.theme-congo-current .congo-tower {
  position: absolute;
  left: 50%;
  bottom: 13%;
  width: 36px;
  height: 190px;
  background:
    linear-gradient(90deg, transparent 0 34%, var(--cd-sun) 35% 43%, transparent 44% 56%, var(--cd-sun) 57% 65%, transparent 66%),
    linear-gradient(180deg, transparent, rgba(247, 242, 223, 0.28));
  transform: translateX(-50%);
}

.theme-congo-current .congo-tower::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28px;
  width: 88px;
  height: 88px;
  border: 2px solid rgba(242, 200, 91, 0.7);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 22px rgba(242, 200, 91, 0.08), 0 0 36px rgba(242, 200, 91, 0.24);
}

.theme-congo-current .congo-ticket {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(247, 242, 223, 0.26);
  color: var(--cd-paper);
  background: rgba(8, 37, 29, 0.72);
  font-weight: 900;
}

.theme-congo-current .district-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: clamp(24px, 4vw, 42px) 0 18px;
}

.theme-congo-current .district-card {
  position: relative;
  min-height: 190px;
  grid-column: span 2;
  padding: 18px;
  color: var(--cd-paper);
  border: 1px solid rgba(8, 37, 29, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 242, 223, 0.09), transparent 46%),
    var(--cd-canopy);
  box-shadow: var(--cd-shadow);
  overflow: hidden;
}

.theme-congo-current .district-card:nth-child(1),
.theme-congo-current .district-card:nth-child(2) {
  grid-column: span 3;
}

.theme-congo-current .district-card::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -48px;
  width: 150px;
  aspect-ratio: 1;
  border: 18px solid rgba(242, 200, 91, 0.16);
  border-radius: 50%;
}

.theme-congo-current .district-card--sports,
.theme-congo-current .district-card--results {
  background:
    linear-gradient(135deg, rgba(12, 138, 149, 0.46), rgba(18, 60, 49, 0.92)),
    var(--cd-canopy);
}

.theme-congo-current .district-card--casino {
  background:
    linear-gradient(135deg, rgba(201, 111, 53, 0.42), rgba(18, 60, 49, 0.92)),
    var(--cd-canopy);
}

.theme-congo-current .district-card--promo {
  background:
    linear-gradient(135deg, rgba(242, 200, 91, 0.34), rgba(18, 60, 49, 0.92)),
    var(--cd-canopy);
}

.theme-congo-current .district-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: var(--cd-sun);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1;
}

.theme-congo-current .district-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(247, 242, 223, 0.78);
}

.theme-congo-current .district-card:hover {
  transform: translateY(-4px);
  text-decoration: none;
}

.theme-congo-current .congo-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 34px;
}

.theme-congo-current .congo-feature-strip div {
  min-height: 118px;
  padding: 16px;
  border: 1px solid var(--cd-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.5)),
    var(--cd-paper);
  box-shadow: 0 14px 34px rgba(8, 37, 29, 0.09);
}

.theme-congo-current .congo-feature-strip strong {
  display: block;
  color: var(--cd-forest);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.1rem;
}

.theme-congo-current .congo-feature-strip span {
  display: block;
  margin-top: 8px;
  color: var(--cd-muted);
}

.theme-congo-current .post-list {
  gap: 16px;
}

.theme-congo-current .post-list > h2 {
  color: var(--cd-forest);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.theme-congo-current .post-card,
.theme-congo-current .article-shell,
.theme-congo-current .sidebar-panel,
.theme-congo-current .cta-box,
.theme-congo-current .faq-item,
.theme-congo-current .author-card {
  border: 1px solid var(--cd-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.64)),
    var(--cd-paper);
  box-shadow: 0 18px 42px rgba(8, 37, 29, 0.1);
}

.theme-congo-current .post-card {
  position: relative;
  min-height: 150px;
  padding: 20px 20px 20px 88px;
}

.theme-congo-current .post-card__sign {
  position: absolute;
  left: 20px;
  top: 24px;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--cd-river) 0 48%, transparent 49%),
    var(--cd-sun);
  box-shadow: 8px 8px 0 rgba(201, 111, 53, 0.24);
}

.theme-congo-current .post-card h2 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Arial, sans-serif;
  line-height: 1.12;
}

.theme-congo-current .post-card h2 a {
  color: var(--cd-forest);
}

.theme-congo-current .article-meta,
.theme-congo-current .breadcrumbs,
.theme-congo-current .responsible-note,
.theme-congo-current .post-card p,
.theme-congo-current .faq-item p,
.theme-congo-current .author-card p {
  color: var(--cd-muted);
}

.theme-congo-current .layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 22px;
  padding: 34px 0;
}

.theme-congo-current .article-shell {
  position: relative;
  overflow: hidden;
}

.theme-congo-current .article-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 12px;
  background: linear-gradient(90deg, var(--cd-river), var(--cd-sun), var(--cd-copper), var(--cd-canopy));
}

.theme-congo-current .article-shell h1 {
  color: var(--cd-forest);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(2.15rem, 5vw, 4.55rem);
  line-height: 0.98;
}

.theme-congo-current .article-content {
  color: var(--cd-ink);
}

.theme-congo-current .reviewhub-keyword-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  min-height: 124px;
  margin: 18px 0 24px;
  border: 1px solid var(--cd-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(88, 211, 204, 0.2), rgba(242, 200, 91, 0.22));
  box-shadow: 10px 10px 0 rgba(8, 37, 29, 0.08);
}

.theme-congo-current .reviewhub-keyword-visual img {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 18px;
}

.theme-congo-current .article-content h2,
.theme-congo-current .article-content h3,
.theme-congo-current .sidebar-panel h2,
.theme-congo-current .faq-list > h2,
.theme-congo-current .faq-item h3,
.theme-congo-current .author-card h2,
.theme-congo-current .related-links h2 {
  color: var(--cd-forest);
  font-family: "Space Grotesk", Arial, sans-serif;
  line-height: 1.12;
}

.theme-congo-current .article-content h2 {
  margin-top: 30px;
  padding-left: 14px;
  border-left: 6px solid var(--cd-river);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.theme-congo-current .article-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
}

.theme-congo-current .article-content th,
.theme-congo-current .article-content td {
  border-color: var(--cd-line);
}

.theme-congo-current .article-content th {
  color: var(--cd-forest);
  background: rgba(88, 211, 204, 0.22);
}

.theme-congo-current .cta-box {
  border-left: 0;
  border-top: 4px solid var(--cd-sun);
  background:
    linear-gradient(135deg, rgba(88, 211, 204, 0.18), rgba(242, 200, 91, 0.18)),
    rgba(255, 255, 255, 0.78);
}

.theme-congo-current .sidebar-panel {
  position: relative;
  overflow: hidden;
}

.theme-congo-current .sidebar-panel::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 82px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(88, 211, 204, 0.22);
}

.theme-congo-current .site-footer {
  color: rgba(247, 242, 223, 0.82);
  background:
    linear-gradient(90deg, rgba(12, 138, 149, 0.18), rgba(201, 111, 53, 0.18)),
    var(--cd-forest);
  border-top: 1px solid rgba(242, 200, 91, 0.24);
}

.theme-brazino-hub {
  --bz-ink: #082016;
  --bz-ink-soft: #123528;
  --bz-green: #087640;
  --bz-lime: #34b56a;
  --bz-yellow: #f6d84a;
  --bz-blue: #1c8fd1;
  --bz-coral: #f06b4f;
  --bz-paper: #fff9e6;
  --bz-card: #ffffff;
  --bz-muted: #4f655d;
  --bz-line: rgba(8, 32, 22, 0.16);
  --bz-shadow: 0 24px 64px rgba(8, 32, 22, 0.18);
  color: var(--bz-ink);
  background:
    linear-gradient(90deg, rgba(8, 118, 64, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(246, 216, 74, 0.18), rgba(28, 143, 209, 0.08) 42%, rgba(255, 249, 230, 0.94)),
    var(--bz-paper);
  background-size: 42px 42px, auto, auto;
  font-family: Inter, Arial, sans-serif;
}

.theme-brazino-hub .site-header {
  background:
    linear-gradient(90deg, rgba(246, 216, 74, 0.18), rgba(28, 143, 209, 0.16)),
    var(--bz-ink);
  border-bottom: 5px solid var(--bz-yellow);
}

.theme-brazino-hub .brand-mark {
  position: relative;
  padding-left: 46px;
  color: #ffffff;
  font-family: "Space Grotesk", Inter, sans-serif;
}

.theme-brazino-hub .brand-mark::before {
  content: "B7";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--bz-ink);
  background: var(--bz-yellow);
  border: 3px solid #ffffff;
  transform: translateY(-50%) rotate(-6deg);
}

.theme-brazino-hub .district-nav a {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.theme-brazino-hub .district-nav a:hover,
.theme-brazino-hub .district-nav a:focus-visible {
  color: var(--bz-ink);
  background: var(--bz-yellow);
  border-color: var(--bz-yellow);
}

.theme-brazino-hub .site-search {
  background: #ffffff;
  border: 2px solid var(--bz-yellow);
  box-shadow: none;
}

.theme-brazino-hub .site-search input {
  color: var(--bz-ink);
}

.theme-brazino-hub .site-search button {
  color: var(--bz-ink);
  background: var(--bz-yellow);
}

.theme-brazino-hub .hero-district {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 20%, rgba(246, 216, 74, 0.3), transparent 26%),
    linear-gradient(145deg, #06130d 0%, #0a4d2c 52%, #092018 100%);
}

.theme-brazino-hub .hero-district::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(255, 255, 255, 0.08) 16% 17%, transparent 17% 35%, rgba(255, 255, 255, 0.08) 35% 36%, transparent 36%),
    linear-gradient(0deg, rgba(246, 216, 74, 0.22), transparent 34%);
  pointer-events: none;
}

.theme-brazino-hub .brazino-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 48px;
  align-items: center;
}

.theme-brazino-hub .brazino-copy {
  max-width: 760px;
}

.theme-brazino-hub .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: var(--bz-ink);
  background: var(--bz-yellow);
  border: 2px solid #ffffff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-brazino-hub .brazino-copy h1 {
  margin: 22px 0 18px;
  font-family: Anton, Impact, sans-serif;
  font-size: 5.2rem;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.theme-brazino-hub .brazino-copy h1 span {
  display: block;
}

.theme-brazino-hub .brazino-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
}

.theme-brazino-hub .hero-actions {
  margin-top: 28px;
}

.theme-brazino-hub .button {
  border-radius: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
}

.theme-brazino-hub .button-primary {
  color: var(--bz-ink);
  background: var(--bz-yellow);
  border-color: var(--bz-yellow);
}

.theme-brazino-hub .button-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
}

.theme-brazino-hub .brazino-board {
  position: relative;
  min-height: 440px;
  padding: 32px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    #07160d;
  border: 4px solid var(--bz-yellow);
  box-shadow: var(--bz-shadow);
}

.theme-brazino-hub .brazino-board::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  pointer-events: none;
}

.theme-brazino-hub .brazino-board__title {
  position: absolute;
  right: 26px;
  top: 22px;
  color: var(--bz-yellow);
  font-family: Anton, Impact, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.theme-brazino-hub .brazino-board__lane {
  position: absolute;
  left: 36px;
  height: 12px;
  border-radius: 999px;
}

.theme-brazino-hub .lane-green {
  right: 120px;
  top: 132px;
  background: var(--bz-lime);
}

.theme-brazino-hub .lane-yellow {
  right: 56px;
  top: 214px;
  background: var(--bz-yellow);
}

.theme-brazino-hub .lane-blue {
  right: 174px;
  top: 296px;
  background: var(--bz-blue);
}

.theme-brazino-hub .brazino-board__card {
  position: absolute;
  min-width: 132px;
  padding: 14px 16px;
  color: var(--bz-ink);
  background: #ffffff;
  border: 3px solid var(--bz-ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 800;
  box-shadow: 8px 8px 0 rgba(246, 216, 74, 0.92);
}

.theme-brazino-hub .card-significado {
  left: 58px;
  top: 104px;
}

.theme-brazino-hub .card-cadastro {
  right: 72px;
  top: 186px;
}

.theme-brazino-hub .card-saque {
  left: 92px;
  bottom: 82px;
}

.theme-brazino-hub .brazino-board__seal {
  position: absolute;
  right: 42px;
  bottom: 40px;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: var(--bz-ink);
  background: var(--bz-yellow);
  border: 4px solid #ffffff;
  border-radius: 999px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 900;
}

.theme-brazino-hub .district-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}

.theme-brazino-hub .district-card {
  min-height: 190px;
  color: var(--bz-ink);
  background: var(--bz-card);
  border: 2px solid var(--bz-line);
  border-top: 8px solid var(--bz-green);
  border-radius: 0;
  box-shadow: 12px 12px 0 rgba(8, 118, 64, 0.12);
}

.theme-brazino-hub .district-card:nth-child(1),
.theme-brazino-hub .district-card:nth-child(2),
.theme-brazino-hub .district-card:nth-child(3) {
  grid-column: span 2;
}

.theme-brazino-hub .district-card:nth-child(n+4) {
  grid-column: span 3;
}

.theme-brazino-hub .district-card h2 {
  color: var(--bz-ink);
  font-family: "Space Grotesk", Inter, sans-serif;
}

.theme-brazino-hub .district-card p {
  color: var(--bz-muted);
}

.theme-brazino-hub .district-card--bonus,
.theme-brazino-hub .district-card--games {
  border-top-color: var(--bz-yellow);
}

.theme-brazino-hub .district-card--payments,
.theme-brazino-hub .district-card--withdrawal {
  border-top-color: var(--bz-blue);
}

.theme-brazino-hub .district-card--trust,
.theme-brazino-hub .district-card--typos {
  border-top-color: var(--bz-coral);
}

.theme-brazino-hub .brazino-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 32px;
}

.theme-brazino-hub .brazino-feature-strip div {
  padding: 18px;
  color: #ffffff;
  background: var(--bz-ink);
  border-bottom: 5px solid var(--bz-yellow);
}

.theme-brazino-hub .brazino-feature-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bz-yellow);
  font-family: "Space Grotesk", Inter, sans-serif;
}

.theme-brazino-hub .brazino-feature-strip span {
  color: rgba(255, 255, 255, 0.82);
}

.theme-brazino-hub .post-list h2,
.theme-brazino-hub .sidebar-panel h2,
.theme-brazino-hub .article-shell h1 {
  color: var(--bz-ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
}

.theme-brazino-hub .article-shell,
.theme-brazino-hub .sidebar-panel,
.theme-brazino-hub .post-card {
  color: var(--bz-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid var(--bz-line);
  border-radius: 0;
  box-shadow: var(--bz-shadow);
}

.theme-brazino-hub .article-meta {
  color: var(--bz-muted);
}

.theme-brazino-hub .cta-box {
  background:
    linear-gradient(90deg, rgba(246, 216, 74, 0.28), rgba(8, 118, 64, 0.12)),
    #ffffff;
  border: 2px solid var(--bz-yellow);
  border-radius: 0;
}

.theme-brazino-hub .reviewhub-exact-source {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--bz-ink);
  background: transparent;
  border: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.theme-brazino-hub .related-links a,
.theme-brazino-hub .post-list a {
  color: var(--bz-ink);
  border-color: var(--bz-line);
}

.theme-brazino-hub .site-footer {
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(90deg, rgba(246, 216, 74, 0.16), rgba(28, 143, 209, 0.14)),
    var(--bz-ink);
  border-top: 5px solid var(--bz-yellow);
}

.reviewhub-formatted-source {
  display: grid;
  gap: 16px;
}

.reviewhub-formatted-source p,
.reviewhub-formatted-source ul,
.reviewhub-formatted-source ol {
  margin: 0;
}

.reviewhub-publication {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.reviewhub-source-table {
  display: grid;
  gap: 10px;
  margin: 6px 0 10px;
}

.reviewhub-table-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.reviewhub-source-table table {
  min-width: min(100%, 520px);
}

.reviewhub-check-list,
.reviewhub-steps,
.reviewhub-loose-list,
.reviewhub-numbered-list,
.reviewhub-label-block ul,
.reviewhub-inline-list ul {
  display: grid;
  gap: 8px;
  padding-left: 1.25rem;
}

.reviewhub-steps--detailed > li {
  padding-left: 0.35rem;
}

.reviewhub-steps--detailed > li > p {
  margin: 0.45rem 0 0;
}

.reviewhub-source-faq {
  margin-top: 1.75rem;
}

.reviewhub-label-block {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
}

.reviewhub-label-block h3,
.reviewhub-inline-list p {
  margin: 0;
}

.reviewhub-inline-list {
  display: grid;
  gap: 8px;
}

.theme-helabet-protection {
  --hp-purple: #480f82;
  --hp-violet: #6c02d3;
  --hp-yellow: #fcca00;
  --hp-cyan: #36c6c4;
  --hp-red: #d8214b;
  --hp-ink: #171122;
  --hp-muted: #685d74;
  --hp-paper: #fffdf2;
  --hp-card: #ffffff;
  --hp-line: rgba(72, 15, 130, 0.16);
  --hp-shadow: 0 18px 46px rgba(72, 15, 130, 0.13);
  color: var(--hp-ink);
  background:
    linear-gradient(90deg, rgba(72, 15, 130, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(252, 202, 0, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, #fffdf2 0%, #f7f0ff 48%, #fff8da 100%);
  background-size: 42px 42px, 42px 42px, auto;
  overflow-x: hidden;
}

.theme-helabet-protection a {
  color: var(--hp-violet);
}

.theme-helabet-protection .site-header {
  background:
    linear-gradient(90deg, rgba(252, 202, 0, 0.26), transparent 44%),
    linear-gradient(135deg, rgba(54, 198, 196, 0.16), transparent 54%),
    var(--hp-purple);
  border-bottom: 5px solid var(--hp-yellow);
}

.theme-helabet-protection .site-header__inner {
  display: grid;
  grid-template-columns: minmax(190px, 0.64fr) minmax(380px, 1.56fr) minmax(220px, 0.68fr);
  gap: 14px;
}

.theme-helabet-protection .brand-mark {
  min-height: 42px;
  padding-left: 52px;
  color: #ffffff;
  font-family: "Space Grotesk", Inter, sans-serif;
}

.theme-helabet-protection .brand-mark::before {
  content: "H";
  position: absolute;
  left: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--hp-purple);
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: var(--hp-yellow);
  font-weight: 900;
  transform: rotate(-5deg);
}

.theme-helabet-protection .brand-mark--helabet {
  min-height: 46px;
  padding-left: 0;
}

.theme-helabet-protection .brand-mark--helabet::before {
  content: none;
}

.theme-helabet-protection .helabet-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 42px;
}

.theme-helabet-protection .helabet-brand-lockup__hela {
  display: block;
  width: 92px;
  height: 43px;
  background: center / contain no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAj8AAAEJCAYAAAB7Z0YaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE8GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDMgNzkuOTY5MGE4NywgMjAyNS8wMy8wNi0xOToxMjowMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjExIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjUtMTEtMjRUMTc6NDc6MzErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI1LTExLTI0VDE3OjQ4OjM5KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI1LTExLTI0VDE3OjQ4OjM5KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NTBlZjkzYS0xMmYyLTEyNGEtYmI5OC0zZmQ0NTJkMDM3YjciIHhtcE1NOkRvY3VtZW50SUQ9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");
}

.theme-helabet-protection .helabet-brand-lockup__bet {
  color: #ffffff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.14em;
  line-height: 1;
}

/*
 * Exact-source presentation for helabetapp.cd.
 * The source document makes H2/H3 regular, with bold reserved for its
 * explicitly formatted labels and table headings.  Tables are not striped:
 * a body row must never acquire an editorial accent colour.
 */
.theme-helabet-protection .reviewhub-formatted-source h2,
.theme-helabet-protection .reviewhub-formatted-source h3,
.theme-helabet-protection .reviewhub-source-table h2 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 400;
}

.theme-helabet-protection .reviewhub-source-table tbody tr,
.theme-helabet-protection .reviewhub-source-table tbody tr:nth-child(even),
.theme-helabet-protection .reviewhub-source-table tbody tr:nth-child(2),
.theme-helabet-protection .reviewhub-source-table tbody td {
  background: transparent !important;
}

.theme-helabet-protection .reviewhub-source-table thead th {
  font-weight: 700;
}

.theme-helabet-protection .district-nav {
  gap: 7px;
}

.theme-helabet-protection .district-nav a {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.theme-helabet-protection .district-nav a:hover,
.theme-helabet-protection .district-nav a:focus-visible {
  color: var(--hp-purple);
  border-color: var(--hp-yellow);
  background: var(--hp-yellow);
}

.theme-helabet-protection .site-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  padding: 3px;
  border: 1px solid rgba(252, 202, 0, 0.42);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
}

.theme-helabet-protection .site-search input {
  min-width: 0;
  width: 100%;
  border-radius: 2px 0 0 2px;
  background: #ffffff;
}

.theme-helabet-protection .site-search button,
.theme-helabet-protection .button,
.theme-helabet-protection .cta-box a {
  min-height: 38px;
  color: var(--hp-purple);
  border-radius: 2px;
  background: var(--hp-yellow);
  box-shadow: none;
  font-weight: 900;
}

.theme-helabet-protection .layout {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 310px);
  gap: 24px;
}

.theme-helabet-protection .article-shell,
.theme-helabet-protection .sidebar-panel,
.theme-helabet-protection .cta-box,
.theme-helabet-protection .faq-item,
.theme-helabet-protection .author-card,
.theme-helabet-protection .reviewhub-label-block {
  border: 1px solid var(--hp-line);
  border-radius: 4px;
  background: var(--hp-card);
  box-shadow: var(--hp-shadow);
}

.theme-helabet-protection .article-shell {
  position: relative;
  overflow: hidden;
  padding-top: clamp(26px, 4vw, 48px);
}

.theme-helabet-protection .article-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: linear-gradient(90deg, var(--hp-purple), var(--hp-violet), var(--hp-cyan), var(--hp-yellow));
}

.theme-helabet-protection .sidebar-panel::after {
  content: none;
}

.theme-helabet-protection .article-shell h1 {
  color: var(--hp-purple);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.9rem, 4.4vw, 3.95rem);
  line-height: 1.02;
  max-width: 920px;
}

.theme-helabet-protection .article-meta,
.theme-helabet-protection .breadcrumbs,
.theme-helabet-protection .responsible-note,
.theme-helabet-protection .post-card p,
.theme-helabet-protection .faq-item p,
.theme-helabet-protection .author-card p {
  color: var(--hp-muted);
}

.theme-helabet-protection .article-content h2,
.theme-helabet-protection .article-content h3,
.theme-helabet-protection .sidebar-panel h2,
.theme-helabet-protection .author-card h2,
.theme-helabet-protection .related-links h2 {
  color: var(--hp-purple);
  font-family: "Space Grotesk", Inter, sans-serif;
}

.theme-helabet-protection .article-content h2 {
  margin-top: 24px;
  padding: 12px 14px;
  border-left: 6px solid var(--hp-yellow);
  background:
    linear-gradient(90deg, rgba(108, 2, 211, 0.09), rgba(252, 202, 0, 0.08));
}

.theme-helabet-protection .article-content h3 {
  margin: 18px 0 6px;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.theme-helabet-protection .reviewhub-formatted-source {
  gap: 18px;
}

.theme-helabet-protection .reviewhub-formatted-source > p {
  max-width: 74ch;
}

.theme-helabet-protection .reviewhub-warning-heading {
  color: #ffffff;
  border-left-color: var(--hp-red);
  background:
    linear-gradient(90deg, rgba(216, 33, 75, 0.94), rgba(72, 15, 130, 0.92));
}

.theme-helabet-protection .reviewhub-publication {
  color: var(--hp-purple);
  border-color: rgba(72, 15, 130, 0.22);
  background: rgba(252, 202, 0, 0.22);
}

.theme-helabet-protection .reviewhub-warning-copy {
  margin: 1.5rem 0;
  color: #9f1736;
  font-weight: 700;
}

.theme-helabet-protection .article-content table {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(72, 15, 130, 0.08);
}

.theme-helabet-protection .article-content th,
.theme-helabet-protection .article-content td {
  border-color: var(--hp-line);
}

.theme-helabet-protection .article-content th {
  color: var(--hp-purple);
  background: rgba(252, 202, 0, 0.34);
}

.theme-helabet-protection .reviewhub-source-table {
  padding: 14px;
  border: 1px solid var(--hp-line);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 241, 255, 0.7));
}

.theme-helabet-protection .reviewhub-source-table h2 {
  margin: 0 0 4px;
}

.theme-helabet-protection .reviewhub-check-list,
.theme-helabet-protection .reviewhub-numbered-list,
.theme-helabet-protection .reviewhub-steps,
.theme-helabet-protection .reviewhub-loose-list,
.theme-helabet-protection .reviewhub-label-block ul,
.theme-helabet-protection .reviewhub-inline-list ul {
  padding: 14px 16px 14px 34px;
  border: 1px solid var(--hp-line);
  border-radius: 6px;
  background: #ffffff;
}

.theme-helabet-protection .reviewhub-check-list li,
.theme-helabet-protection .reviewhub-numbered-list li,
.theme-helabet-protection .reviewhub-steps li,
.theme-helabet-protection .reviewhub-loose-list li,
.theme-helabet-protection .reviewhub-label-block li,
.theme-helabet-protection .reviewhub-inline-list li {
  padding-left: 4px;
}

.theme-helabet-protection .reviewhub-steps {
  list-style: none;
  padding-left: 16px;
}

.theme-helabet-protection .reviewhub-steps li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.theme-helabet-protection .reviewhub-steps li::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 0.55em;
  border-radius: 2px;
  background: var(--hp-yellow);
  box-shadow: 0 0 0 3px rgba(108, 2, 211, 0.12);
}

.theme-helabet-protection .reviewhub-steps li::marker {
  color: var(--hp-violet);
  font-weight: 900;
}

.theme-helabet-protection .reviewhub-numbered-list li::marker,
.theme-helabet-protection .reviewhub-check-list li::marker {
  color: var(--hp-violet);
  font-weight: 900;
}

.theme-helabet-protection .reviewhub-label-block {
  background:
    linear-gradient(90deg, rgba(252, 202, 0, 0.16), transparent 34%),
    #ffffff;
}

.theme-helabet-protection .reviewhub-label-block h3 {
  color: var(--hp-purple);
}

.theme-helabet-protection .cta-box {
  border-left: 0;
  border-top: 5px solid var(--hp-yellow);
  background:
    linear-gradient(135deg, rgba(252, 202, 0, 0.2), rgba(108, 2, 211, 0.08)),
    #ffffff;
}

.theme-helabet-protection .sidebar-panel {
  position: sticky;
  top: 18px;
}

.theme-helabet-protection .sidebar-panel + .sidebar-panel {
  top: 240px;
}

.theme-helabet-protection .sidebar-panel a,
.theme-helabet-protection .related-links a {
  font-weight: 800;
}

.theme-helabet-protection .site-footer {
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(90deg, rgba(252, 202, 0, 0.18), rgba(108, 2, 211, 0.1)),
    var(--hp-purple);
  border-top: 5px solid var(--hp-yellow);
}

@keyframes jackpot-float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-16px);
  }
}

@keyframes neon-flicker {
  0%, 18%, 22%, 26%, 100% {
    opacity: 1;
    filter: brightness(1.04);
  }
  20%, 24% {
    opacity: 0.72;
    filter: brightness(0.82);
  }
}

@keyframes chip-spin {
  from {
    transform: rotate(0deg) translateY(0);
  }
  to {
    transform: rotate(360deg) translateY(-8px);
  }
}

@media (max-width: 1080px) {
  .theme-brazino-hub .site-header__inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .theme-brazino-hub .district-nav {
    order: 3;
    width: 100%;
  }

  .theme-brazino-hub .brazino-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-congo-current .site-header__inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .theme-congo-current .district-nav {
    order: 3;
    width: 100%;
  }

  .theme-congo-current .congo-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-helabet-protection .site-header__inner {
    grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1fr);
    align-items: flex-start;
  }

  .theme-helabet-protection .district-nav {
    grid-column: 1 / -1;
  }

  .theme-jackpot .site-header__inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .theme-jackpot .district-nav {
    order: 3;
    width: 100%;
  }

  .theme-jackpot .jackpot-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .theme-brazino-hub .hero-district {
    min-height: auto;
  }

  .theme-brazino-hub .brazino-hero-grid,
  .theme-brazino-hub .brazino-feature-strip {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .district-grid {
    grid-template-columns: 1fr;
  }

  .theme-brazino-hub .district-card,
  .theme-brazino-hub .district-card:nth-child(1),
  .theme-brazino-hub .district-card:nth-child(2),
  .theme-brazino-hub .district-card:nth-child(3),
  .theme-brazino-hub .district-card:nth-child(n+4) {
    grid-column: auto;
  }

  .theme-brazino-hub .brazino-board {
    min-height: 360px;
  }

  .theme-brazino-hub .site-search {
    width: 100%;
  }

  .theme-brazino-hub .layout {
    grid-template-columns: 1fr;
  }

  .theme-congo-current .hero-district {
    min-height: auto;
  }

  .theme-congo-current .congo-hero-grid,
  .theme-congo-current .congo-feature-strip {
    grid-template-columns: 1fr;
  }

  .theme-congo-current .district-grid {
    grid-template-columns: 1fr;
  }

  .theme-congo-current .district-card,
  .theme-congo-current .district-card:nth-child(1),
  .theme-congo-current .district-card:nth-child(2) {
    grid-column: auto;
  }

  .theme-congo-current .congo-signal-map {
    min-height: 340px;
  }

  .theme-congo-current .site-search {
    width: 100%;
  }

  .theme-congo-current .layout {
    grid-template-columns: 1fr;
  }

  .theme-helabet-protection .layout {
    grid-template-columns: 1fr;
  }

  .theme-helabet-protection .sidebar-panel,
  .theme-helabet-protection .sidebar-panel + .sidebar-panel {
    position: static;
  }

  .theme-jackpot .hero-district {
    min-height: auto;
  }

  .theme-jackpot .jackpot-hero-grid,
  .theme-jackpot .district-grid,
  .theme-jackpot .jackpot-feature-strip {
    grid-template-columns: 1fr;
  }

  .theme-jackpot .casino-avenue {
    min-height: 320px;
  }

  .theme-jackpot .district-card {
    min-height: 178px;
  }

  .theme-jackpot .district-card h2,
  .theme-jackpot .district-card p {
    max-width: 86%;
  }

  .theme-jackpot .site-search {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .theme-brazino-hub .site-header__inner,
  .theme-brazino-hub .container,
  .theme-brazino-hub .site-footer__inner {
    width: min(100% - 22px, 1120px);
  }

  .theme-brazino-hub .district-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .theme-brazino-hub .site-search {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .theme-brazino-hub .site-search button {
    min-height: 42px;
  }

  .theme-brazino-hub .brazino-copy h1 {
    font-size: 3.4rem;
  }

  .theme-brazino-hub .hero-actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .theme-brazino-hub .brazino-board {
    min-height: 330px;
    padding: 22px;
  }

  .theme-brazino-hub .brazino-board__title {
    font-size: 3.7rem;
  }

  .theme-brazino-hub .brazino-board__card {
    min-width: 104px;
    padding: 10px 12px;
    font-size: 0.88rem;
  }

  .theme-brazino-hub .card-cadastro {
    right: 38px;
  }

  .theme-brazino-hub .card-saque {
    left: 44px;
  }

  .theme-brazino-hub .post-card {
    padding: 84px 16px 18px;
  }

  .theme-congo-current .site-header__inner,
  .theme-congo-current .container,
  .theme-congo-current .site-footer__inner {
    width: min(100% - 22px, 1120px);
  }

  .theme-congo-current .district-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .theme-congo-current .site-search {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .theme-congo-current .site-search button {
    min-height: 42px;
  }

  .theme-congo-current .hero-actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .theme-congo-current .congo-copy h1 {
    font-size: clamp(2.45rem, 16vw, 4rem);
  }

  .theme-congo-current .congo-node {
    width: 58px;
    font-size: 0.8rem;
  }

  .theme-congo-current .node-casino {
    width: 76px;
  }

  .theme-congo-current .post-card {
    padding: 84px 16px 18px;
  }

  .theme-helabet-protection .site-header__inner,
  .theme-helabet-protection .container,
  .theme-helabet-protection .site-footer__inner {
    width: min(100% - 22px, 1120px);
  }

  .theme-helabet-protection .site-header__inner {
    grid-template-columns: 1fr;
  }

  .theme-helabet-protection .district-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .theme-helabet-protection .site-search {
    grid-template-columns: 1fr;
  }

  .theme-helabet-protection .site-search input,
  .theme-helabet-protection .site-search button {
    width: 100%;
    border-radius: 2px;
  }

  .theme-helabet-protection .article-shell,
  .theme-helabet-protection .sidebar-panel,
  .theme-helabet-protection .cta-box,
  .theme-helabet-protection .faq-item,
  .theme-helabet-protection .author-card {
    padding: 16px;
  }

  .theme-helabet-protection .reviewhub-source-table {
    padding: 12px;
    overflow: hidden;
  }

  .theme-helabet-protection .article-content table,
  .theme-helabet-protection .article-content thead,
  .theme-helabet-protection .article-content tbody,
  .theme-helabet-protection .article-content tr,
  .theme-helabet-protection .article-content th,
  .theme-helabet-protection .article-content td {
    display: block;
    width: 100%;
  }

  .theme-helabet-protection .article-content table {
    margin: 12px 0;
    box-shadow: none;
  }

  .theme-helabet-protection .article-content thead {
    display: none;
  }

  .theme-helabet-protection .article-content tr {
    padding: 8px 0;
    border-bottom: 1px solid var(--hp-line);
  }

  .theme-helabet-protection .article-content tr:last-child {
    border-bottom: 0;
  }

  .theme-helabet-protection .article-content th,
  .theme-helabet-protection .article-content td {
    padding: 6px 0;
    border: 0;
  }

  .theme-helabet-protection .article-content td:first-child {
    color: var(--hp-purple);
    font-weight: 900;
  }

  .theme-jackpot .site-header__inner,
  .theme-jackpot .container,
  .theme-jackpot .site-footer__inner {
    width: min(100% - 22px, 1120px);
  }

  .theme-jackpot .district-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .theme-jackpot .site-search {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .theme-jackpot .site-search button {
    min-height: 42px;
  }

  .theme-jackpot .hero-actions .button {
    width: 100%;
  }

  .theme-jackpot .post-card {
    padding: 84px 16px 18px;
  }
}

/*
 * The Togo test site's exact-source articles are line-oriented imports. Keep
 * their semantic headings, lists and tables, but render them as an editorial
 * article rather than a stack of generated cards and Markdown-like blocks.
 */
.theme-helabet-protection .reviewhub-formatted-source {
  display: block;
}

.theme-helabet-protection .reviewhub-formatted-source > * + * {
  margin-top: 1.15rem;
}

.theme-helabet-protection .reviewhub-formatted-source h2 {
  margin: 2rem 0 0.65rem;
  padding: 0;
  border-left: 0;
  background: transparent;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.theme-helabet-protection .reviewhub-formatted-source h3 {
  margin: 1.4rem 0 0.35rem;
  font-size: 1.08rem;
}

.theme-helabet-protection .reviewhub-publication {
  display: block;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hp-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.theme-helabet-protection .reviewhub-source-table,
.theme-helabet-protection .reviewhub-label-block,
.theme-helabet-protection .reviewhub-inline-list {
  margin: 1.25rem 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.theme-helabet-protection .reviewhub-source-table h2,
.theme-helabet-protection .reviewhub-label-block h3 {
  margin: 0 0 0.55rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.theme-helabet-protection .reviewhub-source-table table {
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-helabet-protection .reviewhub-source-table th {
  background: transparent;
  color: var(--hp-purple);
}

.theme-helabet-protection .reviewhub-check-list,
.theme-helabet-protection .reviewhub-numbered-list,
.theme-helabet-protection .reviewhub-steps,
.theme-helabet-protection .reviewhub-loose-list,
.theme-helabet-protection .reviewhub-label-block ul,
.theme-helabet-protection .reviewhub-inline-list ul {
  margin: 0;
  padding: 0 0 0 1.25rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.theme-helabet-protection .reviewhub-loose-list,
.theme-helabet-protection .reviewhub-label-block ul,
.theme-helabet-protection .reviewhub-inline-list ul {
  list-style: disc outside;
  padding-left: 1.55rem;
}

.theme-helabet-protection .reviewhub-numbered-list {
  list-style: decimal outside;
  padding-left: 1.55rem;
}

.theme-helabet-protection .reviewhub-check-list {
  list-style: none;
  padding-left: 0;
}

.theme-helabet-protection .reviewhub-steps {
  /* Step text already contains "Étape 1", "Étape 2", etc. Do not add a
     second browser-generated number in front of the exact source wording. */
  list-style: none;
  padding-left: 0;
}

.theme-helabet-protection .reviewhub-steps li {
  display: block;
  padding-left: 0;
  margin: 0 0 1rem;
}

.theme-helabet-protection .reviewhub-steps li:last-child {
  margin-bottom: 0;
}

.theme-helabet-protection .reviewhub-step-title,
.theme-helabet-protection .reviewhub-list-intro,
.theme-helabet-protection .reviewhub-intro-label {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}

.theme-helabet-protection .reviewhub-step-title + p,
.theme-helabet-protection .reviewhub-step-title + .reviewhub-loose-list,
.theme-helabet-protection .reviewhub-list-intro + .reviewhub-loose-list {
  margin-top: 0.45rem;
}

.theme-helabet-protection .reviewhub-steps li::before {
  content: none;
}

.theme-helabet-protection .reviewhub-check-list li,
.theme-helabet-protection .reviewhub-numbered-list li,
.theme-helabet-protection .reviewhub-loose-list li,
.theme-helabet-protection .reviewhub-label-block li,
.theme-helabet-protection .reviewhub-inline-list li {
  padding-left: 0;
}

@media (max-width: 760px) {
  .theme-helabet-protection .reviewhub-source-table {
    overflow-x: auto;
  }

  .theme-helabet-protection .reviewhub-source-table table {
    display: table;
    min-width: 520px;
  }

  .theme-helabet-protection .reviewhub-source-table thead {
    display: table-header-group;
  }

  .theme-helabet-protection .reviewhub-source-table tbody {
    display: table-row-group;
  }

  .theme-helabet-protection .reviewhub-source-table tr {
    display: table-row;
    padding: 0;
    border: 0;
  }

  .theme-helabet-protection .reviewhub-source-table th,
  .theme-helabet-protection .reviewhub-source-table td {
    display: table-cell;
    width: auto;
    padding: 9px 10px;
    border: 1px solid var(--hp-line);
  }

  .theme-helabet-protection .reviewhub-source-table td:first-child {
    color: inherit;
    font-weight: inherit;
  }
}

/*
 * Naija Match Review is a football editorial, not a casino landing. Keep the
 * shared dark shell, but give its 30 exact-source articles a calmer type scale,
 * consistent reading rhythm and purpose-built tables, bylines and FAQ cards.
 */
.theme-naija-match-review {
  --naija-night: #120721;
  --naija-panel: #1b0b31;
  --naija-panel-soft: #251041;
  --naija-panel-raised: #321452;
  --naija-line: rgba(164, 181, 201, 0.2);
  --naija-line-strong: rgba(252, 202, 0, 0.46);
  --naija-text: #fffdf6;
  --naija-muted: #d0c2df;
  --naija-gold: #fcca00;
  --naija-green: #6c02d3;
  color: var(--naija-text);
  background:
    radial-gradient(circle at 12% 4%, rgba(108, 2, 211, 0.2), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(252, 202, 0, 0.08), transparent 30rem),
    var(--naija-night);
  font-family: Inter, Arial, sans-serif;
}

.theme-naija-match-review a {
  color: var(--naija-gold);
}

.theme-naija-match-review .site-header {
  background: rgba(7, 11, 17, 0.96);
  border-bottom: 1px solid var(--naija-line-strong);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.theme-naija-match-review .site-header__inner {
  padding: 14px 0;
}

.theme-naija-match-review .brand-mark {
  flex: 0 0 auto;
  color: var(--naija-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
  text-shadow: none;
}

.theme-naija-match-review .district-nav {
  gap: 8px;
}

.theme-naija-match-review .district-nav a {
  min-height: 34px;
  padding: 7px 10px;
  color: var(--naija-text);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--naija-line);
  border-radius: 8px;
  box-shadow: none;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.theme-naija-match-review .district-nav a:hover,
.theme-naija-match-review .district-nav a:focus-visible {
  color: var(--naija-text);
  background: rgba(47, 202, 124, 0.1);
  border-color: rgba(47, 202, 124, 0.48);
  box-shadow: none;
}

.theme-naija-match-review .site-search {
  min-width: 0;
  padding: 3px;
  background: rgba(255, 255, 255, 0.035);
  border-color: var(--naija-line);
  box-shadow: none;
}

.theme-naija-match-review .site-search button {
  min-height: 36px;
  padding: 8px 14px;
  color: #101720;
  background: var(--naija-gold);
  box-shadow: none;
  text-transform: none;
}

.theme-naija-match-review .layout {
  gap: 24px;
  padding: 30px 0 42px;
}

.theme-naija-match-review .article-shell,
.theme-naija-match-review .sidebar-panel,
.theme-naija-match-review .author-card {
  color: var(--naija-text);
  background: var(--naija-panel);
  border: 1px solid var(--naija-line);
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.theme-naija-match-review .article-shell::before {
  height: 4px;
  background: linear-gradient(90deg, var(--naija-green), var(--naija-gold));
  box-shadow: none;
}

.theme-naija-match-review .article-shell h1 {
  max-width: 18ch;
  margin: 8px 0 10px;
  color: var(--naija-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(2.05rem, 4.1vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.07;
  text-transform: none;
  text-wrap: balance;
  text-shadow: none;
}

.theme-naija-match-review .breadcrumbs {
  margin-bottom: 18px;
  color: var(--naija-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.theme-naija-match-review .article-meta {
  display: none;
}

.theme-naija-match-review .article-content {
  color: var(--naija-text);
  font-size: 1.02rem;
  line-height: 1.72;
}

.theme-naija-match-review .reviewhub-naija-source {
  display: block;
}

.theme-naija-match-review .reviewhub-naija-source > p {
  max-width: 72ch;
  margin: 0;
  color: #d5dee8;
}

.theme-naija-match-review .reviewhub-naija-source > p + p {
  margin-top: 0.9rem;
}

.theme-naija-match-review .reviewhub-naija-source > h2,
.theme-naija-match-review .reviewhub-source-table > h2 {
  margin: 2.25rem 0 0.8rem;
  padding-left: 12px;
  color: var(--naija-text);
  border-left: 3px solid var(--naija-green);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-transform: none;
  text-shadow: none;
}

.theme-naija-match-review .reviewhub-source-table {
  display: block;
  margin: 2.25rem 0 0;
}

.theme-naija-match-review .reviewhub-source-table > h2 {
  margin-top: 0;
}

.theme-naija-match-review .reviewhub-table-scroll {
  overflow-x: auto;
  border: 1px solid var(--naija-line);
  border-radius: 11px;
  background: var(--naija-panel-soft);
}

.theme-naija-match-review .article-content table,
.theme-naija-match-review .reviewhub-source-table table {
  width: 100%;
  min-width: 0;
  margin: 0;
  table-layout: fixed;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
  font-size: 0.94rem;
}

.theme-naija-match-review .article-content th,
.theme-naija-match-review .article-content td {
  padding: 11px 13px;
  color: #dbe4ee;
  border: 0;
  border-right: 1px solid var(--naija-line);
  border-bottom: 1px solid var(--naija-line);
  line-height: 1.45;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.theme-naija-match-review .article-content th {
  color: var(--naija-text);
  background: var(--naija-panel-raised);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-weight: 800;
}

.theme-naija-match-review .article-content th:first-child,
.theme-naija-match-review .article-content td:first-child {
  width: 36%;
}

.theme-naija-match-review .article-content td:first-child {
  color: var(--naija-text);
  font-weight: 700;
}

.theme-naija-match-review .article-content tr:last-child td {
  border-bottom: 0;
}

.theme-naija-match-review .article-content th:last-child,
.theme-naija-match-review .article-content td:last-child {
  border-right: 0;
}

.theme-naija-match-review .reviewhub-loose-list,
.theme-naija-match-review .reviewhub-numbered-list {
  gap: 0.55rem;
  max-width: 70ch;
  margin: 0.85rem 0 0;
  padding-left: 1.35rem;
  color: #dbe4ee;
}

.theme-naija-match-review .reviewhub-loose-list li,
.theme-naija-match-review .reviewhub-numbered-list li {
  padding-left: 0.25rem;
  line-height: 1.6;
}

.theme-naija-match-review .reviewhub-loose-list li::marker,
.theme-naija-match-review .reviewhub-numbered-list li::marker {
  color: var(--naija-green);
  font-weight: 800;
}

.theme-naija-match-review .naija-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 4px;
}

.theme-naija-match-review .naija-byline__item {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 10px;
  min-width: 170px;
  padding: 10px 12px;
  color: var(--naija-text);
  background: var(--naija-panel-soft);
  border: 1px solid var(--naija-line);
  border-radius: 10px;
}

.theme-naija-match-review .naija-byline__item--author {
  flex: 1 1 260px;
}

.theme-naija-match-review .naija-byline__icon {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}

.theme-naija-match-review .naija-byline__copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.theme-naija-match-review .naija-byline__label {
  color: var(--naija-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.theme-naija-match-review .naija-byline strong {
  color: var(--naija-text);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.theme-naija-match-review .naija-faq-grid {
  display: grid;
  gap: 12px;
  margin: 0.9rem 0 0;
}

.theme-naija-match-review .naija-faq-item {
  padding: 16px 18px;
  background: var(--naija-panel-soft);
  border: 1px solid var(--naija-line);
  border-radius: 11px;
}

.theme-naija-match-review .naija-faq-item h3 {
  margin: 0;
  color: var(--naija-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.45;
  text-transform: none;
  text-shadow: none;
}

.theme-naija-match-review .naija-faq-item__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 26px;
  margin-right: 5px;
  color: #07110c;
  background: var(--naija-green);
  border-radius: 7px;
  font-size: 0.78rem;
  letter-spacing: 0;
}

.theme-naija-match-review .naija-faq-item p {
  max-width: 70ch;
  margin: 10px 0 0;
  color: #cbd6e2;
  line-height: 1.65;
}

.theme-naija-match-review .reviewhub-warning-heading {
  border-left-color: var(--naija-gold);
  font-size: 1.15rem;
}

.theme-naija-match-review .reviewhub-warning-heading + p {
  max-width: none;
  padding: 14px 16px;
  color: #e8dfbe;
  background: rgba(244, 197, 66, 0.07);
  border: 1px solid rgba(244, 197, 66, 0.22);
  border-radius: 10px;
}

.theme-naija-match-review .sidebar-panel {
  padding: 18px;
}

.theme-naija-match-review .sidebar-panel::after {
  display: none;
}

.theme-naija-match-review .sidebar-panel h2,
.theme-naija-match-review .author-card h2 {
  margin: 0 0 12px;
  color: var(--naija-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-transform: none;
  text-shadow: none;
}

.theme-naija-match-review .sidebar-panel li,
.theme-naija-match-review .sidebar-panel a,
.theme-naija-match-review .author-card p,
.theme-naija-match-review .responsible-note {
  color: var(--naija-muted);
}

.theme-naija-match-review .sidebar-panel a:hover {
  color: var(--naija-gold);
}

@media (min-width: 1081px) {
  .theme-naija-match-review .site-header__inner {
    display: grid;
    grid-template-areas:
      "brand search"
      "nav nav";
    grid-template-columns: minmax(0, 1fr) minmax(240px, 290px);
    gap: 12px 18px;
    align-items: center;
  }

  .theme-naija-match-review .brand-mark {
    grid-area: brand;
  }

  .theme-naija-match-review .district-nav {
    grid-area: nav;
    width: 100%;
    margin-top: 0;
    justify-content: flex-start;
  }

  .theme-naija-match-review .site-search {
    grid-area: search;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1080px) {
  .theme-naija-match-review .site-header__inner {
    display: grid;
    grid-template-areas:
      "brand search"
      "nav nav";
    grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
    gap: 12px 18px;
    align-items: center;
  }

  .theme-naija-match-review .brand-mark {
    grid-area: brand;
  }

  .theme-naija-match-review .district-nav {
    grid-area: nav;
    width: 100%;
    margin-top: 0;
    order: initial;
  }

  .theme-naija-match-review .site-search {
    grid-area: search;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .theme-naija-match-review .site-header__inner {
    grid-template-areas:
      "brand"
      "nav"
      "search";
    grid-template-columns: minmax(0, 1fr);
  }

  .theme-naija-match-review .district-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .theme-naija-match-review .article-shell {
    padding: 20px 18px 24px;
    border-radius: 11px;
  }

  .theme-naija-match-review .article-shell h1 {
    font-size: clamp(2rem, 10.5vw, 2.8rem);
    letter-spacing: -0.04em;
  }

  .theme-naija-match-review .article-content {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .theme-naija-match-review .reviewhub-naija-source > h2,
  .theme-naija-match-review .reviewhub-source-table > h2 {
    margin-top: 1.9rem;
    font-size: 1.3rem;
  }

  .theme-naija-match-review .reviewhub-source-table {
    margin-top: 1.9rem;
  }

  .theme-naija-match-review .article-content table,
  .theme-naija-match-review .reviewhub-source-table table {
    font-size: 0.86rem;
  }

  .theme-naija-match-review .article-content th,
  .theme-naija-match-review .article-content td {
    padding: 9px 10px;
  }

  .theme-naija-match-review .article-content th:first-child,
  .theme-naija-match-review .article-content td:first-child {
    width: 40%;
  }

  .theme-naija-match-review .naija-byline {
    display: grid;
    grid-template-columns: 1fr;
  }

  .theme-naija-match-review .naija-byline__item,
  .theme-naija-match-review .naija-byline__item--author {
    width: 100%;
    min-width: 0;
  }

  .theme-naija-match-review .naija-faq-item {
    padding: 14px;
  }
}

/* bettinghub.ng: football newsroom homepage and site-wide partner CTA */
.theme-naija-match-review .district-nav {
  flex-wrap: nowrap;
  min-width: 0;
}

.theme-naija-match-review .district-nav a {
  min-height: 32px;
  padding: 6px 4px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--naija-muted);
  white-space: nowrap;
}

.theme-naija-match-review .district-nav a:hover,
.theme-naija-match-review .district-nav a:focus-visible {
  color: var(--naija-text);
  background: transparent;
  border-color: var(--naija-green);
  text-decoration: none;
}

.theme-naija-match-review .cta-box {
  position: relative;
  overflow: hidden;
  margin: 22px 0 28px;
  padding: 20px;
  color: var(--naija-text);
  background:
    linear-gradient(100deg, rgba(47, 202, 124, 0.12), transparent 58%),
    var(--naija-panel-soft);
  border: 1px solid rgba(47, 202, 124, 0.3);
  border-left: 4px solid var(--naija-green);
  border-radius: 12px;
  box-shadow: none;
}

.theme-naija-match-review .cta-box::after {
  content: "18+";
  position: absolute;
  top: 14px;
  right: 16px;
  color: rgba(237, 243, 249, 0.2);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.theme-naija-match-review .cta-box p {
  max-width: 70ch;
  margin: 0 68px 8px 0;
  color: var(--naija-muted);
  line-height: 1.55;
}

.theme-naija-match-review .cta-box p:first-child {
  color: var(--naija-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 1.02rem;
}

.theme-naija-match-review .cta-box a,
.theme-naija-match-review .naija-partner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 6px;
  padding: 10px 16px;
  color: #07110c;
  background: var(--naija-green);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

.theme-naija-match-review .cta-box a:hover,
.theme-naija-match-review .cta-box a:focus-visible,
.theme-naija-match-review .naija-partner-cta:hover,
.theme-naija-match-review .naija-partner-cta:focus-visible {
  color: #07110c;
  background: #59dfa0;
  text-decoration: none;
}

.home.theme-naija-match-review .hero-district {
  min-height: 0;
  padding: clamp(46px, 7vw, 82px) 0;
  color: var(--naija-text);
  background:
    linear-gradient(115deg, rgba(7, 11, 17, 0.98), rgba(13, 25, 31, 0.92)),
    var(--naija-night);
  border-bottom: 1px solid var(--naija-line);
}

.home.theme-naija-match-review .hero-district::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(47, 202, 124, 0.09) 50%, transparent 50.2%),
    repeating-linear-gradient(0deg, transparent 0 74px, rgba(164, 181, 201, 0.045) 74px 75px);
  opacity: 1;
  transform: none;
  animation: none;
}

.home.theme-naija-match-review .hero-district::after {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  bottom: auto;
  left: auto;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(47, 202, 124, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 202, 124, 0.1), transparent 68%);
  opacity: 1;
  animation: none;
}

.home.theme-naija-match-review .naija-home-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(34px, 7vw, 82px);
}

.home.theme-naija-match-review .naija-home-copy {
  min-width: 0;
}

.home.theme-naija-match-review .hero-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 0 0 7px;
  color: var(--naija-green);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--naija-green);
  border-radius: 0;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home.theme-naija-match-review .hero-district h1 {
  max-width: 780px;
  margin: 0 0 20px;
  color: var(--naija-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(2.8rem, 6.4vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-transform: none;
  text-shadow: none;
}

.home.theme-naija-match-review .hero-district h1 span {
  display: block;
}

.home.theme-naija-match-review .hero-district h1 span:last-child {
  color: var(--naija-gold);
}

.home.theme-naija-match-review .hero-district p:not(.hero-eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #cad5e0;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.home.theme-naija-match-review .naija-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 26px;
}

.home.theme-naija-match-review .naija-partner-cta {
  min-height: 48px;
  margin: 0;
  padding: 12px 18px;
}

.home.theme-naija-match-review .naija-browse-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--naija-text);
  font-weight: 700;
  text-decoration: none;
}

.home.theme-naija-match-review .naija-browse-link span {
  color: var(--naija-green);
  font-size: 1.15rem;
}

.home.theme-naija-match-review .naija-home-copy .naija-hero-note {
  margin-top: 18px;
  color: #7f90a2;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.home.theme-naija-match-review .naija-match-board {
  position: relative;
  min-width: 0;
  padding: 22px;
  background: #0d141d;
  border: 1px solid rgba(164, 181, 201, 0.25);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.home.theme-naija-match-review .naija-match-board::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(47, 202, 124, 0.08);
  border-radius: 13px;
}

.home.theme-naija-match-review .naija-match-board__head,
.home.theme-naija-match-review .naija-match-board__fixture,
.home.theme-naija-match-review .naija-match-board__checks {
  position: relative;
  z-index: 1;
}

.home.theme-naija-match-review .naija-match-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  color: var(--naija-muted);
  border-bottom: 1px solid var(--naija-line);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home.theme-naija-match-review .naija-match-board__head strong {
  color: var(--naija-green);
}

.home.theme-naija-match-review .naija-match-board__fixture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 30px 0 26px;
  text-align: center;
}

.home.theme-naija-match-review .naija-match-board__fixture div {
  display: grid;
  gap: 6px;
}

.home.theme-naija-match-review .naija-match-board__fixture strong {
  color: var(--naija-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

.home.theme-naija-match-review .naija-match-board__fixture div:first-child strong {
  color: var(--naija-green);
}

.home.theme-naija-match-review .naija-match-board__fixture span,
.home.theme-naija-match-review .naija-match-board__fixture b {
  color: var(--naija-muted);
  font-size: 0.82rem;
}

.home.theme-naija-match-review .naija-match-board__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.home.theme-naija-match-review .naija-match-board__checks span {
  padding: 10px 11px;
  color: #cbd6e1;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--naija-line);
  border-radius: 8px;
  font-size: 0.78rem;
}

.home.theme-naija-match-review .district-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(30px, 5vw, 50px) 0 18px;
}

.home.theme-naija-match-review .district-card,
.home.theme-naija-match-review .district-card:nth-child(n) {
  position: relative;
  min-height: 168px;
  padding: 22px 20px 20px;
  color: var(--naija-text);
  background: var(--naija-panel);
  border: 1px solid var(--naija-line);
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
  text-decoration: none;
}

.home.theme-naija-match-review .district-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: var(--naija-green);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}

.home.theme-naija-match-review .district-card::after {
  content: "↗";
  position: absolute;
  top: 17px;
  right: 18px;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  color: var(--naija-green);
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
}

.home.theme-naija-match-review .district-card h2 {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 24px);
  margin: 12px 0 10px;
  color: var(--naija-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-shadow: none;
  text-transform: none;
}

.home.theme-naija-match-review .district-card p {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  color: var(--naija-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.home.theme-naija-match-review .district-card:hover,
.home.theme-naija-match-review .district-card:focus-visible {
  background: var(--naija-panel-soft);
  border-color: rgba(47, 202, 124, 0.42);
  box-shadow: none;
  transform: translateY(-2px);
}

.home.theme-naija-match-review .naija-editorial-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 8px 0 24px;
  padding: 18px 0;
  border-top: 1px solid var(--naija-line);
  border-bottom: 1px solid var(--naija-line);
}

.home.theme-naija-match-review .naija-editorial-strip div {
  min-width: 0;
  padding: 4px 18px;
  border-right: 1px solid var(--naija-line);
}

.home.theme-naija-match-review .naija-editorial-strip div:first-child {
  padding-left: 0;
}

.home.theme-naija-match-review .naija-editorial-strip div:last-child {
  padding-right: 0;
  border-right: 0;
}

.home.theme-naija-match-review .naija-editorial-strip strong,
.home.theme-naija-match-review .naija-editorial-strip span {
  display: block;
}

.home.theme-naija-match-review .naija-editorial-strip strong {
  color: var(--naija-gold);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home.theme-naija-match-review .naija-editorial-strip span {
  margin-top: 6px;
  color: var(--naija-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.home.theme-naija-match-review .container > .cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 26px;
  align-items: center;
  margin: 0 0 38px;
  padding: 22px 24px;
}

.home.theme-naija-match-review .container > .cta-box p {
  grid-column: 1;
}

.home.theme-naija-match-review .container > .cta-box a {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0 52px 0 0;
}

.home.theme-naija-match-review .post-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 18px;
}

.home.theme-naija-match-review .post-list > h2 {
  grid-column: 1 / -1;
  margin: 12px 0 8px;
  color: var(--naija-text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  text-transform: none;
}

.home.theme-naija-match-review .post-card {
  position: relative;
  min-height: 190px;
  padding: 22px 22px 20px;
  color: var(--naija-text);
  background: var(--naija-panel);
  border: 1px solid var(--naija-line);
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
}

.home.theme-naija-match-review .post-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  width: 32px;
  height: 3px;
  background: var(--naija-gold);
}

.home.theme-naija-match-review .post-card__sign {
  display: none;
}

.home.theme-naija-match-review .post-card h2 {
  margin: 10px 0 12px;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  text-transform: none;
}

.home.theme-naija-match-review .post-card h2 a {
  color: var(--naija-text);
  text-shadow: none;
}

.home.theme-naija-match-review .post-card h2 a:hover {
  color: var(--naija-gold);
  text-decoration: none;
}

.home.theme-naija-match-review .post-card p {
  margin: 0;
  color: var(--naija-muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

.home.theme-naija-match-review .site-footer {
  margin-top: 34px;
  background: #05080c;
  border-top: 1px solid var(--naija-line);
}

@media (max-width: 900px) {
  .home.theme-naija-match-review .naija-home-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .home.theme-naija-match-review .naija-match-board {
    width: min(100%, 560px);
  }

  .home.theme-naija-match-review .naija-editorial-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
  }

  .home.theme-naija-match-review .naija-editorial-strip div:nth-child(2) {
    border-right: 0;
  }

  .home.theme-naija-match-review .naija-editorial-strip div:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 680px) {
  .theme-naija-match-review .site-header__inner {
    gap: 10px;
    padding: 12px 0;
  }

  .theme-naija-match-review .district-nav {
    width: calc(100vw - 32px);
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .theme-naija-match-review .district-nav::-webkit-scrollbar {
    display: none;
  }

  .theme-naija-match-review .district-nav a {
    flex: 0 0 auto;
    justify-content: flex-start;
    padding-inline: 0;
    text-align: left;
  }

  .home.theme-naija-match-review .hero-district {
    padding: 40px 0 38px;
  }

  .home.theme-naija-match-review .hero-district h1 {
    font-size: clamp(2.45rem, 12.2vw, 3.45rem);
    letter-spacing: -0.055em;
    line-height: 1.01;
  }

  .home.theme-naija-match-review .hero-district p:not(.hero-eyebrow) {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .home.theme-naija-match-review .naija-home-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .home.theme-naija-match-review .naija-partner-cta {
    width: 100%;
  }

  .home.theme-naija-match-review .naija-browse-link {
    justify-content: center;
  }

  .home.theme-naija-match-review .naija-match-board {
    padding: 18px;
    border-radius: 14px;
  }

  .home.theme-naija-match-review .naija-match-board__fixture {
    padding: 24px 0 22px;
  }

  .home.theme-naija-match-review .district-grid,
  .home.theme-naija-match-review .post-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .home.theme-naija-match-review .district-card,
  .home.theme-naija-match-review .district-card:nth-child(n),
  .home.theme-naija-match-review .post-card {
    min-height: 0;
  }

  .home.theme-naija-match-review .naija-editorial-strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 8px 0;
  }

  .home.theme-naija-match-review .naija-editorial-strip div,
  .home.theme-naija-match-review .naija-editorial-strip div:first-child,
  .home.theme-naija-match-review .naija-editorial-strip div:nth-child(3),
  .home.theme-naija-match-review .naija-editorial-strip div:last-child {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--naija-line);
  }

  .home.theme-naija-match-review .naija-editorial-strip div:last-child {
    border-bottom: 0;
  }

  .home.theme-naija-match-review .container > .cta-box {
    display: block;
    padding: 20px;
  }

  .home.theme-naija-match-review .container > .cta-box a {
    width: 100%;
    margin: 8px 0 0;
  }

  .theme-naija-match-review .cta-box p {
    margin-right: 42px;
  }

  .theme-naija-match-review .cta-box a {
    width: 100%;
  }
}

/* Shared responsive navigation: dense desktop topic links become one clear
 * mobile control, so the header never reads as an unrelated button wall. */
.site-mobile-menu {
  display: none;
}

@media (max-width: 900px) {
  body:not(.theme-brazino-hub) .site-header__inner {
    display: grid;
    grid-template-areas:
      "brand menu"
      "search search";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
  }

  body:not(.theme-brazino-hub) .brand-mark {
    grid-area: brand;
    min-width: 0;
  }

  body:not(.theme-brazino-hub) .site-header__inner > .district-nav {
    display: none;
  }

  body:not(.theme-brazino-hub) .site-mobile-menu {
    position: relative;
    z-index: 20;
    display: block;
    grid-area: menu;
  }

  body:not(.theme-brazino-hub) .site-mobile-menu summary {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 12px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    list-style: none;
  }

  body:not(.theme-brazino-hub) .site-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  body:not(.theme-brazino-hub) .site-mobile-menu[open] summary {
    border-color: var(--gold);
  }

  body:not(.theme-brazino-hub) .site-mobile-menu nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    width: min(300px, calc(100vw - 32px));
    padding: 8px;
    background: var(--asphalt);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
  }

  body:not(.theme-brazino-hub) .site-mobile-menu nav a {
    display: flex;
    min-height: 42px;
    padding: 10px 12px;
    align-items: center;
    color: var(--white);
    border-radius: 7px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.25;
  }

  body:not(.theme-brazino-hub) .site-mobile-menu nav a:hover,
  body:not(.theme-brazino-hub) .site-mobile-menu nav a:focus-visible {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
  }

  body:not(.theme-brazino-hub) .site-search {
    grid-area: search;
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  body:not(.theme-brazino-hub) .site-search input {
    min-width: 0;
    width: 100%;
  }

  .theme-naija-match-review .site-mobile-menu summary {
    color: var(--naija-text);
    background: var(--naija-panel);
    border-color: var(--naija-line);
  }

  .theme-naija-match-review .site-header__inner {
    position: relative;
  }

  body.theme-naija-match-review .site-mobile-menu {
    position: static;
  }

  .theme-naija-match-review .site-mobile-menu[open] summary {
    border-color: var(--naija-green);
  }

  .theme-naija-match-review .site-mobile-menu nav {
    top: calc(100% + 8px);
    background: var(--naija-panel);
    border-color: var(--naija-line);
  }

  .theme-naija-match-review .site-mobile-menu nav a {
    color: var(--naija-text);
  }
}

/*
 * Theme-keyword adaptive refresh.
 * These profile overrides make the current four online-table projects visually
 * distinct by intent: football editorial, Betika brand-protection, Helabet
 * partner brand-protection and Brazino game guide. They do not alter copy.
 */
.reviewhub-profile-football-editorial {
  --naija-font-body: "RH Arimo", Arial, sans-serif;
  --naija-font-display: "RH Roboto Condensed", "RH Arimo", Arial, sans-serif;
  --naija-grass: #0e2f22;
  --naija-line-green: #2ee384;
  --naija-score-yellow: #ffd54a;
  font-family: var(--naija-font-body);
  background:
    linear-gradient(90deg, rgba(46, 227, 132, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 12% 20%, rgba(46, 227, 132, 0.12), transparent 30%),
    #060b12;
  background-size: 56px 56px, auto, auto;
}

.reviewhub-profile-football-editorial .brand-mark,
.reviewhub-profile-football-editorial h1,
.reviewhub-profile-football-editorial h2,
.reviewhub-profile-football-editorial h3,
.reviewhub-profile-football-editorial .district-nav a,
.reviewhub-profile-football-editorial .button,
.reviewhub-profile-football-editorial .site-search button {
  font-family: var(--naija-font-display);
}

.home.reviewhub-profile-football-editorial .hero-district h1,
.reviewhub-profile-football-editorial .article-shell h1,
.reviewhub-profile-football-editorial .article-content h2,
.reviewhub-profile-football-editorial .article-content h3,
.reviewhub-profile-football-editorial .sidebar-panel h2,
.reviewhub-profile-football-editorial .post-card h2 {
  font-family: var(--naija-font-display);
}

.reviewhub-profile-football-editorial .site-header {
  background:
    linear-gradient(90deg, rgba(46, 227, 132, 0.16), rgba(255, 213, 74, 0.08)),
    #060b12;
  border-bottom: 3px solid var(--naija-score-yellow);
}

.home.reviewhub-profile-football-editorial .hero-district {
  background:
    linear-gradient(90deg, rgba(46, 227, 132, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 213, 74, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 78% 24%, rgba(46, 227, 132, 0.22), transparent 28%),
    linear-gradient(135deg, #07110f 0%, #0e2f22 52%, #071018 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
  border-bottom: 3px solid var(--naija-score-yellow);
}

.reviewhub-profile-football-editorial .naija-home-hero,
.reviewhub-profile-football-editorial .article-shell,
.reviewhub-profile-football-editorial .sidebar-panel,
.reviewhub-profile-football-editorial .post-card {
  border-color: rgba(46, 227, 132, 0.24);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.reviewhub-profile-football-editorial .article-shell::before,
.reviewhub-profile-football-editorial .post-card::before {
  background: linear-gradient(90deg, var(--naija-line-green), var(--naija-score-yellow));
}

.reviewhub-profile-betika-brand-protection {
  --betika-body: "RH Noto Sans", Arial, sans-serif;
  --betika-display: "RH Oswald", "RH Noto Sans", Arial, sans-serif;
  --betika-forest: #062f24;
  --betika-turquoise: #13a8a3;
  --betika-gold: #f8c84a;
  font-family: var(--betika-body);
  background:
    linear-gradient(90deg, rgba(19, 168, 163, 0.09) 1px, transparent 1px),
    linear-gradient(180deg, #fff9e9, #f4fff9 55%, #ffffff);
  background-size: 40px 40px, auto;
}

.reviewhub-profile-betika-brand-protection .brand-mark,
.reviewhub-profile-betika-brand-protection h1,
.reviewhub-profile-betika-brand-protection h2,
.reviewhub-profile-betika-brand-protection h3,
.reviewhub-profile-betika-brand-protection .district-nav a,
.reviewhub-profile-betika-brand-protection .site-search button,
.reviewhub-profile-betika-brand-protection .button {
  font-family: var(--betika-display);
}

.reviewhub-profile-betika-brand-protection .article-shell h1,
.reviewhub-profile-betika-brand-protection .article-content h2,
.reviewhub-profile-betika-brand-protection .article-content h3,
.reviewhub-profile-betika-brand-protection .sidebar-panel h2,
.reviewhub-profile-betika-brand-protection .post-card h2,
.reviewhub-profile-betika-brand-protection .faq-list > h2,
.reviewhub-profile-betika-brand-protection .faq-item h3,
.reviewhub-profile-betika-brand-protection .author-card h2 {
  font-family: var(--betika-display);
}

/* The supplied Betika Docs use heading styles without an explicit bold face.
   Keep the document hierarchy while matching that regular source weight. */
.reviewhub-profile-betika-brand-protection .article-content h2,
.reviewhub-profile-betika-brand-protection .article-content h3,
.reviewhub-profile-betika-brand-protection .article-content h4,
.reviewhub-profile-betika-brand-protection .article-content h5,
.reviewhub-profile-betika-brand-protection .reviewhub-source-content h2,
.reviewhub-profile-betika-brand-protection .reviewhub-source-content h3,
.reviewhub-profile-betika-brand-protection .reviewhub-source-content h4,
.reviewhub-profile-betika-brand-protection .reviewhub-source-content h5 {
  font-family: var(--betika-body) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.reviewhub-profile-betika-brand-protection .site-header {
  background:
    linear-gradient(90deg, rgba(19, 168, 163, 0.2), rgba(248, 200, 74, 0.14)),
    var(--betika-forest);
  border-bottom: 4px solid var(--betika-gold);
}

/* Like the Brazino index, the large Betika article set is grouped by task in
   the burger menu instead of presenting an undifferentiated 29-link list. */
body.theme-betika-test .reviewhub-source-burger > nav {
  gap: 10px;
  padding: 12px;
}

body.theme-betika-test .reviewhub-source-burger__group {
  display: grid;
  gap: 4px;
  padding: 9px;
  border: 1px solid rgba(19, 168, 163, 0.34);
  border-radius: 10px;
  background: rgba(19, 168, 163, 0.1);
}

body.theme-betika-test .reviewhub-source-burger__group-label {
  margin: 0;
  padding: 2px 5px;
  color: var(--betika-gold);
  font-family: var(--betika-body);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.theme-betika-test .reviewhub-source-burger__group-links {
  display: grid;
  gap: 2px;
}

body.theme-betika-test .reviewhub-source-burger__group-links a {
  min-height: 40px;
}

.reviewhub-profile-betika-brand-protection .article-shell,
.reviewhub-profile-betika-brand-protection .sidebar-panel,
.reviewhub-profile-betika-brand-protection .post-card,
.reviewhub-profile-betika-brand-protection .author-card,
.reviewhub-profile-betika-brand-protection .faq-item {
  border-radius: 4px 18px 4px 18px;
  box-shadow: 14px 16px 0 rgba(19, 168, 163, 0.08), 0 22px 46px rgba(6, 47, 36, 0.09);
}

.reviewhub-profile-betika-brand-protection .article-shell::before {
  height: 12px;
  background: linear-gradient(90deg, var(--betika-turquoise), var(--betika-gold), #d26b36, var(--betika-forest));
}

.reviewhub-profile-betika-brand-protection .reviewhub-keyword-visual {
  border-radius: 4px 22px 4px 22px;
  background:
    linear-gradient(135deg, rgba(19, 168, 163, 0.24), rgba(248, 200, 74, 0.22)),
    #ffffff;
}

/* Betika RDC uses the official navy/yellow wordmark with white and green UI
   signals. Keep the supplied French source copy and text-free article images
   intact; this layer only changes the shared presentation around them. */
body.theme-betika-test.reviewhub-profile-betika-brand-protection {
  --betika-navy: #2e3d82;
  --betika-yellow: #fed800;
  --betika-green: #60991a;
  --betika-lime: #84cc16;
  --betika-ink: #16202c;
  --betika-paper: #ffffff;
  --cd-forest: var(--betika-navy);
  --cd-canopy: #23313d;
  --cd-river: var(--betika-green);
  --cd-river-soft: var(--betika-lime);
  --cd-sun: var(--betika-yellow);
  --cd-copper: var(--betika-lime);
  --cd-paper: var(--betika-paper);
  --cd-ink: var(--betika-ink);
  --cd-muted: #475467;
  --cd-line: rgba(46, 61, 130, 0.18);
  color: var(--betika-ink);
  background:
    linear-gradient(90deg, rgba(46, 61, 130, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 56%, #f5f8fb 100%);
  background-size: 44px 44px, auto;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .site-header.reviewhub-source-header {
  border-bottom: 4px solid var(--betika-yellow) !important;
  background:
    linear-gradient(90deg, rgba(254, 216, 0, 0.14), transparent 38%),
    var(--betika-navy) !important;
  box-shadow: 0 12px 28px rgba(22, 32, 44, 0.2);
}

body.theme-betika-test .reviewhub-source-brand.brand-mark--betika {
  min-height: 52px;
  padding: 0 !important;
}

body.theme-betika-test .reviewhub-source-brand.brand-mark--betika::before {
  content: none !important;
}

body.theme-betika-test .betika-brand-logo {
  display: block;
  width: clamp(132px, 15vw, 206px);
  height: auto;
  max-height: 75px;
  object-fit: contain;
}

body.theme-betika-test .reviewhub-source-nav > a {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.theme-betika-test .reviewhub-source-nav > a:hover,
body.theme-betika-test .reviewhub-source-nav > a:focus-visible {
  border-color: var(--betika-yellow);
  color: #ffffff !important;
  background: rgba(254, 216, 0, 0.16);
}

body.theme-betika-test .reviewhub-source-burger > summary {
  border-color: var(--betika-yellow);
  color: #ffffff;
  background: rgba(254, 216, 0, 0.12);
}

body.theme-betika-test .reviewhub-source-burger > nav {
  border-color: rgba(254, 216, 0, 0.48);
  background: #23313d;
}

body.theme-betika-test .reviewhub-source-burger__group {
  border-color: rgba(132, 204, 22, 0.5);
  background: rgba(132, 204, 22, 0.08);
}

body.theme-betika-test .reviewhub-source-burger__group-label {
  color: var(--betika-yellow);
}

body.theme-betika-test .reviewhub-source-burger__group-links a:hover,
body.theme-betika-test .reviewhub-source-burger__group-links a:focus-visible {
  color: var(--betika-ink) !important;
  background: var(--betika-yellow);
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-page.article-shell,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-card {
  border: 1px solid var(--cd-line) !important;
  border-radius: 12px 26px 12px 26px !important;
  color: var(--betika-ink) !important;
  background:
    linear-gradient(145deg, rgba(46, 61, 130, 0.045), transparent 38%),
    var(--betika-paper) !important;
  box-shadow: 14px 16px 0 rgba(46, 61, 130, 0.08), 0 24px 56px rgba(22, 32, 44, 0.1) !important;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-page.article-shell::before {
  height: 8px;
  background: linear-gradient(90deg, var(--betika-navy) 0 44%, var(--betika-yellow) 44% 72%, var(--betika-green) 72% 100%) !important;
}

body.theme-betika-test .reviewhub-source-page .reviewhub-source-hero h1,
body.theme-betika-test .reviewhub-source-index > h1,
body.theme-betika-test .reviewhub-source-content h2,
body.theme-betika-test .reviewhub-source-content h3,
body.theme-betika-test .reviewhub-source-card h2 a {
  color: var(--betika-navy) !important;
}

body.theme-betika-test .reviewhub-source-content,
body.theme-betika-test .reviewhub-source-content p,
body.theme-betika-test .reviewhub-source-content li,
body.theme-betika-test .reviewhub-source-content td {
  color: var(--betika-ink) !important;
}

body.theme-betika-test .reviewhub-source-content a {
  color: #466f13 !important;
}

body.theme-betika-test .reviewhub-source-content li::marker {
  color: var(--betika-green) !important;
}

body.theme-betika-test .reviewhub-source-page .reviewhub-keyword-visual,
body.theme-betika-test .reviewhub-source-card .reviewhub-keyword-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 8px solid var(--betika-navy) !important;
  border-radius: 10px 30px 10px 30px !important;
  background: #eaf0fb !important;
  box-shadow: 14px 14px 0 rgba(254, 216, 0, 0.82), 0 24px 54px rgba(46, 61, 130, 0.18) !important;
}

body.theme-betika-test .reviewhub-source-page .reviewhub-keyword-visual::after,
body.theme-betika-test .reviewhub-source-card .reviewhub-keyword-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 12px;
  border: 1px solid rgba(254, 216, 0, 0.72);
  border-radius: 4px 20px 4px 20px;
  pointer-events: none;
}

body.theme-betika-test .reviewhub-source-page .reviewhub-keyword-visual img,
body.theme-betika-test .reviewhub-source-card .reviewhub-keyword-visual img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  object-fit: cover;
}

body.theme-betika-test .reviewhub-source-content .reviewhub-table-scroll,
body.theme-betika-test .reviewhub-source-content table {
  border-color: rgba(46, 61, 130, 0.28) !important;
  background: #ffffff !important;
}

body.theme-betika-test .reviewhub-source-content thead th,
body.theme-betika-test .reviewhub-source-content thead td {
  color: var(--betika-ink) !important;
  background: var(--betika-yellow) !important;
}

body.theme-betika-test .reviewhub-source-content tbody td {
  border-color: rgba(46, 61, 130, 0.16) !important;
  background: #ffffff !important;
}

body.theme-betika-test .reviewhub-source-page .cta-box {
  border-top-color: var(--betika-yellow) !important;
  background: linear-gradient(135deg, rgba(254, 216, 0, 0.22), rgba(132, 204, 22, 0.12)), #ffffff !important;
}

body.theme-betika-test .reviewhub-source-page .cta-box a,
body.theme-betika-test .reviewhub-source-page .button {
  color: var(--betika-ink) !important;
  background: var(--betika-yellow) !important;
  box-shadow: 0 10px 22px rgba(254, 216, 0, 0.28);
}

body.theme-betika-test .site-footer {
  border-top-color: rgba(254, 216, 0, 0.7) !important;
  background: var(--betika-navy) !important;
}

@media (max-width: 560px) {
  body.theme-betika-test .reviewhub-source-brand.brand-mark--betika {
    min-height: 46px;
  }

  body.theme-betika-test .betika-brand-logo {
    width: 142px;
    max-height: 52px;
  }

  body.theme-betika-test .reviewhub-source-page .reviewhub-keyword-visual,
  body.theme-betika-test .reviewhub-source-card .reviewhub-keyword-visual {
    border-width: 5px !important;
    box-shadow: 8px 8px 0 rgba(254, 216, 0, 0.82), 0 18px 38px rgba(46, 61, 130, 0.16) !important;
  }
}

/* The source-render layer is loaded inline after this stylesheet. These
   profile-qualified rules intentionally win its neutral dark defaults so
   Betika pages retain readable navy copy on their white dossier surface. */
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-page .reviewhub-source-hero h1,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-index > h1,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content h2,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content h3,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-card h2 a {
  color: var(--betika-navy) !important;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content p,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content li,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content td,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content strong {
  color: var(--betika-ink) !important;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content a {
  color: #466f13 !important;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content li::marker {
  color: var(--betika-green) !important;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content .reviewhub-table-scroll,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content table {
  border-color: rgba(46, 61, 130, 0.28) !important;
  background: #ffffff !important;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content thead th,
body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content thead td {
  color: var(--betika-ink) !important;
  background: var(--betika-yellow) !important;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-content tbody td {
  border-color: rgba(46, 61, 130, 0.16) !important;
  background: #ffffff !important;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-page .reviewhub-keyword-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(132deg, rgba(46, 61, 130, 0.26), transparent 48%, rgba(96, 153, 26, 0.16));
  mix-blend-mode: multiply;
  pointer-events: none;
}

body.theme-betika-test.reviewhub-profile-betika-brand-protection .reviewhub-source-page .reviewhub-keyword-visual img {
  z-index: 0;
}

.reviewhub-profile-helabet-brand-protection {
  --hela-body: "RH Arimo", Arial, sans-serif;
  --hela-display: "RH Noto Sans", "RH Arimo", Arial, sans-serif;
  --hela-purple: #4a0a87;
  --hela-violet: #6c02d3;
  --hela-yellow: #fcca00;
  --hela-mint: #6df3c0;
  font-family: var(--hela-body);
  background:
    linear-gradient(90deg, rgba(108, 2, 211, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, #fff9df, #fff 52%, #f8f3ff);
  background-size: 42px 42px, auto;
}

.reviewhub-profile-helabet-brand-protection .brand-mark,
.reviewhub-profile-helabet-brand-protection h1,
.reviewhub-profile-helabet-brand-protection h2,
.reviewhub-profile-helabet-brand-protection h3,
.reviewhub-profile-helabet-brand-protection .district-nav a,
.reviewhub-profile-helabet-brand-protection .site-search button,
.reviewhub-profile-helabet-brand-protection .button {
  font-family: var(--hela-display);
}

.reviewhub-profile-helabet-brand-protection .article-shell h1,
.reviewhub-profile-helabet-brand-protection .article-content h2,
.reviewhub-profile-helabet-brand-protection .article-content h3,
.reviewhub-profile-helabet-brand-protection .sidebar-panel h2,
.reviewhub-profile-helabet-brand-protection .post-card h2,
.reviewhub-profile-helabet-brand-protection .faq-list > h2,
.reviewhub-profile-helabet-brand-protection .faq-item h3,
.reviewhub-profile-helabet-brand-protection .author-card h2 {
  font-family: var(--hela-display);
}

.reviewhub-profile-helabet-brand-protection .site-header {
  background:
    radial-gradient(circle at 16% 0%, rgba(252, 202, 0, 0.22), transparent 32%),
    linear-gradient(90deg, var(--hela-violet), var(--hela-purple));
  border-bottom: 4px solid var(--hela-yellow);
}

.reviewhub-profile-helabet-brand-protection .article-shell,
.reviewhub-profile-helabet-brand-protection .sidebar-panel,
.reviewhub-profile-helabet-brand-protection .post-card,
.reviewhub-profile-helabet-brand-protection .author-card,
.reviewhub-profile-helabet-brand-protection .faq-item {
  border-radius: 18px 4px 18px 4px;
  box-shadow: 12px 12px 0 rgba(252, 202, 0, 0.18), 0 22px 46px rgba(74, 10, 135, 0.1);
}

.reviewhub-profile-helabet-brand-protection .article-shell::before {
  height: 12px;
  background: linear-gradient(90deg, var(--hela-violet), #27b4ff, var(--hela-mint), var(--hela-yellow));
}

.reviewhub-profile-helabet-brand-protection .cta-box {
  background:
    linear-gradient(135deg, rgba(252, 202, 0, 0.24), rgba(108, 2, 211, 0.08)),
    #ffffff;
  border-top: 5px solid var(--hela-yellow);
}

/* 2026-07-16: compact all-article burger + stronger distinct review designs. */
.theme-senegal-1xbet-editorial {
  background:
    linear-gradient(135deg, rgba(0, 168, 107, 0.12) 0 24%, transparent 24% 100%),
    radial-gradient(circle at 82% 10%, rgba(252, 209, 22, 0.22), transparent 28rem),
    linear-gradient(180deg, #061624 0%, #0a2131 38%, #f1f5ed 38%, #f7f3e6 100%);
}

.theme-senegal-1xbet-editorial .site-header {
  background:
    linear-gradient(90deg, var(--sn-green) 0 16%, var(--sn-gold) 16% 25%, var(--sn-red) 25% 33%, transparent 33%),
    linear-gradient(135deg, #04111d 0%, #082339 58%, #0b3b45 100%);
  border-bottom: 3px solid var(--sn-gold);
  box-shadow: 0 18px 50px rgba(2, 10, 18, 0.36);
}

.theme-senegal-1xbet-editorial .senegal-page-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding-top: clamp(28px, 5vw, 56px);
}

.theme-senegal-1xbet-editorial .senegal-article {
  position: relative;
}

.theme-senegal-1xbet-editorial .senegal-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 42vw, 520px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px 8px 28px 8px;
  background:
    linear-gradient(112deg, rgba(0, 168, 107, 0.96) 0 8px, transparent 8px 100%),
    radial-gradient(circle at 78% 70%, rgba(0, 168, 107, 0.35), transparent 18rem),
    linear-gradient(135deg, #04121e 0%, #071b2b 48%, #0a3140 100%);
  box-shadow: 0 32px 90px rgba(2, 10, 18, 0.38);
}

.theme-senegal-1xbet-editorial .senegal-hero::before {
  content: "1XBET / SN";
  position: absolute;
  left: clamp(28px, 5vw, 64px);
  top: clamp(24px, 4vw, 46px);
  padding: 8px 12px;
  border: 1px solid rgba(252, 209, 22, 0.5);
  border-radius: 999px;
  color: #fcd116;
  background: rgba(0, 0, 0, 0.24);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.theme-senegal-1xbet-editorial .senegal-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -34%;
  width: 52%;
  aspect-ratio: 1;
  border: 42px solid rgba(0, 168, 107, 0.13);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(252, 209, 22, 0.18);
}

.theme-senegal-1xbet-editorial .senegal-hero__title {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding-top: clamp(74px, 8vw, 110px);
}

.theme-senegal-1xbet-editorial .senegal-hero h1 {
  max-width: 11ch;
  color: #ffffff;
  font-size: clamp(3.2rem, 8vw, 7.6rem);
  line-height: 0.84;
  letter-spacing: -0.09em;
  text-transform: uppercase;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.theme-senegal-1xbet-editorial .senegal-hero .keyword-image {
  position: absolute;
  right: clamp(28px, 7vw, 110px);
  bottom: clamp(30px, 6vw, 78px);
  z-index: 2;
  width: min(330px, 34vw);
  transform: rotate(-3deg);
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.36));
}

.theme-senegal-1xbet-editorial .senegal-article__body {
  margin-top: clamp(18px, 3vw, 34px);
  display: grid;
  gap: 18px;
}

.theme-senegal-1xbet-editorial .senegal-section {
  border: 1px solid rgba(7, 27, 45, 0.12);
  border-radius: 4px 22px 4px 22px;
  background:
    linear-gradient(90deg, var(--sn-green) 0 6px, transparent 6px),
    #fffefa;
  box-shadow: 14px 14px 0 rgba(0, 168, 107, 0.08), 0 18px 40px rgba(7, 27, 45, 0.08);
}

.theme-senegal-1xbet-editorial .senegal-section h2 {
  color: #061624;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.theme-senegal-1xbet-editorial .senegal-table-wrap table {
  border: 1px solid rgba(7, 27, 45, 0.14);
  border-collapse: separate;
  border-spacing: 0;
}

.theme-senegal-1xbet-editorial .senegal-table-wrap th {
  color: #061624;
  background: var(--sn-gold);
}

.theme-senegal-1xbet-editorial .senegal-faq-grid > * {
  border-left: 5px solid var(--sn-red);
}

.theme-nigeria-bookmaker-reviews {
  background:
    radial-gradient(circle at 12% 0%, rgba(252, 202, 0, 0.2), transparent 24rem),
    linear-gradient(135deg, rgba(108, 2, 211, 0.1) 0 18%, transparent 18% 100%),
    #fffaf0;
}

.theme-nigeria-bookmaker-reviews .site-header {
  background:
    linear-gradient(90deg, transparent, rgba(252, 202, 0, 0.16), transparent),
    #2a0753;
  border-bottom: 4px solid var(--ngreview-gold);
}

.theme-nigeria-bookmaker-reviews .ngreview-home {
  background:
    radial-gradient(circle at 78% 8%, rgba(108, 2, 211, 0.22), transparent 22rem),
    linear-gradient(180deg, #2a0753 0 310px, transparent 310px);
}

.theme-nigeria-bookmaker-reviews .ngreview-home__header {
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid rgba(230, 189, 78, 0.24);
  border-radius: 30px 6px 30px 6px;
  color: #fffdf3;
  background:
    linear-gradient(120deg, rgba(252, 202, 0, 0.22) 0 18%, transparent 18% 100%),
    radial-gradient(circle at 92% 12%, rgba(252, 202, 0, 0.24), transparent 17rem),
    #480f82;
  box-shadow: 0 30px 80px rgba(72, 15, 130, 0.28);
}

.theme-nigeria-bookmaker-reviews .ngreview-home__header h1 {
  color: #fffdf3;
  max-width: 10ch;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  line-height: 0.86;
  letter-spacing: -0.09em;
  text-transform: none;
}

.theme-nigeria-bookmaker-reviews .ngreview-card-grid {
  margin-top: clamp(22px, 4vw, 42px);
}

.theme-nigeria-bookmaker-reviews .ngreview-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(72, 15, 130, 0.16);
  border-top: 6px solid var(--ngreview-gold);
  border-radius: 6px 24px 6px 24px;
  background:
    linear-gradient(135deg, rgba(108, 2, 211, 0.08), transparent 40%),
    #fffdf8;
  box-shadow: 12px 12px 0 rgba(108, 2, 211, 0.09), 0 20px 42px rgba(72, 15, 130, 0.1);
}

.theme-nigeria-bookmaker-reviews .ngreview-card:nth-child(3n + 1) {
  border-top-color: var(--ngreview-green);
}

.theme-nigeria-bookmaker-reviews .ngreview-card h2 {
  color: #480f82;
  letter-spacing: -0.035em;
}

.theme-nigeria-bookmaker-reviews .ngreview-layout {
  align-items: start;
}

.theme-nigeria-bookmaker-reviews .ngreview-article {
  border: 1px solid rgba(72, 15, 130, 0.14);
  border-top: 9px solid var(--ngreview-gold);
  border-radius: 8px 28px 8px 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(230, 189, 78, 0.14), transparent 20rem),
    #fffdf8;
  box-shadow: 14px 14px 0 rgba(108, 2, 211, 0.08), 0 24px 58px rgba(72, 15, 130, 0.12);
}

.theme-nigeria-bookmaker-reviews .ngreview-article h1 {
  color: #480f82;
  font-size: clamp(2.8rem, 6vw, 5.9rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-transform: none;
}

.theme-nigeria-bookmaker-reviews .article-content h2 {
  padding: 14px 16px;
  border-left: 7px solid var(--ngreview-green);
  border-radius: 0 18px 18px 0;
  background: #fffaf0;
  color: #480f82;
  text-transform: none;
  letter-spacing: -0.025em;
}

.theme-nigeria-bookmaker-reviews .ngreview-sidebar .sidebar-panel {
  border-radius: 24px 6px 24px 6px;
  background: #480f82;
  color: #fffdf3;
}

.theme-nigeria-bookmaker-reviews .ngreview-sidebar .sidebar-panel a,
.theme-nigeria-bookmaker-reviews .ngreview-sidebar .sidebar-panel h2 {
  color: #fffdf3;
}

@media (max-width: 980px) {
  .theme-senegal-1xbet-editorial .reviewhub-source-burger,
  .theme-nigeria-bookmaker-reviews .reviewhub-source-burger {
    grid-area: menu;
    justify-self: end;
  }

  .theme-senegal-1xbet-editorial .reviewhub-source-burger nav,
  .theme-nigeria-bookmaker-reviews .reviewhub-source-burger nav {
    position: fixed;
    top: 82px;
    right: 14px;
    left: 14px;
    width: auto;
    grid-template-columns: minmax(0, 1fr);
    max-height: calc(100vh - 110px);
  }

  .theme-senegal-1xbet-editorial .senegal-hero .keyword-image {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(260px, 76vw);
    margin: 22px 0 0 clamp(28px, 8vw, 52px);
  }
}

@media (max-width: 640px) {
  .theme-senegal-1xbet-editorial .senegal-hero h1,
  .theme-nigeria-bookmaker-reviews .ngreview-home__header h1,
  .theme-nigeria-bookmaker-reviews .ngreview-article h1 {
    font-size: clamp(2.55rem, 14vw, 4.2rem);
  }

  .theme-senegal-1xbet-editorial .senegal-section,
  .theme-nigeria-bookmaker-reviews .ngreview-card,
  .theme-nigeria-bookmaker-reviews .ngreview-article {
    box-shadow: 8px 8px 0 rgba(108, 2, 211, 0.08);
  }
}

.theme-betwarrior-brazil-review {
  --bw-black: #070b09;
  --bw-panel: #0d1511;
  --bw-green: #00a84f;
  --bw-lime: #d8ff2f;
  --bw-orange: #ff5a2b;
  --bw-paper: #f4f6e8;
  --bw-ink: #101913;
  color: var(--bw-ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(216, 255, 47, 0.22), transparent 22rem),
    linear-gradient(135deg, rgba(0, 168, 79, 0.14) 0 22%, transparent 22% 100%),
    linear-gradient(180deg, #070b09 0 360px, #e6ebd8 360px 100%);
}

.theme-betwarrior-brazil-review .site-header {
  position: relative;
  z-index: 80;
  background:
    linear-gradient(90deg, var(--bw-green) 0 8px, transparent 8px),
    linear-gradient(135deg, #070b09, #0f2018 58%, #24110d);
  border-bottom: 4px solid var(--bw-lime);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

.theme-betwarrior-brazil-review .site-header__inner {
  width: min(1380px, calc(100% - 32px));
  gap: 12px;
}

.theme-betwarrior-brazil-review .betwarrior-brand {
  flex: 0 0 auto;
  color: #fffef0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.theme-betwarrior-brazil-review .betwarrior-brand::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 9px;
  background: var(--bw-lime);
  box-shadow: 8px 0 0 var(--bw-green), 16px 0 0 var(--bw-orange);
}

.theme-betwarrior-brazil-review .betwarrior-nav {
  min-width: 0;
  max-width: calc(100% - 260px);
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(216, 255, 47, 0.35) transparent;
}

.theme-betwarrior-brazil-review .betwarrior-nav > a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(216, 255, 47, 0.24);
  border-radius: 999px;
  color: #fffef0;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.theme-betwarrior-brazil-review .betwarrior-nav > a:hover,
.theme-betwarrior-brazil-review .betwarrior-nav > a:focus-visible {
  border-color: var(--bw-lime);
  color: var(--bw-black);
  background: var(--bw-lime);
}

.theme-betwarrior-brazil-review .reviewhub-source-burger {
  --source-burger-bg: #08100d;
  --source-burger-border: rgba(216, 255, 47, 0.34);
  --source-burger-line: rgba(216, 255, 47, 0.16);
  --source-burger-link: #fffef0;
  --source-burger-hover: rgba(216, 255, 47, 0.14);
  flex: 0 0 auto;
  position: relative;
  z-index: 90;
}

.theme-betwarrior-brazil-review .reviewhub-source-burger summary {
  width: 42px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 255, 47, 0.44);
  border-radius: 10px;
  color: var(--bw-lime);
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.theme-betwarrior-brazil-review .reviewhub-source-burger summary::-webkit-details-marker {
  display: none;
}

.theme-betwarrior-brazil-review .reviewhub-source-burger[open] summary {
  color: var(--bw-black);
  background: var(--bw-lime);
}

.theme-betwarrior-brazil-review .reviewhub-source-burger nav {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(640px, calc(100vw - 28px));
  max-height: min(70vh, 520px);
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--source-burger-border);
  border-radius: 18px;
  background: var(--source-burger-bg);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.42);
}

.theme-betwarrior-brazil-review .reviewhub-source-burger nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--source-burger-line);
  border-radius: 12px;
  color: var(--source-burger-link);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.theme-betwarrior-brazil-review .reviewhub-source-burger nav a:hover,
.theme-betwarrior-brazil-review .reviewhub-source-burger nav a:focus-visible {
  border-color: var(--bw-lime);
  background: var(--source-burger-hover);
}

.theme-betwarrior-brazil-review .betwarrior-page-shell {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(30px, 5vw, 64px) 0;
}

.theme-betwarrior-brazil-review .betwarrior-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(340px, 42vw, 520px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid rgba(216, 255, 47, 0.24);
  border-radius: 34px 6px 34px 6px;
  background:
    linear-gradient(115deg, rgba(216, 255, 47, 0.18) 0 20%, transparent 20% 100%),
    radial-gradient(circle at 84% 22%, rgba(255, 90, 43, 0.22), transparent 20rem),
    linear-gradient(135deg, #07100c 0%, #0b2018 54%, #1f120e 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.theme-betwarrior-brazil-review .betwarrior-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: 42%;
  aspect-ratio: 1;
  border: 38px solid rgba(216, 255, 47, 0.08);
  transform: rotate(18deg);
}

.theme-betwarrior-brazil-review .betwarrior-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 255, 47, 0.42);
  border-radius: 999px;
  color: var(--bw-lime);
  background: rgba(0, 0, 0, 0.26);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.theme-betwarrior-brazil-review .betwarrior-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: #fffef0;
  font-size: clamp(3.1rem, 8vw, 7.4rem);
  line-height: 0.84;
  letter-spacing: -0.09em;
  text-transform: uppercase;
}

.theme-betwarrior-brazil-review .betwarrior-hero > div {
  position: relative;
  z-index: 2;
}

.theme-betwarrior-brazil-review .betwarrior-hero .reviewhub-keyword-visual {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(260px, 32vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(216, 255, 47, 0.34);
  border-radius: 34px 6px 34px 6px;
  background:
    linear-gradient(135deg, rgba(216, 255, 47, 0.18), transparent 42%),
    radial-gradient(circle at 70% 20%, rgba(255, 90, 43, 0.22), transparent 44%),
    rgba(255, 255, 255, 0.055);
  transform: rotate(4deg);
  box-shadow: 16px 16px 0 rgba(0, 168, 79, 0.16), 0 28px 60px rgba(0, 0, 0, 0.36);
}

.theme-betwarrior-brazil-review .betwarrior-hero .reviewhub-keyword-visual img {
  width: min(118px, 45%);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.38));
}

.theme-betwarrior-brazil-review .betwarrior-source-card {
  margin-top: clamp(20px, 4vw, 38px);
  padding: clamp(26px, 5vw, 52px);
  border: 1px solid rgba(16, 25, 19, 0.14);
  border-top: 9px solid var(--bw-lime);
  border-radius: 6px 28px 6px 28px;
  background:
    linear-gradient(135deg, rgba(0, 168, 79, 0.1), transparent 42%),
    #fffef4;
  box-shadow: 14px 14px 0 rgba(0, 168, 79, 0.12), 0 24px 58px rgba(7, 11, 9, 0.14);
}

.theme-betwarrior-brazil-review .betwarrior-source-card p {
  max-width: 900px;
  color: #263229;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.72;
}

.theme-betwarrior-brazil-review .betwarrior-source-card h2 {
  margin: 2.1em 0 0.8em;
  color: #07100c;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.theme-betwarrior-brazil-review .betwarrior-source-card h2::before {
  content: "";
  width: 34px;
  height: 10px;
  display: inline-block;
  margin-right: 12px;
  background: linear-gradient(90deg, var(--bw-green), var(--bw-lime));
  transform: skewX(-18deg);
  vertical-align: 0.15em;
}

.theme-betwarrior-brazil-review .betwarrior-source-card ul,
.theme-betwarrior-brazil-review .betwarrior-source-card ol {
  max-width: 900px;
  margin: 1em 0 1.45em;
  padding: 18px 20px 18px 38px;
  border: 1px solid rgba(0, 168, 79, 0.22);
  border-left: 7px solid var(--bw-green);
  border-radius: 4px 18px 4px 18px;
  background: rgba(0, 168, 79, 0.055);
  color: #1d2a21;
  font-weight: 700;
}

.theme-betwarrior-brazil-review .betwarrior-source-card li {
  margin: 0.48em 0;
  line-height: 1.58;
}

.theme-betwarrior-brazil-review .betwarrior-source-card table {
  width: 100%;
  margin: 1.35em 0 2em;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 16, 12, 0.18);
  border-radius: 5px 22px 5px 22px;
  background: #fffdf2;
  box-shadow: 8px 8px 0 rgba(216, 255, 47, 0.25);
}

.theme-betwarrior-brazil-review .betwarrior-source-card td,
.theme-betwarrior-brazil-review .betwarrior-source-card th {
  padding: 13px 14px;
  border-right: 1px solid rgba(7, 16, 12, 0.12);
  border-bottom: 1px solid rgba(7, 16, 12, 0.12);
  color: #152019;
  font-size: 0.96rem;
  line-height: 1.45;
  vertical-align: top;
}

.theme-betwarrior-brazil-review .betwarrior-source-card tr:first-child td,
.theme-betwarrior-brazil-review .betwarrior-source-card th {
  color: #fffef0;
  background: linear-gradient(90deg, #07100c, #0b281a);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.theme-betwarrior-brazil-review .betwarrior-source-card tr:nth-child(even):not(:first-child) td {
  background: rgba(0, 168, 79, 0.045);
}

.theme-betwarrior-brazil-review .betwarrior-source-card .betwarrior-faq {
  max-width: 900px;
  margin: 12px 0;
  border: 1px solid rgba(216, 255, 47, 0.32);
  border-radius: 5px 18px 5px 18px;
  background: #101913;
  color: #fffef0;
  box-shadow: 6px 6px 0 rgba(255, 90, 43, 0.18);
}

.theme-betwarrior-brazil-review .betwarrior-source-card .betwarrior-faq summary {
  padding: 15px 18px;
  color: var(--bw-lime);
  font-weight: 900;
  cursor: pointer;
}

.theme-betwarrior-brazil-review .betwarrior-source-card .betwarrior-faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: #fffef0;
  font-size: 1rem;
}

.theme-betwarrior-brazil-review .responsible-gambling {
  margin-top: 22px;
  border-radius: 18px 4px 18px 4px;
  background: #111b16;
  color: #fffef0;
}

@media (max-width: 980px) {
  .theme-betwarrior-brazil-review .site-header__inner {
    display: grid;
    grid-template-areas:
      "brand menu"
      "nav nav";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding-block: 12px;
  }

  .theme-betwarrior-brazil-review .betwarrior-brand {
    grid-area: brand;
  }

  .theme-betwarrior-brazil-review .betwarrior-nav {
    grid-area: nav;
    max-width: 100%;
  }

  .theme-betwarrior-brazil-review .reviewhub-source-burger {
    grid-area: menu;
    justify-self: end;
  }

  .theme-betwarrior-brazil-review .reviewhub-source-burger nav {
    position: fixed;
    top: 82px;
    right: 14px;
    left: 14px;
    width: auto;
    grid-template-columns: minmax(0, 1fr);
    max-height: calc(100vh - 110px);
  }

  .theme-betwarrior-brazil-review .betwarrior-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .theme-betwarrior-brazil-review .betwarrior-hero .reviewhub-keyword-visual {
    width: min(220px, 62vw);
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .theme-betwarrior-brazil-review .betwarrior-hero h1 {
    font-size: clamp(2.45rem, 14vw, 4.1rem);
  }

  .theme-betwarrior-brazil-review .betwarrior-hero,
  .theme-betwarrior-brazil-review .betwarrior-source-card {
    box-shadow: 8px 8px 0 rgba(0, 168, 79, 0.11);
  }

  .theme-betwarrior-brazil-review .betwarrior-source-card {
    overflow-x: hidden;
  }

  .theme-betwarrior-brazil-review .betwarrior-source-card table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.theme-helabet-senegal-protection {
  --hsn-bg: #041411;
  --hsn-panel: #071d18;
  --hsn-panel-2: #0b2b23;
  --hsn-green: #3cff98;
  --hsn-cyan: #25d9ff;
  --hsn-amber: #ffbf2f;
  --hsn-red: #ff3d46;
  --hsn-paper: #f2fff7;
  --hsn-ink: #0b1713;
  color: var(--hsn-ink);
  background:
    radial-gradient(circle at 9% 4%, rgba(60, 255, 152, 0.22), transparent 24rem),
    radial-gradient(circle at 88% 16%, rgba(37, 217, 255, 0.18), transparent 22rem),
    linear-gradient(135deg, rgba(255, 191, 47, 0.10) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #041411 0 390px, #e8f5ea 390px 100%);
}

.theme-helabet-senegal-protection .site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background:
    linear-gradient(90deg, var(--hsn-green) 0 7px, transparent 7px),
    linear-gradient(135deg, #03100d, #0a261f 58%, #1a1205);
  border-bottom: 3px solid var(--hsn-amber);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.42);
}

.theme-helabet-senegal-protection .site-header__inner {
  width: min(1400px, calc(100% - 30px));
  gap: 12px;
}

.theme-helabet-senegal-protection .helabet-sn-brand {
  flex: 0 0 auto;
  color: var(--hsn-paper);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-decoration: none;
  text-transform: uppercase;
}

.theme-helabet-senegal-protection .helabet-sn-brand::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 9px;
  clip-path: polygon(50% 0, 100% 26%, 88% 100%, 12% 100%, 0 26%);
  background: var(--hsn-green);
  box-shadow: 10px 0 0 var(--hsn-amber), 20px 0 0 var(--hsn-cyan);
}

.theme-helabet-senegal-protection .helabet-sn-nav {
  min-width: 0;
  max-width: calc(100% - 270px);
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(60, 255, 152, 0.45) transparent;
}

.theme-helabet-senegal-protection .helabet-sn-nav > a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(60, 255, 152, 0.26);
  border-radius: 10px 2px 10px 2px;
  color: var(--hsn-paper);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.theme-helabet-senegal-protection .helabet-sn-nav > a:hover,
.theme-helabet-senegal-protection .helabet-sn-nav > a:focus-visible {
  color: #03100d;
  background: var(--hsn-green);
  border-color: var(--hsn-green);
}

.theme-helabet-senegal-protection .reviewhub-source-burger {
  --source-burger-bg: #061713;
  --source-burger-border: rgba(60, 255, 152, 0.38);
  --source-burger-line: rgba(255, 191, 47, 0.16);
  --source-burger-link: #f2fff7;
  --source-burger-hover: rgba(60, 255, 152, 0.12);
  flex: 0 0 auto;
  position: relative;
  z-index: 100;
}

.theme-helabet-senegal-protection .reviewhub-source-burger summary {
  width: 42px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(60, 255, 152, 0.46);
  border-radius: 12px 3px 12px 3px;
  color: var(--hsn-green);
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.theme-helabet-senegal-protection .reviewhub-source-burger summary::-webkit-details-marker {
  display: none;
}

.theme-helabet-senegal-protection .reviewhub-source-burger[open] summary {
  color: #03100d;
  background: var(--hsn-green);
}

.theme-helabet-senegal-protection .reviewhub-source-burger nav {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(760px, calc(100vw - 28px));
  max-height: min(72vh, 560px);
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--source-burger-border);
  border-radius: 22px 4px 22px 4px;
  background:
    linear-gradient(135deg, rgba(60, 255, 152, 0.08), transparent 36%),
    var(--source-burger-bg);
  box-shadow: 0 26px 82px rgba(0, 0, 0, 0.48);
}

.theme-helabet-senegal-protection .reviewhub-source-burger nav a {
  min-height: 43px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--source-burger-line);
  border-radius: 13px 3px 13px 3px;
  color: var(--source-burger-link);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.theme-helabet-senegal-protection .reviewhub-source-burger nav a:hover,
.theme-helabet-senegal-protection .reviewhub-source-burger nav a:focus-visible {
  border-color: var(--hsn-green);
  background: var(--source-burger-hover);
}

.theme-helabet-senegal-protection .helabet-sn-page-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(30px, 5vw, 66px) 0;
}

.theme-helabet-senegal-protection .helabet-sn-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(330px, 43vw, 540px);
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(230px, 0.78fr);
  gap: clamp(22px, 5vw, 68px);
  align-items: center;
  padding: clamp(30px, 6vw, 76px);
  border: 1px solid rgba(60, 255, 152, 0.28);
  border-radius: 36px 5px 36px 5px;
  background:
    linear-gradient(116deg, rgba(60, 255, 152, 0.16) 0 18%, transparent 18% 100%),
    radial-gradient(circle at 86% 22%, rgba(37, 217, 255, 0.22), transparent 20rem),
    radial-gradient(circle at 18% 82%, rgba(255, 61, 70, 0.16), transparent 18rem),
    linear-gradient(135deg, #03100d 0%, #09251f 58%, #160f05 100%);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.46);
}

.theme-helabet-senegal-protection .helabet-sn-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(255, 191, 47, 0.22);
  border-radius: 28px 4px 28px 4px;
  pointer-events: none;
}

.theme-helabet-senegal-protection .helabet-sn-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -18%;
  width: 42%;
  aspect-ratio: 1;
  border: 34px solid rgba(37, 217, 255, 0.08);
  transform: rotate(18deg);
}

.theme-helabet-senegal-protection .helabet-sn-hero__copy {
  position: relative;
  z-index: 2;
}

.theme-helabet-senegal-protection .helabet-sn-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--hsn-paper);
  font-size: clamp(3rem, 7.6vw, 7.1rem);
  line-height: 0.84;
  letter-spacing: -0.09em;
  text-transform: uppercase;
}

.theme-helabet-senegal-protection .helabet-sn-hero .reviewhub-keyword-visual {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(260px, 31vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(60, 255, 152, 0.38);
  border-radius: 36px 5px 36px 5px;
  background:
    linear-gradient(135deg, rgba(60, 255, 152, 0.18), transparent 42%),
    radial-gradient(circle at 70% 20%, rgba(255, 191, 47, 0.22), transparent 44%),
    rgba(255, 255, 255, 0.055);
  transform: rotate(4deg);
  box-shadow: 16px 16px 0 rgba(37, 217, 255, 0.13), 0 28px 60px rgba(0, 0, 0, 0.38);
}

.theme-helabet-senegal-protection .helabet-sn-hero .reviewhub-keyword-visual img {
  width: min(118px, 45%);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.38));
}

.theme-helabet-senegal-protection .helabet-sn-source-card {
  margin-top: clamp(20px, 4vw, 38px);
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid rgba(8, 27, 22, 0.16);
  border-top: 9px solid var(--hsn-green);
  border-radius: 5px 30px 5px 30px;
  background:
    linear-gradient(135deg, rgba(60, 255, 152, 0.10), transparent 42%),
    #fbfff4;
  box-shadow: 14px 14px 0 rgba(37, 217, 255, 0.12), 0 24px 58px rgba(4, 20, 17, 0.15);
}

.theme-helabet-senegal-protection .helabet-sn-source-card p {
  max-width: 920px;
  color: #1d2a23;
  font-size: clamp(1.05rem, 1.9vw, 1.22rem);
  line-height: 1.72;
}

.theme-helabet-senegal-protection .helabet-sn-source-card h2,
.theme-helabet-senegal-protection .helabet-sn-source-card h3 {
  margin: 2.15em 0 0.8em;
  color: #061713;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.theme-helabet-senegal-protection .helabet-sn-source-card h2::before,
.theme-helabet-senegal-protection .helabet-sn-source-card h3::before {
  content: "";
  width: 34px;
  height: 10px;
  display: inline-block;
  margin-right: 12px;
  background: linear-gradient(90deg, var(--hsn-green), var(--hsn-cyan));
  transform: skewX(-18deg);
  vertical-align: 0.14em;
}

.theme-helabet-senegal-protection .helabet-sn-source-card ul,
.theme-helabet-senegal-protection .helabet-sn-source-card ol {
  max-width: 920px;
  margin: 1em 0 1.45em;
  padding: 18px 20px 18px 38px;
  border: 1px solid rgba(60, 255, 152, 0.24);
  border-left: 7px solid var(--hsn-green);
  border-radius: 4px 20px 4px 20px;
  background: rgba(60, 255, 152, 0.06);
  color: #17231c;
  font-weight: 700;
}

.theme-helabet-senegal-protection .helabet-sn-source-card li {
  margin: 0.5em 0;
  line-height: 1.58;
}

.theme-helabet-senegal-protection .helabet-sn-source-card table {
  width: 100%;
  margin: 1.35em 0 2em;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 23, 19, 0.18);
  border-radius: 5px 22px 5px 22px;
  background: #fffff5;
  box-shadow: 8px 8px 0 rgba(255, 191, 47, 0.23);
}

.theme-helabet-senegal-protection .helabet-sn-source-card td,
.theme-helabet-senegal-protection .helabet-sn-source-card th {
  padding: 13px 14px;
  border-right: 1px solid rgba(6, 23, 19, 0.12);
  border-bottom: 1px solid rgba(6, 23, 19, 0.12);
  color: #14211b;
  font-size: 0.95rem;
  line-height: 1.45;
  vertical-align: top;
}

.theme-helabet-senegal-protection .helabet-sn-source-card tr:first-child td,
.theme-helabet-senegal-protection .helabet-sn-source-card th {
  color: var(--hsn-paper);
  background: linear-gradient(90deg, #041411, #0a3126);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.theme-helabet-senegal-protection .helabet-sn-source-card tr:nth-child(even):not(:first-child) td {
  background: rgba(37, 217, 255, 0.045);
}

.theme-helabet-senegal-protection .helabet-sn-source-card details {
  max-width: 920px;
  margin: 12px 0;
  border: 1px solid rgba(60, 255, 152, 0.34);
  border-radius: 5px 18px 5px 18px;
  background: #081b16;
  color: var(--hsn-paper);
  box-shadow: 6px 6px 0 rgba(255, 61, 70, 0.16);
}

.theme-helabet-senegal-protection .helabet-sn-source-card summary {
  padding: 15px 18px;
  color: var(--hsn-green);
  font-weight: 900;
  cursor: pointer;
}

.theme-helabet-senegal-protection .helabet-sn-source-card details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--hsn-paper);
  font-size: 1rem;
}

.theme-helabet-senegal-protection .responsible-gambling {
  margin-top: 22px;
  border-radius: 18px 4px 18px 4px;
  background: #071d18;
  color: var(--hsn-paper);
}

/* Helabet Senegal: use the actual purple/yellow brand language over a black
   surface. The article itself remains the source of truth; these rules only
   present its existing semantic markup. */
body.theme-helabet-senegal-protection {
  --hsn-bg: #08060d;
  --hsn-panel: #120d1d;
  --hsn-panel-2: #1b102a;
  --hsn-purple: #6c02d3;
  --hsn-purple-deep: #480f82;
  --hsn-yellow: #fcca00;
  --hsn-paper: #fffdf8;
  --hsn-copy: #f0ebf8;
  background:
    radial-gradient(circle at 88% 4%, rgba(108, 2, 211, 0.24), transparent 31rem),
    radial-gradient(circle at 6% 28%, rgba(252, 202, 0, 0.10), transparent 24rem),
    #08060d !important;
  color: var(--hsn-copy) !important;
}

body.theme-helabet-senegal-protection .site-header {
  background: linear-gradient(115deg, #0a0710 0%, #220941 48%, #480f82 100%) !important;
  border-bottom: 3px solid var(--hsn-yellow) !important;
}

body.theme-helabet-senegal-protection .site-header .brand-mark--helabet {
  min-height: 46px;
  padding: 0;
}

body.theme-helabet-senegal-protection .site-header .helabet-brand-logo {
  width: min(184px, 46vw);
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

body.theme-helabet-senegal-protection .reviewhub-source-nav > a,
body.theme-helabet-senegal-protection .reviewhub-source-burger summary {
  color: var(--hsn-paper) !important;
  border-color: rgba(252, 202, 0, 0.52) !important;
}

body.theme-helabet-senegal-protection .reviewhub-source-nav > a:hover,
body.theme-helabet-senegal-protection .reviewhub-source-nav > a:focus-visible,
body.theme-helabet-senegal-protection .reviewhub-source-burger summary:hover,
body.theme-helabet-senegal-protection .reviewhub-source-burger summary:focus-visible {
  color: #140a20 !important;
  background: var(--hsn-yellow) !important;
  border-color: var(--hsn-yellow) !important;
}

body.theme-helabet-senegal-protection .helabet-sn-page-shell {
  width: min(1240px, calc(100% - 28px));
}

body.theme-helabet-senegal-protection .helabet-sn-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  min-height: 430px;
  border-color: rgba(108, 2, 211, 0.72);
  border-radius: 28px 8px 28px 8px;
  background:
    radial-gradient(circle at 84% 12%, rgba(252, 202, 0, 0.16), transparent 18rem),
    radial-gradient(circle at 12% 90%, rgba(108, 2, 211, 0.28), transparent 24rem),
    linear-gradient(135deg, #0a0710, #150a20 60%, #08060d) !important;
}

body.theme-helabet-senegal-protection .helabet-sn-hero::before {
  border-color: rgba(252, 202, 0, 0.34);
}

body.theme-helabet-senegal-protection .helabet-sn-hero::after {
  border-color: rgba(108, 2, 211, 0.22);
}

body.theme-helabet-senegal-protection .helabet-sn-hero h1 {
  max-width: none;
  color: var(--hsn-paper) !important;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: none;
}

body.theme-helabet-senegal-protection .helabet-sn-hero .reviewhub-keyword-visual {
  width: min(560px, 100%);
  height: min(310px, 27vw);
  aspect-ratio: auto;
  overflow: hidden;
  border-color: rgba(252, 202, 0, 0.56);
  border-radius: 20px 5px 20px 5px;
  background: #0b0810;
  transform: none;
  box-shadow: 14px 14px 0 rgba(108, 2, 211, 0.28), 0 28px 60px rgba(0, 0, 0, 0.42);
}

body.theme-helabet-senegal-protection .helabet-sn-hero .reviewhub-keyword-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

body.theme-helabet-senegal-protection .helabet-sn-source-card {
  border: 1px solid rgba(108, 2, 211, 0.60);
  border-top: 7px solid var(--hsn-yellow);
  border-radius: 8px 26px 8px 26px;
  background:
    linear-gradient(135deg, rgba(108, 2, 211, 0.14), transparent 34%),
    var(--hsn-panel) !important;
  box-shadow: 12px 12px 0 rgba(72, 15, 130, 0.35), 0 24px 58px rgba(0, 0, 0, 0.36);
}

body.theme-helabet-senegal-protection .helabet-sn-source-card p,
body.theme-helabet-senegal-protection .helabet-sn-source-card li,
body.theme-helabet-senegal-protection .helabet-sn-source-card td {
  color: var(--hsn-copy) !important;
  font-weight: 400;
}

body.theme-helabet-senegal-protection .helabet-sn-source-card h2,
body.theme-helabet-senegal-protection .helabet-sn-source-card h3 {
  color: var(--hsn-yellow) !important;
  font-family: Inter, Arial, sans-serif;
  letter-spacing: -0.025em;
  text-transform: none;
}

body.theme-helabet-senegal-protection .helabet-sn-source-card h2 { font-weight: 400 !important; }
body.theme-helabet-senegal-protection .helabet-sn-source-card h3 { font-weight: 400 !important; }
body.theme-helabet-senegal-protection .helabet-sn-source-card h2::before,
body.theme-helabet-senegal-protection .helabet-sn-source-card h3::before { display: none; }
body.theme-helabet-senegal-protection .helabet-sn-source-card strong,
body.theme-helabet-senegal-protection .helabet-sn-source-card b { font-weight: 600 !important; }

body.theme-helabet-senegal-protection .helabet-sn-source-card ul,
body.theme-helabet-senegal-protection .helabet-sn-source-card ol {
  list-style-position: outside;
  margin: 1em 0 1.45em;
  padding: 0 0 0 1.4em;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hsn-copy);
  font-weight: 400;
}

body.theme-helabet-senegal-protection .helabet-sn-source-card ul { list-style-type: disc; }
body.theme-helabet-senegal-protection .helabet-sn-source-card ol { list-style-type: decimal; }
body.theme-helabet-senegal-protection .helabet-sn-source-card li::marker { color: var(--hsn-yellow); }

body.theme-helabet-senegal-protection .helabet-sn-source-card table {
  background: #0c0913;
  border-color: rgba(108, 2, 211, 0.56);
  box-shadow: 8px 8px 0 rgba(72, 15, 130, 0.34);
}

body.theme-helabet-senegal-protection .helabet-sn-source-card td,
body.theme-helabet-senegal-protection .helabet-sn-source-card th {
  color: var(--hsn-copy) !important;
  border-color: rgba(255, 253, 248, 0.14);
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

/* Colour belongs only to semantic table headers, never to a body row. */
body.theme-helabet-senegal-protection .helabet-sn-source-card tr:first-child td,
body.theme-helabet-senegal-protection .helabet-sn-source-card tr:nth-child(even):not(:first-child) td,
body.theme-helabet-senegal-protection .helabet-sn-source-card tbody td {
  color: var(--hsn-copy) !important;
  background: transparent !important;
  font-weight: 400;
}
body.theme-helabet-senegal-protection .helabet-sn-source-card thead th {
  color: #170b22 !important;
  background: var(--hsn-yellow) !important;
  font-weight: 600;
}

body.theme-helabet-senegal-protection .helabet-sn-source-card a {
  color: var(--hsn-yellow);
  text-decoration-color: rgba(252, 202, 0, 0.48);
}

body.theme-helabet-senegal-protection .helabet-sn-source-card details,
body.theme-helabet-senegal-protection .responsible-gambling {
  border-color: rgba(108, 2, 211, 0.65);
  background: #0c0913;
  box-shadow: 6px 6px 0 rgba(72, 15, 130, 0.32);
}

body.theme-helabet-senegal-protection .helabet-sn-source-card summary { color: var(--hsn-yellow); font-weight: 400; }
body.theme-helabet-senegal-protection .helabet-sn-source-card details p { color: var(--hsn-copy) !important; }

body.theme-helabet-senegal-protection .cta-box,
body.theme-helabet-senegal-protection .responsible-note {
  margin: 26px 0 0;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(252, 202, 0, 0.48);
  border-left: 6px solid var(--hsn-yellow);
  border-radius: 8px 22px 8px 22px;
  background:
    linear-gradient(135deg, rgba(108, 2, 211, 0.24), transparent 52%),
    #120d1d;
  color: var(--hsn-copy);
  box-shadow: 9px 9px 0 rgba(72, 15, 130, 0.3);
}

body.theme-helabet-senegal-protection .cta-box p,
body.theme-helabet-senegal-protection .responsible-note p {
  max-width: 78ch;
  margin: 0 0 12px;
  color: var(--hsn-copy);
}

body.theme-helabet-senegal-protection .cta-box p:last-of-type,
body.theme-helabet-senegal-protection .responsible-note p:last-child {
  margin-bottom: 0;
}

body.theme-helabet-senegal-protection .cta-box strong {
  color: var(--hsn-yellow);
}

body.theme-helabet-senegal-protection .cta-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 22px;
  border: 2px solid var(--hsn-yellow);
  border-radius: 5px 14px 5px 14px;
  background: var(--hsn-yellow);
  color: #170b22;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 5px 5px 0 rgba(108, 2, 211, 0.62);
}

body.theme-helabet-senegal-protection .cta-box a:hover,
body.theme-helabet-senegal-protection .cta-box a:focus-visible {
  border-color: var(--hsn-paper);
  background: var(--hsn-paper);
  color: var(--hsn-purple-deep);
}

body.theme-helabet-senegal-protection .responsible-note {
  border-color: rgba(108, 2, 211, 0.72);
  border-left-color: var(--hsn-purple);
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  body.theme-helabet-senegal-protection .helabet-sn-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  body.theme-helabet-senegal-protection .helabet-sn-hero .reviewhub-keyword-visual {
    justify-self: stretch;
    width: 100%;
    height: clamp(185px, 55vw, 310px);
  }
}

@media (max-width: 980px) {
  .theme-helabet-senegal-protection .site-header__inner {
    display: grid;
    grid-template-areas:
      "brand menu"
      "nav nav";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding-block: 12px;
  }

  .theme-helabet-senegal-protection .helabet-sn-brand {
    grid-area: brand;
  }

  .theme-helabet-senegal-protection .helabet-sn-nav {
    grid-area: nav;
    max-width: 100%;
  }

  .theme-helabet-senegal-protection .reviewhub-source-burger {
    grid-area: menu;
    justify-self: end;
  }

  .theme-helabet-senegal-protection .reviewhub-source-burger nav {
    position: fixed;
    top: 82px;
    right: 14px;
    left: 14px;
    width: auto;
    grid-template-columns: minmax(0, 1fr);
    max-height: calc(100vh - 110px);
  }

  .theme-helabet-senegal-protection .helabet-sn-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .theme-helabet-senegal-protection .helabet-sn-hero .reviewhub-keyword-visual {
    width: min(220px, 62vw);
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .theme-helabet-senegal-protection .helabet-sn-hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .theme-helabet-senegal-protection .helabet-sn-hero,
  .theme-helabet-senegal-protection .helabet-sn-source-card {
    box-shadow: 8px 8px 0 rgba(37, 217, 255, 0.10);
  }

  .theme-helabet-senegal-protection .helabet-sn-source-card {
    overflow-x: hidden;
  }

  .theme-helabet-senegal-protection .helabet-sn-source-card table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.theme-helabet-senegal-protection .cta-box a {
    width: 100%;
  }
}

/* 2026-07-17: hard visual QA corrections for the four online-table review sites.
   Content, URLs, headings, meta and link labels are intentionally untouched. */
@media (max-width: 980px) {
  .theme-nigeria-bookmaker-reviews .site-header__inner,
  .theme-senegal-1xbet-editorial .site-header__inner,
  .theme-betwarrior-brazil-review .site-header__inner,
  .theme-helabet-senegal-protection .site-header__inner {
    overflow: visible;
  }

  .theme-nigeria-bookmaker-reviews .ngreview-source-nav,
  .theme-senegal-1xbet-editorial .senegal-nav,
  .theme-betwarrior-brazil-review .betwarrior-nav,
  .theme-helabet-senegal-protection .helabet-sn-nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    overflow: visible;
    padding: 0;
  }

  .theme-nigeria-bookmaker-reviews .ngreview-source-nav > a,
  .theme-senegal-1xbet-editorial .senegal-nav > a,
  .theme-betwarrior-brazil-review .betwarrior-nav > a,
  .theme-helabet-senegal-protection .helabet-sn-nav > a {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    min-height: 40px;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .theme-nigeria-bookmaker-reviews .reviewhub-source-burger nav,
  .theme-senegal-1xbet-editorial .reviewhub-source-burger nav,
  .theme-betwarrior-brazil-review .reviewhub-source-burger nav,
  .theme-helabet-senegal-protection .reviewhub-source-burger nav {
    top: 96px;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100vh - 122px);
    overscroll-behavior: contain;
  }
}

@media (max-width: 640px) {
  .theme-nigeria-bookmaker-reviews .ngreview-source-nav > a,
  .theme-senegal-1xbet-editorial .senegal-nav > a,
  .theme-betwarrior-brazil-review .betwarrior-nav > a,
  .theme-helabet-senegal-protection .helabet-sn-nav > a {
    flex-basis: 100%;
  }

  .theme-nigeria-bookmaker-reviews .article-content,
  .theme-senegal-1xbet-editorial .senegal-section,
  .theme-betwarrior-brazil-review .betwarrior-source-card,
  .theme-helabet-senegal-protection .helabet-sn-source-card {
    overflow-x: clip;
  }

  .theme-nigeria-bookmaker-reviews .article-content table,
  .theme-senegal-1xbet-editorial .senegal-table-wrap table,
  .theme-betwarrior-brazil-review .betwarrior-source-card table,
  .theme-helabet-senegal-protection .helabet-sn-source-card table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .theme-nigeria-bookmaker-reviews .article-content th,
  .theme-nigeria-bookmaker-reviews .article-content td,
  .theme-senegal-1xbet-editorial .senegal-table-wrap th,
  .theme-senegal-1xbet-editorial .senegal-table-wrap td,
  .theme-betwarrior-brazil-review .betwarrior-source-card th,
  .theme-betwarrior-brazil-review .betwarrior-source-card td,
  .theme-helabet-senegal-protection .helabet-sn-source-card th,
  .theme-helabet-senegal-protection .helabet-sn-source-card td {
    min-width: min(220px, 72vw);
  }
}

/* The supplied Helabet source treats both check-mark lines and labelled
   stages as bullet lists. Keep their source text intact, but always expose a
   visible round marker before every top-level item. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps {
  display: block;
  list-style: disc outside;
  margin: 1.1rem 0 1.5rem;
  padding: 0 0 0 1.55rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list > li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps > li {
  display: list-item;
  margin: 0;
  padding: 0.25rem 0 0.25rem 0.25rem;
  border: 0;
  line-height: 1.62;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list > li + li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps > li + li {
  margin-top: 0.5rem;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list > li::before,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps > li::before {
  content: none;
  display: none;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list > li::marker,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps > li::marker {
  color: #6c02d3;
  font-weight: 700;
}

/* The supplied Helabet document uses one bullet treatment for every list.
   Tables retain only their own grid: surrounding decorative rules are not
   source content and must not add horizontal dividers to the article. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list {
  list-style: disc outside;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list > li {
  display: list-item;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list > li::marker {
  color: #6c02d3;
  font-weight: 700;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table > h2,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table > h3 {
  border-top: 0;
  border-bottom: 0;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-source-page.article-shell::before {
  content: none;
  display: none;
}

/* The source document has plain editorial text, not coloured bands or rules
   between paragraphs. Remove the theme's decorative separators from every
   source block while retaining only the grid of genuine source tables. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > h2,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > h3,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > p,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > ul,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > ol,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-list-intro,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-publication,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-warning-copy,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-label-block,
body.theme-congo-current.theme-helabet-protection .reviewhub-source-page .cta-box {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  box-shadow: none;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > h2,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > h3 {
  padding: 0;
}

/* Source prose needs the same readable editorial rhythm as the Brazil review
   pages: space comes from typography, never from decorative divider rules. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source {
  display: block;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > p {
  margin: 0 0 1rem !important;
  padding: 0;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > h2 {
  margin: 2.75rem 0 0.85rem !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > h3 {
  margin: 1.75rem 0 0.6rem !important;
  font-size: 1.2rem !important;
  line-height: 1.35 !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > ul,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source > ol {
  margin: 0 0 1.1rem !important;
}

/* Tables are source data rather than decorative dividers. Give every source
   cell its complete grid and retain the outer frame, including on the first
   and last rows. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table {
  border: 1px solid rgba(72, 15, 130, 0.22);
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table th,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-source-table td {
  border: 1px solid rgba(72, 15, 130, 0.13);
}

/* Every source list is a real bulleted list. This includes check-mark rows
   and the step groups: the bullet is intentionally shown before the supplied
   symbol/text, matching the formatting requested for the source articles. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-loose-list,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps .reviewhub-loose-list,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps .reviewhub-numbered-list {
  display: block !important;
  margin: 0 0 1.1rem !important;
  padding: 0 0 0 1.65rem !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  list-style: disc outside !important;
}

/* The source's explicit 1., 2., 3. sequences stay numbered. Check lists,
   field lists and Étape groups above deliberately remain bulleted. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps .reviewhub-numbered-list {
  list-style: decimal outside !important;
}

/* Nested source lists must be visually distinct from their parent Étape
   bullet. The parent keeps a dot; its child fields/actions use 1., 2., 3. */
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps > li > .reviewhub-loose-list {
  list-style: decimal outside !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list > li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps > li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-loose-list > li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list > li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps .reviewhub-loose-list > li,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps .reviewhub-numbered-list > li {
  display: list-item !important;
  margin: 0.32rem 0 !important;
  padding: 0 0 0 0.2rem !important;
  border: 0 !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-check-list > li::marker,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps > li::marker,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-loose-list > li::marker,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-numbered-list > li::marker {
  color: #6c02d3;
  font-weight: 700;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps > li > p,
body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps .reviewhub-list-intro {
  margin: 0 0 0.55rem !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps > li > p:last-child {
  margin-bottom: 0 !important;
}

body.theme-congo-current.theme-helabet-protection .reviewhub-formatted-source .reviewhub-steps .reviewhub-list-intro + ul {
  margin-top: 0 !important;
}

/* 2026-07-21: opt-in exclusive accordion for grouped source navigation.
   The class is emitted only when the current WordPress runtime enables its
   own rollback-safe feature option. Existing profile colours stay intact. */
body .reviewhub-source-burger--accordion .reviewhub-source-burger__group--accordion {
  display: block !important;
  min-width: 0;
  overflow: hidden;
}

body .reviewhub-source-burger--accordion .reviewhub-source-burger__group-toggle {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 14px !important;
  align-items: center !important;
  justify-content: initial !important;
  gap: 12px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 2px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  letter-spacing: normal !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-transform: none !important;
  transform: none !important;
  cursor: pointer;
  list-style: none;
  touch-action: manipulation;
}

body .reviewhub-source-burger--accordion .reviewhub-source-burger__group-toggle::-webkit-details-marker {
  display: none;
}

body .reviewhub-source-burger--accordion .reviewhub-source-burger__group-toggle::marker {
  content: "";
}

body .reviewhub-source-burger.reviewhub-source-burger--accordion .reviewhub-source-burger__group--accordion > .reviewhub-source-burger__group-toggle:hover,
body .reviewhub-source-burger.reviewhub-source-burger--accordion .reviewhub-source-burger__group--accordion[open] > .reviewhub-source-burger__group-toggle {
  color: inherit !important;
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: none !important;
  transform: none !important;
}

body .reviewhub-source-burger.reviewhub-source-burger--accordion .reviewhub-source-burger__group--accordion > .reviewhub-source-burger__group-toggle:focus-visible {
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 2px solid currentColor !important;
  outline-offset: 2px;
}

body .reviewhub-source-burger--accordion .reviewhub-source-burger__group-toggle .reviewhub-source-burger__group-label {
  min-width: 0;
  margin: 0 !important;
  overflow-wrap: anywhere;
  text-align: left !important;
}

body .reviewhub-source-burger--accordion .reviewhub-source-burger__group-chevron {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin: 0 2px 4px 0;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  opacity: 0.82;
  transform: rotate(45deg);
  transform-origin: 55% 55%;
  transition: transform 180ms ease;
}

body .reviewhub-source-burger--accordion .reviewhub-source-burger__group--accordion[open] > .reviewhub-source-burger__group-toggle .reviewhub-source-burger__group-chevron {
  margin-bottom: -3px;
  transform: rotate(225deg);
}

body .reviewhub-source-burger--accordion .reviewhub-source-burger__group--accordion:not([open]) > .reviewhub-source-burger__group-links {
  display: none !important;
}

body .reviewhub-source-burger--accordion .reviewhub-source-burger__group--accordion[open] > .reviewhub-source-burger__group-links {
  display: grid !important;
  margin-top: 8px;
}

@media (prefers-reduced-motion: reduce) {
  body .reviewhub-source-burger--accordion .reviewhub-source-burger__group-chevron {
    transition: none;
  }
}

/* 2026-07-20: source-table fidelity pass across the four review properties.
   This deliberately sits last, so older profile skins cannot restyle source
   body copy, a body-table row, or list semantics after this review. */
body.theme-nigeria-bookmaker-reviews .reviewhub-source-content,
body.theme-betwarrior-brazil-review .article-content,
body.theme-senegal-1xbet-editorial .senegal-section,
body.theme-helabet-senegal-protection .article-content {
  font-weight: 400;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-content h2,
body.theme-betwarrior-brazil-review .article-content h2,
body.theme-senegal-1xbet-editorial .senegal-section h2,
body.theme-helabet-senegal-protection .article-content h2 {
  font-weight: 600 !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-content h3,
body.theme-betwarrior-brazil-review .article-content h3,
body.theme-senegal-1xbet-editorial .senegal-section h3,
body.theme-helabet-senegal-protection .article-content h3 {
  font-weight: 400 !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-content strong,
body.theme-nigeria-bookmaker-reviews .reviewhub-source-content b,
body.theme-betwarrior-brazil-review .article-content strong,
body.theme-betwarrior-brazil-review .article-content b,
body.theme-senegal-1xbet-editorial .senegal-section strong,
body.theme-senegal-1xbet-editorial .senegal-section b,
body.theme-helabet-senegal-protection .article-content strong,
body.theme-helabet-senegal-protection .article-content b {
  font-weight: 600 !important;
}

/* In the Nigeria source copy, bold markup is semantic emphasis only. Keep the
   surrounding text colour and distinguish it with the intended bold weight. */
body.theme-nigeria-bookmaker-reviews .reviewhub-source-page .reviewhub-source-content strong,
body.theme-nigeria-bookmaker-reviews .reviewhub-source-page .reviewhub-source-content b {
  color: inherit !important;
  font-weight: 700 !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-content ul,
body.theme-betwarrior-brazil-review .article-content ul,
body.theme-senegal-1xbet-editorial .senegal-section ul,
body.theme-helabet-senegal-protection .article-content ul {
  list-style: disc outside;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-content ol,
body.theme-betwarrior-brazil-review .article-content ol,
body.theme-senegal-1xbet-editorial .senegal-section ol,
body.theme-helabet-senegal-protection .article-content ol {
  list-style: decimal outside;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-content li,
body.theme-betwarrior-brazil-review .article-content li,
body.theme-senegal-1xbet-editorial .senegal-section li,
body.theme-helabet-senegal-protection .article-content li {
  display: list-item;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-content tbody tr,
body.theme-nigeria-bookmaker-reviews .reviewhub-source-content tbody tr:nth-child(even),
body.theme-nigeria-bookmaker-reviews .reviewhub-source-content tbody td,
body.theme-betwarrior-brazil-review .article-content tbody tr,
body.theme-betwarrior-brazil-review .article-content tbody tr:nth-child(even),
body.theme-betwarrior-brazil-review .article-content tbody td,
body.theme-senegal-1xbet-editorial .senegal-section tbody tr,
body.theme-senegal-1xbet-editorial .senegal-section tbody tr:nth-child(even),
body.theme-senegal-1xbet-editorial .senegal-section tbody td,
body.theme-helabet-senegal-protection .article-content tbody tr,
body.theme-helabet-senegal-protection .article-content tbody tr:nth-child(even),
body.theme-helabet-senegal-protection .article-content tbody td {
  background: transparent !important;
}

body.theme-nigeria-bookmaker-reviews .site-header,
body.theme-helabet-senegal-protection .site-header {
  background: #480f82 !important;
  border-bottom-color: #fcca00 !important;
}

/* Nigeria source-card surfaces are intentionally light.  Keep their link and
   summary copy dark so the cards remain legible in the Helabet palette. */
body.theme-nigeria-bookmaker-reviews .reviewhub-source-card {
  background: #fffaf0 !important;
  border-color: #e4d8f0 !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-card h2,
body.theme-nigeria-bookmaker-reviews .reviewhub-source-card h2 a {
  color: #480f82 !important;
}

body.theme-nigeria-bookmaker-reviews .reviewhub-source-card p {
  color: #2b2140 !important;
}

/* Tanzania source fidelity: regular article headings/body copy and an
   unstriped table body, including the second row. */
body.theme-senegal-1xbet-editorial .senegal-section h2,
body.theme-senegal-1xbet-editorial .senegal-section h3,
body.theme-senegal-1xbet-editorial .senegal-section li,
body.theme-senegal-1xbet-editorial .senegal-table-wrap tbody td {
  font-weight: 400 !important;
}

body.theme-senegal-1xbet-editorial .senegal-table-wrap tbody tr:nth-child(2),
body.theme-senegal-1xbet-editorial .senegal-table-wrap tbody tr:nth-child(2) td {
  background: transparent !important;
}

@media (max-width: 640px) {
  body.theme-senegal-1xbet-editorial .reviewhub-source-burger > nav {
    grid-template-columns: minmax(0, 1fr);
  }

  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content table,
  body.theme-betwarrior-brazil-review .reviewhub-source-content table,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content table,
  body.theme-helabet-senegal-protection .reviewhub-source-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content th,
  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content td,
  body.theme-betwarrior-brazil-review .reviewhub-source-content th,
  body.theme-betwarrior-brazil-review .reviewhub-source-content td,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content th,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content td,
  body.theme-helabet-senegal-protection .reviewhub-source-content th,
  body.theme-helabet-senegal-protection .reviewhub-source-content td {
    min-width: min(220px, 72vw);
    font-size: 1rem !important;
  }

  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content p,
  body.theme-nigeria-bookmaker-reviews .reviewhub-source-content li,
  body.theme-betwarrior-brazil-review .reviewhub-source-content p,
  body.theme-betwarrior-brazil-review .reviewhub-source-content li,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content p,
  body.theme-senegal-1xbet-editorial .reviewhub-source-content li,
  body.theme-helabet-senegal-protection .reviewhub-source-content p,
  body.theme-helabet-senegal-protection .reviewhub-source-content li {
    font-size: 1rem !important;
  }
}
