/* ============================================================
   BLOG POST — CasinoBonuser.com  (S-class v3)
   Design system from homepage tokens.
   All classes prefixed .cb-bl- to avoid Mercury collisions.
   Scoped to body.cb-blogg where needed.
   ============================================================ */

/* ---------- MAIN PADDING FOR FIXED HEADER ---------- */
body.cb-blogg main {
  padding-top: 0;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ---------- HIDE LEGACY ELEMENTS ---------- */
body.cb-blogg footer.cb-footer { display: none !important; }
body.cb-blogg .cb-u-crosslinks { display: none !important; }
body.cb-blogg .cb-breadcrumb { display: none !important; }
body.cb-blogg .cb-u-breadcrumb { display: none !important; }
body.cb-blogg .cb-bl-content > nav[aria-label] { display: none !important; }
body.cb-blogg .cb-conversion-block { display: none !important; }
body.cb-blogg .cb-crosslinks { display: none !important; }
body.cb-blogg .cb-sidebar-toplist { display: none !important; }
body.cb-blogg .space-related-items { display: none !important; }
body.cb-blogg .rh-related-posts { display: none !important; }
body.cb-blogg .yarpp-related { display: none !important; }
body.cb-blogg .related_articles { display: none !important; }
body.cb-blogg .related-posts-wrapper { display: none !important; }
body.cb-blogg [class*="aces-"] { display: none !important; }
body.cb-blogg [class*="space-organizations"] { display: none !important; }
body.cb-blogg .cb-casinos-fullwidth { display: none !important; }
body.cb-blogg .cb-sidebar-info { display: none !important; }
body.cb-blogg .cb-bonus-cta { display: none !important; }

/* Force hero visible */
body.cb-blogg .cb-bl-hero { display: block !important; }

/* ---------- RESET & BASE ---------- */
body.cb-blogg {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a2e;
  background: #f4f6f9;
  -webkit-font-smoothing: antialiased;
}
body.cb-blogg *, body.cb-blogg *::before, body.cb-blogg *::after { box-sizing: border-box; }
body.cb-blogg a { text-decoration: none; color: inherit; }
body.cb-blogg img { max-width: 100%; height: auto; }
body.cb-blogg h1, body.cb-blogg h2, body.cb-blogg h3, body.cb-blogg h4 {
  font-family: 'Roboto', 'Inter', sans-serif; line-height: 1.25;
}

/* ---------- TOKENS ---------- */
:root {
  --cb-bg:         #f4f6f9;
  --cb-card-bg:    #ffffff;
  --cb-card-border:#e2e6ec;
  --cb-card-shadow: 0 2px 16px rgba(0,0,0,0.05);
  --cb-card-radius: 14px;
  --cb-text:       #1a1a2e;
  --cb-text-light: #5a6577;
  --cb-text-muted: #8a93a2;
  --cb-navy:       #1e3a5f;
  --cb-green:      #11ac84;
  --cb-green-light:#e8f8f3;
  --cb-red:        #e74c3c;
  --cb-gold:       #f5a623;
  --cb-teal:       #00b4d8;
  --cb-teal-light: #e8f8fb;
  --cb-cta-from:   #8ad455;
  --cb-cta-to:     #5fa82e;
  --cb-cta-shadow: 0 4px 18px rgba(106,173,56,0.4);
}

/* ---------- FOCUS STYLES ---------- */
body.cb-blogg a:focus-visible,
body.cb-blogg button:focus-visible {
  outline: 2px solid var(--cb-green);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ============================================================
   READING PROGRESS BAR
   ============================================================ */
.cb-bl-progress {
  position: fixed;
  top: 56px;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--cb-green), #6aad38);
  z-index: 2001;
  transition: width 60ms linear;
}
body.cb-blogg.admin-bar .cb-bl-progress { top: 88px; }

/* ============================================================
   HERO — Featured image background with overlay
   ============================================================ */
.cb-bl-hero {
  background: linear-gradient(135deg, #0f1923 0%, #1e3a5f 100%);
  padding: 62px 16px 32px;
  position: relative;
  overflow: hidden;
}
body.cb-blogg.admin-bar .cb-bl-hero { padding-top: 94px; }

/* Featured image as hero background */
.cb-bl-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  filter: blur(2px);
}
.cb-bl-hero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cb-green), #6aad38);
  opacity: .6;
}

/* Breadcrumb */
.cb-bl-breadcrumb {
  max-width: 1080px; margin: 0 auto; padding: 0 16px 12px;
  font-size: 13px; color: rgba(255,255,255,.4);
  position: relative; z-index: 1;
}
.cb-bl-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.cb-bl-breadcrumb a:hover { color: var(--cb-green); }
.cb-bl-breadcrumb .sep { margin: 0 6px; opacity: .4; }

/* Hero inner */
.cb-bl-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cb-bl-category-badge {
  display: inline-block;
  background: rgba(17, 172, 132, .15);
  color: var(--cb-green);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 14px;
  text-decoration: none;
  transition: background .15s;
  border: 1px solid rgba(17, 172, 132, .25);
}
.cb-bl-category-badge:hover { background: rgba(17, 172, 132, .25); }
.cb-bl-hero h1 {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.3;
  letter-spacing: -.3px;
}
.cb-bl-hero-excerpt {
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cb-bl-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, .45);
}
.cb-bl-hero-meta-author {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, .7);
  font-weight: 600;
}
.cb-bl-hero-meta-author:hover { color: var(--cb-green); }
.cb-bl-hero-meta-author img {
  width: 30px; height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(17, 172, 132, .3);
}
.cb-bl-hero-meta .meta-sep {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
}
.cb-bl-hero-meta svg { width: 14px; height: 14px; opacity: .5; flex-shrink: 0; }
.cb-bl-hero-meta span { display: inline-flex; align-items: center; gap: 4px; }

@media (min-width: 768px) {
  .cb-bl-hero { padding: 64px 16px 36px; }
  .cb-bl-hero h1 { font-size: 36px; }
  .cb-bl-hero-excerpt { font-size: 16px; }
}
@media (min-width: 1024px) {
  .cb-bl-hero h1 { font-size: 40px; }
}

/* ============================================================
   LAYOUT: ARTICLE + SIDEBAR (sidebar RIGHT)
   ============================================================ */
.cb-bl-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 28px;
}
@media (min-width: 960px) {
  .cb-bl-layout {
    grid-template-columns: 1fr 300px !important;
    gap: 32px;
    align-items: start;
  }
}

/* ============================================================
   SIDEBAR (right side on desktop)
   ============================================================ */
.cb-bl-sidebar {
  order: 2;
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 960px) {
  .cb-bl-sidebar {
    order: 0;
    position: sticky;
    top: 72px;
    max-width: 300px;
    width: 100%;
  }
}

/* Author card */
.cb-bl-author-card {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: var(--cb-card-shadow);
  text-align: center;
}
.cb-bl-author-card-photo {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--cb-green-light);
  margin: 0 auto 10px;
  display: block;
}
.cb-bl-author-card-name {
  font-size: 15px; font-weight: 700; color: var(--cb-text); margin-bottom: 2px;
}
.cb-bl-author-card-role {
  font-size: 12px; font-weight: 600; color: var(--cb-green); margin-bottom: 8px;
}
.cb-bl-author-card-bio {
  font-size: 13px; color: var(--cb-text-light); line-height: 1.6; margin-bottom: 10px;
  text-align: left;
}
.cb-bl-author-card-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 600; color: var(--cb-green);
  text-decoration: none; transition: opacity .15s;
}
.cb-bl-author-card-link:hover { opacity: .75; }

/* Table of Contents */
.cb-bl-toc {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 0;
  box-shadow: var(--cb-card-shadow);
  overflow: hidden;
  margin-bottom: 16px;
}
.cb-bl-toc-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--cb-card-border);
  cursor: pointer; user-select: none;
}
.cb-bl-toc-header h3 {
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .4px; color: var(--cb-text); margin: 0;
}
.cb-bl-toc-toggle {
  width: 20px; height: 20px; transition: transform .2s;
}
.cb-bl-toc.collapsed .cb-bl-toc-toggle { transform: rotate(-90deg); }
.cb-bl-toc.collapsed .cb-bl-toc-list { display: none; }
.cb-bl-toc-list {
  list-style: none; padding: 8px 0; margin: 0;
}
.cb-bl-toc-list li { padding: 0; }
.cb-bl-toc-list a {
  display: block; padding: 6px 18px;
  font-size: 13px; color: var(--cb-text-light);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: all .15s; line-height: 1.4;
}
.cb-bl-toc-list a:hover {
  color: var(--cb-green); background: var(--cb-green-light);
}
.cb-bl-toc-list a.active {
  color: var(--cb-green); border-left-color: var(--cb-green);
  font-weight: 600; background: var(--cb-green-light);
}
.cb-bl-toc-list a.toc-h3 {
  padding-left: 32px; font-size: 12px;
}

/* ============================================================
   SIDEBAR CASINO WIDGET — "Beste bonus akkurat nå"
   ============================================================ */
.cb-bl-sidebar-casinos {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 0;
  box-shadow: var(--cb-card-shadow);
  overflow: hidden;
}
.cb-bl-sidebar-casinos-header {
  background: linear-gradient(135deg, #0f1923, #1e3a5f);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cb-bl-sidebar-casinos-header h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #fff;
  margin: 0;
}
.cb-bl-sidebar-casinos-header svg {
  color: var(--cb-gold);
  flex-shrink: 0;
}
.cb-bl-sidebar-casino-item {
  padding: 14px 18px;
  border-bottom: 1px solid #f0f2f5;
  transition: background .15s;
}
.cb-bl-sidebar-casino-item:hover {
  background: #fafbfc;
}
.cb-bl-sidebar-casino-item:last-of-type {
  border-bottom: none;
}
.cb-bl-sidebar-casino-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.cb-bl-casino-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--cb-card-border);
  flex-shrink: 0;
}
.cb-bl-sidebar-casino-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.cb-bl-sidebar-casino-info strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--cb-text);
}
.cb-bl-sidebar-casino-info span {
  font-size: 12px;
  color: var(--cb-green);
  font-weight: 600;
  line-height: 1.3;
}
.cb-bl-sidebar-casino-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, var(--cb-cta-from), var(--cb-cta-to));
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 12px;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(106,173,56,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: transform .12s, box-shadow .12s;
}
.cb-bl-sidebar-casino-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(106,173,56,0.45), inset 0 1px 0 rgba(255,255,255,0.3);
  color: #fff !important;
}
.cb-bl-sidebar-casinos-disclaimer {
  font-size: 10px;
  color: var(--cb-text-muted);
  text-align: center;
  padding: 10px 18px;
  background: #fafbfc;
  border-top: 1px solid #f0f2f5;
}

/* ============================================================
   ARTICLE BODY
   ============================================================ */
.cb-bl-article { min-width: 0; order: 0; overflow: hidden; }
@media (min-width: 960px) {
  .cb-bl-article { order: 0; }
  .cb-bl-sidebar { order: 1; overflow: visible; }
}

.cb-bl-content {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  padding: 28px 20px;
  box-shadow: var(--cb-card-shadow);
}
@media (min-width: 768px) {
  .cb-bl-content { padding: 36px 36px; }
}

/* Featured image inside article card */
.cb-bl-featured-image {
  margin: -28px -20px 24px;
  border-radius: var(--cb-card-radius) var(--cb-card-radius) 0 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .cb-bl-featured-image { margin: -36px -36px 28px; }
}
.cb-bl-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  object-fit: cover;
}
.cb-bl-featured-image figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 6px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,.5));
  font-size: 11px;
  color: rgba(255,255,255,.7);
  text-align: right;
}

/* Drop cap on first paragraph */
.cb-bl-content > p:first-of-type::first-letter {
  float: left;
  font-size: 3.2em;
  font-weight: 800;
  line-height: 0.85;
  margin: 4px 10px 0 0;
  color: var(--cb-navy);
  font-family: 'Roboto', serif;
}

/* Typography */
.cb-bl-content h2 {
  font-size: 23px; font-weight: 800; color: var(--cb-navy);
  margin: 40px 0 16px; padding-top: 8px; scroll-margin-top: 80px;
  line-height: 1.3;
  border-bottom: 2px solid var(--cb-green-light);
  padding-bottom: 10px;
}
.cb-bl-content h2:first-child { margin-top: 0; }
.cb-bl-content h3 {
  font-size: 19px; font-weight: 700; color: var(--cb-text);
  margin: 28px 0 12px; scroll-margin-top: 80px; line-height: 1.35;
}
.cb-bl-content h4 {
  font-size: 16px; font-weight: 700; color: var(--cb-text); margin: 22px 0 10px;
}
.cb-bl-content p {
  font-size: 16px; line-height: 1.8; color: var(--cb-text); margin-bottom: 16px;
}
.cb-bl-content strong { color: var(--cb-text); }
.cb-bl-content a {
  color: var(--cb-green); text-decoration: underline; text-underline-offset: 2px;
}
.cb-bl-content a:hover { color: var(--cb-teal); }
.cb-bl-content ul, .cb-bl-content ol {
  margin: 0 0 16px 20px; font-size: 16px; line-height: 1.75;
}
.cb-bl-content li { margin-bottom: 6px; }
.cb-bl-content img { border-radius: 10px; margin: 18px 0; }
.cb-bl-content hr {
  border: none; height: 1px; background: var(--cb-card-border); margin: 28px 0;
}
.cb-bl-content blockquote {
  border-left: 3px solid var(--cb-green); margin: 24px 0; padding: 16px 20px;
  background: var(--cb-green-light); border-radius: 0 10px 10px 0;
  font-size: 15px; line-height: 1.7; color: var(--cb-text);
}
.cb-bl-content blockquote p { margin-bottom: 0; }

/* Tables */
.cb-bl-content table {
  width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px;
}
.cb-bl-content table th,
.cb-bl-content table td {
  padding: 10px 14px; text-align: left; border-bottom: 1px solid var(--cb-card-border);
}
.cb-bl-content table th {
  font-weight: 700; font-size: 12px; text-transform: uppercase;
  letter-spacing: .3px; color: var(--cb-text-muted); background: var(--cb-bg);
}
.cb-bl-content table tr:last-child td { border-bottom: none; }

/* ============================================================
   SHARE BUTTONS
   ============================================================ */
.cb-bl-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--cb-card-border);
}
.cb-bl-share-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--cb-text-muted);
  text-transform: uppercase;
  letter-spacing: .3px;
}
.cb-bl-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 8px;
  border: 1px solid var(--cb-card-border);
  background: var(--cb-bg);
  color: var(--cb-text-light);
  cursor: pointer;
  transition: all .15s;
}
.cb-bl-share-btn:hover {
  border-color: var(--cb-green);
  color: var(--cb-green);
  background: var(--cb-green-light);
}
.cb-bl-share-btn svg { width: 16px; height: 16px; }
.cb-bl-share-btn--copied {
  border-color: var(--cb-green) !important;
  color: var(--cb-green) !important;
  background: var(--cb-green-light) !important;
}

/* Tags */
.cb-bl-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 20px 0 0;
}
.cb-bl-tag {
  display: inline-block;
  padding: 5px 14px;
  font-size: 12px; font-weight: 600;
  color: var(--cb-text-light);
  background: var(--cb-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: 20px;
  text-decoration: none;
  transition: all .15s;
}
.cb-bl-tag:hover {
  color: var(--cb-green); border-color: var(--cb-green);
  background: var(--cb-green-light);
}

/* Post footer dates */
.cb-bl-post-footer {
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--cb-card-border);
}
.cb-bl-post-footer-dates {
  display: flex; flex-wrap: wrap; gap: 16px;
  font-size: 13px; color: var(--cb-text-muted);
}

/* ============================================================
   INLINE CTA BOXES — Full casino card style
   ============================================================ */
.cb-bl-inline-cta {
  background: linear-gradient(135deg, #0f1923 0%, #1a3352 100%);
  border-radius: var(--cb-card-radius);
  padding: 22px 22px 14px;
  margin: 32px 0;
  position: relative;
  overflow: hidden;
}
.cb-bl-inline-cta::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 140px; height: 140px;
  background: radial-gradient(circle, rgba(17,172,132,.15) 0%, transparent 70%);
  pointer-events: none;
}
.cb-bl-inline-cta-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--cb-gold);
  margin-bottom: 12px;
  position: relative;
}
.cb-bl-inline-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
}
.cb-bl-inline-cta-info {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 200px;
}
.cb-bl-inline-cta .cb-bl-casino-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,.1);
}
.cb-bl-inline-cta-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cb-bl-inline-cta-text strong {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.cb-bl-inline-cta-text span {
  font-size: 14px;
  color: var(--cb-green);
  font-weight: 600;
}
.cb-bl-inline-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(to bottom, var(--cb-cta-from), var(--cb-cta-to));
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 28px;
  border-radius: 10px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  box-shadow: var(--cb-cta-shadow), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: transform .12s, box-shadow .12s;
  white-space: nowrap;
  flex-shrink: 0;
}
.cb-bl-inline-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(106,173,56,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
  color: #fff !important;
}
.cb-bl-inline-cta-disclaimer {
  font-size: 10px;
  color: rgba(255,255,255,.35);
  margin-top: 10px;
}

/* ============================================================
   HIGHLIGHT BOX — "Beste bonus akkurat nå" (before content)
   ============================================================ */
.cb-bl-highlight {
  background: linear-gradient(135deg, #0f1923, #1e3a5f);
  border-radius: var(--cb-card-radius);
  margin-bottom: 28px;
  overflow: hidden;
}
.cb-bl-highlight-header {
  padding: 12px 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.cb-bl-highlight-header h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #fff;
  margin: 0;
}
.cb-bl-highlight-header svg {
  color: var(--cb-gold);
  flex-shrink: 0;
}
.cb-bl-highlight-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .15s;
}
.cb-bl-highlight-item:last-child { border-bottom: none; }
.cb-bl-highlight-item:hover { background: rgba(255,255,255,.03); }
.cb-bl-highlight-rank {
  width: 24px; height: 24px;
  border-radius: 6px;
  background: rgba(17,172,132,.2);
  color: var(--cb-green);
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cb-bl-highlight-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.cb-bl-highlight-info .cb-bl-casino-logo {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,.1);
}
.cb-bl-highlight-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cb-bl-highlight-details strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cb-bl-highlight-details span {
  font-size: 12px;
  color: var(--cb-green);
  font-weight: 600;
}
.cb-bl-highlight-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to bottom, var(--cb-cta-from), var(--cb-cta-to));
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(106,173,56,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: transform .12s;
  white-space: nowrap;
  flex-shrink: 0;
}
.cb-bl-highlight-btn:hover {
  transform: translateY(-1px);
  color: #fff !important;
}
.cb-bl-highlight-disclaimer {
  font-size: 10px;
  color: rgba(255,255,255,.3);
  text-align: center;
  padding: 8px 22px 12px;
}

/* ============================================================
   FOOTER CTA — Editorial recommendation section
   ============================================================ */
.cb-bl-footer-cta {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 32px;
}
.cb-bl-footer-cta-inner {
  background: linear-gradient(135deg, #0f1923 0%, #1e3a5f 100%);
  border-radius: var(--cb-card-radius);
  padding: 36px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cb-bl-footer-cta-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(17,172,132,.1) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(0,180,216,.06) 0%, transparent 50%);
  pointer-events: none;
}
.cb-bl-footer-cta-text {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cb-bl-footer-cta-text h2 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  font-family: 'Roboto', 'Inter', sans-serif;
}
.cb-bl-footer-cta-text p {
  font-size: 15px;
  color: rgba(255,255,255,.55);
  margin: 0;
}
.cb-bl-footer-cta-casinos {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cb-bl-footer-casino-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 18px 20px;
  width: 200px;
  text-align: center;
  transition: all .2s;
}
.cb-bl-footer-casino-card:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-2px);
}
.cb-bl-footer-casino-card .cb-bl-casino-logo {
  width: 48px; height: 48px;
  margin: 0 auto 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  display: block;
}
.cb-bl-footer-casino-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.cb-bl-footer-casino-card span {
  display: block;
  font-size: 12px;
  color: var(--cb-green);
  font-weight: 600;
  margin-bottom: 12px;
}
.cb-bl-footer-casino-card .cb-bl-footer-casino-btn {
  display: block;
  background: linear-gradient(to bottom, var(--cb-cta-from), var(--cb-cta-to));
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 2px 12px rgba(106,173,56,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: transform .12s;
}
.cb-bl-footer-casino-card .cb-bl-footer-casino-btn:hover {
  transform: translateY(-1px);
  color: #fff !important;
}
.cb-bl-footer-cta-disclaimer {
  font-size: 11px;
  color: rgba(255,255,255,.3);
  position: relative;
  z-index: 1;
}
.cb-bl-footer-cta-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cb-green) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  transition: opacity .15s;
}
.cb-bl-footer-cta-all:hover { opacity: .8; }
@media (max-width: 640px) {
  .cb-bl-footer-casino-card { width: 100%; }
  .cb-bl-footer-cta-inner { padding: 28px 20px; }
}

/* ============================================================
   RELATED POSTS
   ============================================================ */
.cb-bl-related {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 40px;
}
.cb-bl-related h2 {
  font-size: 22px; font-weight: 800; color: var(--cb-navy); margin-bottom: 20px;
}
.cb-bl-related-grid {
  display: grid; grid-template-columns: 1fr; gap: 20px;
}
@media (min-width: 600px) {
  .cb-bl-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .cb-bl-related-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.cb-bl-related-card {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  box-shadow: var(--cb-card-shadow);
  display: flex;
  flex-direction: column;
}
.cb-bl-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
}
.cb-bl-related-card-img {
  width: 100%; height: 170px; object-fit: cover; display: block;
}
.cb-bl-related-card-placeholder {
  background: linear-gradient(135deg, #e8f8f3 0%, #e8f8fb 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--cb-text-muted);
}
.cb-bl-related-card-body { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; }
.cb-bl-related-card-cat {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .3px; color: var(--cb-green); margin-bottom: 6px;
}
.cb-bl-related-card-body h3 {
  font-size: 16px; font-weight: 700; color: var(--cb-text);
  line-height: 1.35; margin-bottom: 10px; flex: 1;
}
.cb-bl-related-card-meta {
  font-size: 12px; color: var(--cb-text-muted);
  display: flex; align-items: center; gap: 4px;
}
.cb-bl-related-card-meta svg { width: 12px; height: 12px; opacity: .6; }

/* ============================================================
   POPULAR GAMES
   ============================================================ */
.cb-bl-games {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 48px;
}
.cb-bl-games h2 {
  font-size: 22px; font-weight: 800; color: var(--cb-navy); margin-bottom: 20px;
}
.cb-bl-games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 600px) {
  .cb-bl-games-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .cb-bl-games-grid { grid-template-columns: repeat(6, 1fr); }
}
.cb-bl-game-card {
  background: var(--cb-card-bg);
  border: 1px solid var(--cb-card-border);
  border-radius: var(--cb-card-radius);
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  box-shadow: var(--cb-card-shadow);
}
.cb-bl-game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.cb-bl-game-card-img {
  width: 100%; height: 110px; object-fit: cover; display: block;
}
.cb-bl-game-card-placeholder {
  background: linear-gradient(135deg, #e8f8f3 0%, #e8f8fb 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--cb-text-muted);
}
.cb-bl-game-card-body { padding: 10px 12px; }
.cb-bl-game-card-body h3 {
  font-size: 13px; font-weight: 700; color: var(--cb-text);
  line-height: 1.3; margin: 0 0 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cb-bl-game-card-provider {
  font-size: 11px; color: var(--cb-text-muted); font-weight: 500;
}

/* ============================================================
   STICKY SCROLL CTA (appears after scrolling past highlight)
   ============================================================ */
.cb-bl-sticky-cta {
  position: fixed;
  bottom: -70px;
  left: 0; right: 0;
  background: rgba(15,25,35,.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 10px 16px;
  z-index: 1999;
  transition: bottom .3s ease;
}
.cb-bl-sticky-cta.visible { bottom: 0; }
.cb-bl-sticky-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cb-bl-sticky-cta-info {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.cb-bl-sticky-cta-info .cb-bl-casino-logo {
  width: 32px; height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.15);
}
.cb-bl-sticky-cta-info strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.cb-bl-sticky-cta-info span {
  font-size: 12px;
  color: var(--cb-green);
  font-weight: 600;
  display: none;
}
@media (min-width: 500px) {
  .cb-bl-sticky-cta-info span { display: inline; }
}
.cb-bl-sticky-cta-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to bottom, var(--cb-cta-from), var(--cb-cta-to));
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 2px 12px rgba(106,173,56,0.35);
  transition: transform .12s;
  white-space: nowrap;
  flex-shrink: 0;
}
.cb-bl-sticky-cta-btn:hover {
  transform: translateY(-1px);
  color: #fff !important;
}
.cb-bl-sticky-cta-close {
  background: none;
  border: none;
  color: rgba(255,255,255,.4);
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  transition: color .15s;
}
.cb-bl-sticky-cta-close:hover { color: #fff; }
.cb-bl-sticky-cta-close svg { width: 18px; height: 18px; }
