@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/assets/fonts/figtree-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/assets/fonts/figtree-400-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("/assets/fonts/figtree-600.woff2") format("woff2");
}
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("/assets/fonts/figtree-700.woff2") format("woff2");
}

:root, html body {
  --cs-paper: #f7f4ef;
  --cs-ink: #1a1f2b;
  --cs-muted: #5b6170;
  --cs-accent: #c45c26;
  --cs-card: #fff;
  --cs-line: #d9d3c8;
  --cs-nav: #1a1f2b;
  --cs-max: 960px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cs-paper);
  color: var(--cs-ink);
  font-family: Figtree, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; }
a { color: var(--cs-accent); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, .cs-btn:focus-visible {
  outline: 2px solid var(--cs-accent);
  outline-offset: 2px;
}

.cs-wrap { width: min(var(--cs-max), calc(100% - 28px)); margin: 0 auto; }
.cs-header { background: var(--cs-paper); }
.cs-mast { padding: 6px 0 0; }
.cs-mast-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-height: 40px;
}
.cs-wordmark {
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
  color: var(--cs-ink);
  text-decoration: none;
}
.cs-tag { color: var(--cs-muted); font-size: 0.86rem; }
.cs-18 {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: .04em;
  color: var(--cs-ink);
}
.cs-head-help {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--cs-muted);
  font-weight: 600;
}
.cs-head-help:hover { color: var(--cs-ink); }
.cs-burger {
  margin-left: auto;
  display: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--cs-ink);
}
.cs-nav { background: var(--cs-nav); }
.cs-nav-list {
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs-nav-item { position: relative; }
.cs-nav-item > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 11px;
  font-weight: 600;
  font-size: 0.9rem;
}
.cs-nav-item > a:hover,
.cs-nav-item.is-on > a { text-decoration: none; box-shadow: inset 0 -2px 0 #fff; }
.cs-drop {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--cs-line);
  border-top: 3px solid var(--cs-ink);
  padding: 6px 0;
  z-index: 20;
  list-style: none;
  margin: 0;
  box-shadow: 0 8px 24px rgba(26,31,43,.12);
}
.cs-drop a {
  display: block;
  padding: 6px 12px;
  color: var(--cs-ink);
  font-size: 0.88rem;
}
.cs-drop a:hover { background: var(--cs-paper); text-decoration: none; }
.cs-nav-item.has-sub:hover > .cs-drop,
.cs-nav-item.has-sub:focus-within > .cs-drop { display: block; }

.cs-lead { padding: 16px 0 4px; }
.cs-lead h1, .cs-page-h1 {
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}
.cs-dek { margin: 0; max-width: 42em; color: var(--cs-ink); font-size: 0.98rem; }

.cs-toplist {
  list-style: none;
  margin: 10px 0 14px;
  padding: 0;
  display: grid;
  gap: 6px;
}
.cs-card {
  display: grid;
  grid-template-columns: 28px 64px minmax(0,1fr) auto;
  gap: 10px;
  align-items: center;
  background: var(--cs-card);
  border: 1px solid var(--cs-line);
  border-top: 3px solid var(--cs-ink);
  border-radius: 6px;
  padding: 8px 10px;
}
.cs-rank {
  font-weight: 700;
  font-size: 1.05rem;
  background-image: linear-gradient(180deg, var(--cs-accent), var(--cs-ink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}
.cs-logo-link { display: flex; align-items: center; justify-content: center; }
.cs-card img,
.cs-logo-link img {
  width: 64px;
  height: 36px;
  object-fit: contain;
}
.cs-card-title { font-weight: 700; color: var(--cs-ink); display: block; font-size: 0.95rem; }
.cs-rating { color: var(--cs-muted); font-size: 0.8rem; }
.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cs-accent);
  color: #fff !important;
  font-weight: 700;
  font-family: inherit;
  padding: 10px 16px;
  min-height: 44px;
  border-radius: 6px;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 0.88rem;
  border: 2px solid var(--cs-accent);
}
.cs-btn:hover { filter: brightness(1.05); }
.cs-btn-outline {
  background: transparent;
  color: var(--cs-ink) !important;
  border-color: var(--cs-ink);
}

.cs-chips ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.cs-chips a {
  display: inline-block;
  border: 1px solid var(--cs-line);
  background: #fff;
  color: var(--cs-ink);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.82rem;
}
.cs-chips a:hover { border-color: var(--cs-ink); text-decoration: none; }

.cs-toc {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-top: 3px solid var(--cs-ink);
  border-radius: 6px;
  padding: 8px 14px;
  margin: 0 auto 14px;
}
.cs-toc summary {
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.88rem;
  letter-spacing: .04em;
  list-style: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.cs-toc summary::-webkit-details-marker { display: none; }
.cs-toc ol {
  margin: 8px 0 0;
  padding-left: 1.15em;
  columns: 2;
  gap: 12px 28px;
  font-size: 0.88rem;
}
.cs-toc a { color: var(--cs-ink); }

.cs-skip {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 50;
  background: #fff;
  color: var(--cs-ink);
  padding: 8px 12px;
  font-weight: 700;
}
.cs-skip:focus {
  left: 8px;
}

.cs-main { padding-bottom: 72px; }
.cs-article { padding-top: 10px; }
.cs-crumbs { font-size: 0.8rem; color: var(--cs-muted); margin: 0 0 10px; }
.cs-crumbs a { color: var(--cs-muted); }

.cs-review {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 6px 12px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--cs-line);
  border-top: 3px solid var(--cs-ink);
  border-radius: 6px;
  padding: 8px 12px;
  margin: 0 0 12px;
}
.cs-review-compact { max-width: 100%; }
.cs-review-roast {
  border-color: #c9b8ae;
  border-top: 5px solid #7a1f1f;
  background: #f7efe8;
  padding: 10px 12px;
  align-items: start;
}
.cs-review-roast .cs-review-score { font-size: 1.45rem; }
.cs-box-note { font-size: 0.86rem; font-weight: 600; margin: 6px 0 0; }
.cs-subratings { font-size: 0.8rem; color: var(--cs-muted); margin: 4px 0 0; }
.cs-review > .cs-ad-note { grid-column: 1 / -1; margin: 8px 0 0; }
.cs-review-fold table th { width: 26%; white-space: nowrap; vertical-align: top; }
.cs-review-fold table td { font-size: 0.92rem; }
.cs-grid-h { font-size: 1.12rem; margin: 20px 0 8px; }
@media (min-width: 701px) {
  .cs-review-roast .cs-proscons { grid-template-columns: 1fr 1fr; }
}
.cs-review-logo { width: 72px; height: 40px; object-fit: contain; }
.cs-review-main { min-width: 0; }
.cs-review-score { font-size: 1.1rem; font-weight: 700; margin: 0; }
.cs-score-sub { font-weight: 600; color: var(--cs-muted); font-size: 0.78rem; margin-left: 4px; }
.cs-review-lead p { margin: 0 0 10px; font-size: 1.02rem; }
.cs-tp-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 2px;
}
.cs-ad { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 4px 0 0; }
.cs-ad-note { font-size: 0.78rem; color: var(--cs-muted); }
.cs-rg { grid-column: 1 / -1; font-size: 0.78rem; color: var(--cs-muted); margin: 4px 0 0; }
.cs-rg a { color: var(--cs-ink); }
.cs-method { font-size: 0.82rem; color: var(--cs-muted); margin: 0 0 12px; line-height: 1.45; }
.cs-scores { display: flex; flex-wrap: wrap; gap: 2px 12px; list-style: none; padding: 0; margin: 0 0 4px; font-size: 0.82rem; color: var(--cs-muted); }
.cs-short { font-size: 0.9rem; }
.cs-short p { margin: 0; }
.cs-proscons { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; gap: 8px; }
.cs-proscons h3 { margin: 0 0 2px; font-size: 0.82rem; }
.cs-proscons ul { margin: 0; padding-left: 1.1em; font-size: 0.88rem; }
.cs-proscons li { margin: 0 0 2px; }
.cs-review > p { margin: 0; }

.cs-hub, .cs-grid {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}
.cs-hub a {
  display: block;
  background: #fff;
  border: 1px solid var(--cs-line);
  border-top: 3px solid var(--cs-ink);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--cs-ink);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3;
}
.cs-hub a:hover { text-decoration: none; border-color: var(--cs-ink); }
.cs-grid-casinos {
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
}
.cs-grid-casinos .cs-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  background: #fff;
  border: 1px solid var(--cs-line);
  border-top: 3px solid var(--cs-ink);
  border-radius: 6px;
  padding: 8px 6px;
}
.cs-grid-casinos img { width: 64px; height: 32px; object-fit: contain; }
.cs-grid-casinos .cs-card-title { font-size: 0.8rem; }

.cs-map { columns: 2; gap: 24px; padding-left: 1.1em; }
.cs-404 { padding: 48px 0; }

.entry-content { max-width: 40em; }
body.home .entry-content { max-width: 40em; }
.entry-content h2, .entry-content h3 {
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.entry-content h2 { font-size: 1.22rem; margin: 1.15em 0 0.4em; }
.entry-content h3 { font-size: 1.05rem; margin: 1em 0 0.35em; }
.entry-content p { margin: 0 0 0.75em; }
.entry-content ul, .entry-content ol { margin: 0 0 0.85em; padding-left: 1.15em; }
.entry-content a { text-decoration: underline; text-underline-offset: 2px; }

.entry-content figure {
  margin: 0.7em auto;
  max-width: 420px;
}
.entry-content img {
  max-width: 100%;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin-inline: auto;
  border-radius: 4px;
  background: #fff;
}
.entry-content .alignright,
.entry-content .alignleft {
  float: none;
  max-width: 120px;
  margin: 0 auto 0.8em;
}
.entry-content .alignright img,
.entry-content .alignleft img { max-height: 110px; }

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.9rem;
}
.entry-content td, .entry-content th {
  border: 1px solid var(--cs-line);
  padding: 6px 8px;
  text-align: left;
}
.entry-content .wp-block-table { overflow-x: auto; margin: 0 0 1em; }

.entry-content .alignfull,
.entry-content .ugb-container,
.entry-content .ugb-main-block {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
.entry-content .ugb-container:before { display: none !important; }
.entry-content .stk-block-background,
.entry-content .stk--has-background-overlay { background: none !important; }
.entry-content .stk--has-background-overlay:before { display: none !important; }
.entry-content .has-mercury-white-color,
.entry-content .has-text-color.has-mercury-white-color { color: var(--cs-ink) !important; }
.entry-content .stk-block-heading__bottom-line { display: none; }
.entry-content .ugb-blog-posts { display: none; }
body.home .entry-content > .ugb-container:first-child { display: none; }

.entry-content a.stk-button,
.entry-content .stk-button {
  background: var(--cs-accent) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 0.88rem !important;
  border-radius: 6px !important;
  display: inline-block;
  width: auto !important;
  padding: 7px 12px !important;
  margin: 0 6px 8px 0;
}
.entry-content .stk-block-button { flex: 0 0 auto !important; width: auto !important; }
.entry-content .stk-button-group { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 0.8em; }
.entry-content .schema-faq-section {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-top: 3px solid var(--cs-ink);
  border-radius: 6px;
  padding: 10px 12px;
  margin: 0 0 8px;
}
.entry-content .ugb-columns__item { display: block; }
.entry-content .wp-block-group { margin: 0; }
.entry-content .stk-block { margin: 0; }

.cs-footer {
  background: #efeae2;
  border-top: 1px solid var(--cs-line);
  padding: 22px 0 14px;
  font-size: 0.86rem;
}
.cs-foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 16px;
}
.cs-foot-h { font-weight: 700; margin: 0 0 6px; }
.cs-footer ul { list-style: none; margin: 0; padding: 0; }
.cs-footer li { margin: 0 0 4px; }
.cs-footer a { color: var(--cs-ink); }
.cs-footer a:hover { color: var(--cs-accent); }
.cs-imprint table { width: 100%; border-collapse: collapse; margin: 0 0 1em; }
.cs-imprint th, .cs-imprint td { text-align: left; padding: 6px 8px; border-bottom: 1px solid var(--cs-line); }
.cs-imprint th { width: 38%; color: var(--cs-muted); font-weight: 600; }
.cs-imprint-mini { color: var(--cs-muted); font-size: 0.82rem; line-height: 1.45; margin: 8px 0 0; }
.cs-related, .cs-also { margin: 18px 0 8px; }
.cs-related h2, .cs-also h2 { font-size: 1.05rem; margin: 0 0 8px; }
.cs-more { margin: 8px 0 0; }
.cs-author-bio { color: var(--cs-muted); margin: 0 0 12px; }
.cs-writer-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  padding: 12px 14px;
  background: var(--cs-card);
  border: 1px solid var(--cs-line);
  border-radius: 8px;
}
.cs-writer-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 96px;
}
.cs-writer-role { margin: 0 0 4px; font-weight: 700; }
.cs-x-follow { font-weight: 600; }
.cs-byline a { color: var(--cs-ink); font-weight: 600; }
.cs-legal a { color: var(--cs-muted); text-decoration: underline; }

.cs-sticky {
  position: sticky;
  bottom: 0;
  background: var(--cs-ink);
  padding: 8px 12px;
  text-align: center;
  z-index: 15;
}
.cs-sticky-note {
  margin: 0;
  font-size: 0.75rem;
  color: #c8c4bc;
}
.cs-sticky-note a { color: #eee; text-decoration: underline; }
.cs-sticky-warn {
  background: #3d1f18;
  border-top: 3px solid #8b2e1f;
}
.cs-sticky-warn .cs-sticky-note { color: #f3e6df; }
.cs-sticky-warn .cs-sticky-note a { color: #fff; }
.cs-rating-pending { color: var(--cs-muted); font-weight: 600; font-size: 0.78rem; }
.cs-score-untested { font-size: 0.95rem; }
.cs-review-lead .cs-hero-fig { margin: 0 0 12px; }

@media (max-width: 900px) {
  .cs-card {
    grid-template-columns: 22px 44px minmax(0,1fr) auto;
  }
  .cs-card img, .cs-logo-link img { width: 44px; height: 26px; }
  .cs-card .cs-btn { padding: 6px 8px; font-size: 0.78rem; }
  .cs-foot-grid { grid-template-columns: 1fr 1fr; }
  .cs-proscons, .cs-review { grid-template-columns: 1fr; }
  .cs-review-roast .cs-proscons { grid-template-columns: 1fr; }
  .cs-toc ol { columns: 1; }
  .cs-map { columns: 1; }
  .cs-burger { display: inline; }
  .cs-nav { display: none; }
  .cs-nav-cb:checked ~ .cs-nav { display: block; }
  .cs-nav-list { flex-direction: column; }
  .cs-drop { position: static; display: block; box-shadow: none; border: 0; max-height: none; background: #11151c; }
  .cs-drop a { color: #eee; }
}
@media (max-width: 680px) {
  .entry-content .wp-block-table,
  .entry-content table { display: block; overflow-x: auto; }
  .cs-tag { display: none; }
  .entry-content img { max-height: 140px; }
  .entry-content figure.cs-hero-fig img { max-height: none; }
}
.entry-content figure.cs-hero-fig {
  max-width: 100%;
  margin: 0 0 1.1em;
}
.entry-content figure.cs-hero-fig img {
  max-height: none !important;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
  background: #11151c;
}
.entry-content details > summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
  font-weight: 600;
}
.cs-tp {
  border: 1px solid #e4ddd3;
  background: #fbf8f3;
  padding: 12px 14px;
  margin: 0 0 1em;
  border-radius: 6px;
}
.cs-tp strong { display: block; margin-bottom: 4px; }
.cs-sources { font-size: 0.92rem; }
.cs-sources a { word-break: break-all; }
.entry-content figcaption {
  font-size: 0.82rem;
  color: var(--cs-muted);
  margin: 6px 0 0;
}
.entry-content details {
  border: 1px solid var(--cs-line);
  background: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  margin: 0 0 8px;
}
.entry-content summary {
  font-weight: 700;
  cursor: pointer;
}
.entry-content details p { margin: 8px 0 0; }
@media (max-width: 680px) {
  .entry-content table th, .entry-content table td {
    display: block;
    width: auto;
    border-bottom: 0;
  }
  .entry-content table tr { display: block; margin: 0 0 10px; border-bottom: 1px solid var(--cs-line); }
}

/* Alive review layer.
   Scopad till body.cs-proof = /recensioner/vegaz-casino/.
   Rör inget annat på sajten. Bredda selektorn först när pilotsidan är godkänd. */
body.cs-proof .cs-page-h1 {
  font-size: clamp(1.6rem, 3.2vw, 2.15rem);
  letter-spacing: -0.04em;
  margin: 0 0 6px;
}
body.cs-proof .cs-method {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: 999px;
  padding: 8px 14px;
  display: inline-block;
  max-width: 100%;
}
body.cs-proof .cs-review-lead,
body.cs-proof .cs-review-fold {
  max-width: none;
}
body.cs-proof .cs-review-lead p {
  max-width: 46em;
  font-size: 1.12rem;
  line-height: 1.62;
  margin: 0 0 14px;
}
body.cs-proof .cs-review-lead p:first-child {
  font-size: 1.2rem;
  line-height: 1.5;
}
body.cs-proof .cs-article > .entry-content {
  max-width: 46em;
  font-size: 1.05rem;
  line-height: 1.72;
}
body.cs-proof .cs-article > .entry-content h2 {
  font-size: 1.38rem;
  margin: 1.55em 0 0.55em;
  padding: 0 0 0 12px;
  border-left: 4px solid var(--cs-accent);
  letter-spacing: -0.03em;
}
body.cs-proof .cs-article > .entry-content p { margin: 0 0 0.95em; }

/* Utan logo finns ingen 72px-kolumn att fylla - kor en kolumn. */
body.cs-proof .cs-review-nologo {
  grid-template-columns: 1fr;
  padding: 16px 18px;
}
body.cs-proof .cs-review-roast {
  box-shadow: 0 10px 28px rgba(122, 31, 31, 0.08);
  border-radius: 12px;
}
body.cs-proof .cs-review-score {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
body.cs-proof .cs-review-roast .cs-score-sub {
  margin: 0;
  padding: 3px 8px;
  border: 1px solid #d7c4b8;
  border-radius: 999px;
  background: #fffdfb;
}
body.cs-proof .cs-box-note { margin: 10px 0 0; }
body.cs-proof .cs-tp-box {
  margin: 10px 0 0;
  font-size: 0.86rem;
  color: var(--cs-muted);
  border-top: 1px solid #d7c4b8;
  padding-top: 9px;
}
@media (min-width: 701px) {
  body.cs-proof .cs-review-roast .cs-proscons {
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d7c4b8;
  }
}
body.cs-proof .cs-proscons h3 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0 0 6px;
}
body.cs-proof .cs-review > .cs-ad-note {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid #d7c4b8;
  font-size: 0.82rem;
  color: var(--cs-muted);
}
body.cs-proof .cs-review-roast .cs-score-num {
  display: inline-block;
  background: #7a1f1f;
  color: #fff;
  min-width: 1.6em;
  text-align: center;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
body.cs-proof .cs-score-of { font-size: 1.05rem; color: var(--cs-muted); font-weight: 700; }
body.cs-proof .cs-review-roast .cs-score-sub {
  display: block;
  margin: 4px 0 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.7rem;
}
body.cs-proof .cs-box-note { display: flex; flex-wrap: wrap; gap: 6px; }
body.cs-proof .cs-chip {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 700;
}
body.cs-proof .cs-review-roast .cs-chip { border-color: #d7c4b8; background: #fffdfb; }
body.cs-proof ul.cs-subratings {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
body.cs-proof .cs-subratings li {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: 8px;
  padding: 6px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 7.2em;
}
body.cs-proof .cs-subratings span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--cs-muted);
  font-weight: 700;
}
body.cs-proof .cs-subratings strong { font-size: 0.95rem; }
body.cs-proof .cs-pros ul,
body.cs-proof .cs-cons ul { list-style: none; padding-left: 0; }
body.cs-proof .cs-pros li,
body.cs-proof .cs-cons li {
  position: relative;
  padding-left: 1.35em;
  margin: 0 0 8px;
  line-height: 1.4;
}
body.cs-proof .cs-pros li::before,
body.cs-proof .cs-cons li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
body.cs-proof .cs-pros li::before { content: "+"; color: #2d6a4f; }
body.cs-proof .cs-cons li::before { content: "–"; color: #7a1f1f; }
body.cs-proof .cs-pros h3 { color: #2d6a4f; }
body.cs-proof .cs-cons h3 { color: #7a1f1f; }

body.cs-proof .cs-toc {
  border-radius: 12px;
  padding: 4px 16px 14px;
  box-shadow: 0 6px 18px rgba(26, 31, 43, 0.05);
}
body.cs-proof .cs-toc summary {
  text-transform: none;
  font-size: 0.95rem;
  letter-spacing: 0;
  justify-content: space-between;
}
body.cs-proof .cs-toc summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--cs-ink);
  border-bottom: 2px solid var(--cs-ink);
  transform: rotate(45deg);
  margin-left: 10px;
}
body.cs-proof .cs-toc[open] summary::after { transform: rotate(225deg); }
body.cs-proof .cs-toc ol { margin-top: 4px; }
body.cs-proof .cs-toc a {
  display: inline-block;
  padding: 4px 0;
}

body.cs-proof .cs-stats {
  list-style: none;
  margin: 0 0 1.2em;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
body.cs-proof .cs-stats li {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-top: 4px solid var(--cs-accent);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.cs-proof .cs-stats strong {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
body.cs-proof .cs-stats span { color: var(--cs-muted); font-size: 0.86rem; line-height: 1.35; }

body.cs-proof blockquote.cs-pull,
body.cs-proof blockquote.cs-quote {
  margin: 0 0 1.15em;
  padding: 14px 16px 14px 18px;
  background: #fff;
  border-radius: 10px;
  border-left: 5px solid var(--cs-accent);
  box-shadow: 0 6px 16px rgba(26, 31, 43, 0.04);
}
body.cs-proof blockquote.cs-pull { font-size: 1.12rem; line-height: 1.45; }
body.cs-proof blockquote.cs-pull p,
body.cs-proof blockquote.cs-quote p { margin: 0; }
body.cs-proof blockquote.cs-quote { border-left-color: var(--cs-ink); font-size: 1.02rem; }

body.cs-proof .cs-callout {
  background: #fff6ee;
  border: 1px solid #edd4c2;
  border-left: 5px solid #7a1f1f;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 0 0 1.15em;
}
body.cs-proof .cs-callout p { margin: 0; }
body.cs-proof .cs-callout-end {
  background: #1a1f2b;
  border-color: #1a1f2b;
  color: #f4f1ea;
}
body.cs-proof .cs-callout-end p,
body.cs-proof .cs-callout-end strong { color: #f4f1ea; }

body.cs-proof .cs-status {
  list-style: none;
  margin: 0 0 1.1em;
  padding: 0;
  display: grid;
  gap: 8px;
}
body.cs-proof .cs-status li {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: 10px;
  padding: 10px 12px 10px 14px;
  border-left: 5px solid var(--cs-line);
  line-height: 1.4;
}
body.cs-proof .cs-status .is-ok { border-left-color: #2d6a4f; }
body.cs-proof .cs-status .is-bad { border-left-color: #7a1f1f; }
body.cs-proof .cs-status .is-mid { border-left-color: var(--cs-accent); }

body.cs-proof .entry-content table.cs-facts,
body.cs-proof .entry-content table.cs-cash {
  border: 1px solid var(--cs-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin: 0 0 1.1em;
  box-shadow: 0 6px 16px rgba(26, 31, 43, 0.04);
}
body.cs-proof .entry-content table.cs-facts th,
body.cs-proof .entry-content table.cs-facts td,
body.cs-proof .entry-content table.cs-cash th,
body.cs-proof .entry-content table.cs-cash td {
  border: 0;
  border-bottom: 1px solid var(--cs-line);
  padding: 10px 12px;
  vertical-align: top;
}
body.cs-proof .entry-content table.cs-facts tr:last-child th,
body.cs-proof .entry-content table.cs-facts tr:last-child td,
body.cs-proof .entry-content table.cs-cash tr:last-child th,
body.cs-proof .entry-content table.cs-cash tr:last-child td { border-bottom: 0; }
body.cs-proof .entry-content table.cs-facts th {
  width: 28%;
  color: var(--cs-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  background: #fbf8f3;
}
body.cs-proof .entry-content table.cs-cash tr:first-child th {
  background: #1a1f2b;
  color: #f4f1ea;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
body.cs-proof .entry-content table.cs-cash tr:nth-child(even) td { background: #fbf8f3; }

body.cs-proof .entry-content figure.cs-hero-fig {
  border-radius: 12px;
  overflow: hidden;
  background: #11151c;
  box-shadow: 0 12px 32px rgba(26, 31, 43, 0.16);
  margin: 0 0 1.2em;
}
body.cs-proof .entry-content figure.cs-hero-fig img {
  border-radius: 0;
  background: #11151c;
}
body.cs-proof .entry-content figure.cs-hero-fig figcaption {
  background: #1a1f2b;
  color: #c8c4bc;
  padding: 8px 12px 10px;
  margin: 0;
}

body.cs-proof .entry-content details {
  border-radius: 10px;
  padding: 2px 14px;
  box-shadow: 0 4px 12px rgba(26, 31, 43, 0.04);
}
body.cs-proof .entry-content details > summary {
  min-height: 48px;
}
body.cs-proof .cs-sources {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 1.4em;
}
body.cs-proof .cs-sources h2 { border: 0; padding: 0; margin-top: 0; }

/* Sektionsrytm: numrerade H2 med tunn regel ovanför */
body.cs-proof .cs-article > .entry-content:last-of-type { counter-reset: cssec; }
body.cs-proof .cs-article > .entry-content:last-of-type > h2 {
  counter-increment: cssec;
  border-left: 0;
  border-top: 1px solid var(--cs-line);
  padding: 1.15em 0 0;
  margin: 1.9em 0 0.6em;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
body.cs-proof .cs-article > .entry-content:last-of-type > h2::before {
  content: counter(cssec, decimal-leading-zero);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--cs-accent);
  flex: 0 0 auto;
  padding: 2px 7px;
  border: 1px solid #e6d5c6;
  border-radius: 6px;
  background: #fff;
}

/* Viktad betygstabell */
body.cs-proof .entry-content table.cs-score {
  border: 1px solid var(--cs-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin: 0 0 0.7em;
  box-shadow: 0 6px 16px rgba(26, 31, 43, 0.04);
  font-size: 0.95rem;
}
body.cs-proof .entry-content table.cs-score th,
body.cs-proof .entry-content table.cs-score td {
  border: 0;
  border-bottom: 1px solid var(--cs-line);
  padding: 10px 12px;
  vertical-align: top;
}
body.cs-proof .entry-content table.cs-score tr:first-child th {
  background: #1a1f2b;
  color: #f4f1ea;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
}
body.cs-proof .entry-content table.cs-score { table-layout: fixed; }
body.cs-proof .entry-content table.cs-score tr > *:nth-child(1) { width: 22%; }
body.cs-proof .entry-content table.cs-score tr > *:nth-child(2) { width: 8%; }
body.cs-proof .entry-content table.cs-score tr > *:nth-child(3) { width: 11%; }
body.cs-proof .entry-content table.cs-score td:nth-child(2),
body.cs-proof .entry-content table.cs-score td:nth-child(3) {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-weight: 700;
}
body.cs-proof .entry-content table.cs-score td:first-child { font-weight: 700; }
body.cs-proof .entry-content table.cs-score td:last-child { line-height: 1.5; }
body.cs-proof .entry-content table.cs-score tr.cs-score-sum td {
  background: #fbf8f3;
  border-bottom: 0;
  border-top: 2px solid var(--cs-ink);
}
body.cs-proof .cs-pill {
  display: inline-block;
  min-width: 3.4em;
  text-align: center;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
  background: var(--cs-muted);
}
body.cs-proof .cs-pill.is-bad { background: #7a1f1f; }
body.cs-proof .cs-pill.is-mid { background: #b4671f; }
body.cs-proof .cs-pill.is-ok { background: #2d6a4f; }
body.cs-proof .cs-score-note {
  font-size: 0.88rem;
  color: var(--cs-muted);
  border-left: 3px solid var(--cs-line);
  padding-left: 12px;
  margin: 0 0 1.2em;
}

/* Trustpilot-kort */
body.cs-proof .cs-tp-card {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-top: 4px solid var(--cs-ink);
  border-radius: 10px;
  padding: 14px 16px 6px;
  margin: 0 0 1.15em;
  box-shadow: 0 6px 16px rgba(26, 31, 43, 0.04);
}
body.cs-proof .cs-tp-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--cs-line);
}
body.cs-proof .cs-tp-num {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}
body.cs-proof .cs-tp-of { font-size: 1rem; font-weight: 700; color: var(--cs-muted); }
body.cs-proof .cs-tp-src {
  margin-left: auto;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--cs-muted);
}
body.cs-proof ul.cs-tp-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.94rem;
}
body.cs-proof .cs-tp-facts li {
  margin: 0 0 9px;
  padding: 0 0 0 14px;
  border-left: 3px solid var(--cs-line);
  line-height: 1.5;
}

/* Utlovat mot faktiskt */
body.cs-proof .cs-vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 1.15em;
}
body.cs-proof .cs-vs-col {
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
body.cs-proof .cs-vs-col.is-said { border-left: 5px solid var(--cs-muted); }
body.cs-proof .cs-vs-col.is-real { border-left: 5px solid #7a1f1f; }
body.cs-proof .cs-vs-lab {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
  color: var(--cs-muted);
}
body.cs-proof .cs-vs-col strong { font-size: 1.3rem; letter-spacing: -0.03em; line-height: 1.15; }
body.cs-proof .cs-vs-col.is-real strong { color: #7a1f1f; }
body.cs-proof .cs-vs-sub { font-size: 0.86rem; color: var(--cs-muted); line-height: 1.35; }

/* Citatkälla */
body.cs-proof blockquote.cs-pull cite,
body.cs-proof blockquote.cs-quote cite {
  display: block;
  margin: 8px 0 0;
  font-style: normal;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  color: var(--cs-muted);
}

/* Utfallskolumn i kassatabellen */
body.cs-proof .entry-content table.cs-cash td.is-ok,
body.cs-proof .entry-content table.cs-cash td.is-bad,
body.cs-proof .entry-content table.cs-cash td.is-mid {
  font-weight: 800;
  white-space: nowrap;
}
body.cs-proof .entry-content table.cs-cash td.is-ok { color: #2d6a4f; }
body.cs-proof .entry-content table.cs-cash td.is-bad { color: #7a1f1f; }
body.cs-proof .entry-content table.cs-cash td.is-mid { color: #b4671f; }

/* Vanliga frågor */
body.cs-proof .entry-content details {
  background: #fff;
  border: 1px solid var(--cs-line);
  margin: 0 0 8px;
}
body.cs-proof .entry-content details > summary {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
body.cs-proof .entry-content details > summary::after {
  content: "+";
  flex: 0 0 auto;
  font-weight: 800;
  color: var(--cs-accent);
  font-size: 1.15rem;
  line-height: 1;
}
body.cs-proof .entry-content details[open] > summary::after { content: "\2013"; }

/* Metodsteg */
body.cs-proof ol.cs-method-steps {
  counter-reset: csstep;
  list-style: none;
  padding: 0;
  margin: 0 0 0.9em;
  display: grid;
  gap: 8px;
}
body.cs-proof .cs-method-steps li {
  counter-increment: csstep;
  background: #fff;
  border: 1px solid var(--cs-line);
  border-radius: 10px;
  padding: 10px 12px 10px 44px;
  position: relative;
  line-height: 1.45;
  font-size: 0.96rem;
}
body.cs-proof .cs-method-steps li::before {
  content: counter(csstep);
  position: absolute;
  left: 12px;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--cs-ink);
  color: #f4f1ea;
  font-size: 0.76rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Skribentkort */
body.cs-proof .cs-bylinecard {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--cs-line);
  border-left: 5px solid var(--cs-accent);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 1.4em 0 0;
  box-shadow: 0 6px 16px rgba(26, 31, 43, 0.04);
}
body.cs-proof .cs-bylinecard-face {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  background: #eae6df;
}
body.cs-proof .cs-bylinecard-body { min-width: 0; }
body.cs-proof .cs-bylinecard-name {
  margin: 0 0 4px;
  font-weight: 800;
  font-size: 1.02rem;
}
body.cs-proof .cs-bylinecard-name span {
  display: block;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--cs-muted);
  text-transform: uppercase;
  letter-spacing: .05em;
}
body.cs-proof .cs-bylinecard-meta {
  margin: 0 0 3px;
  font-size: 0.88rem;
  color: var(--cs-muted);
  line-height: 1.45;
}

@media (max-width: 700px) {
  body.cs-proof .cs-review-lead p { font-size: 1.02rem; line-height: 1.55; margin: 0 0 11px; }
  body.cs-proof .cs-review-lead p:first-child { font-size: 1.08rem; line-height: 1.45; }
  body.cs-proof .cs-stats { grid-template-columns: repeat(2, 1fr); }
  body.cs-proof .cs-method { border-radius: 10px; }
  body.cs-proof .cs-vs { grid-template-columns: 1fr; }
  body.cs-proof .cs-tp-src { margin-left: 0; width: 100%; }
}
@media (max-width: 430px) {
  body.cs-proof .cs-stats { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  body.cs-proof .entry-content table.cs-facts th {
    padding-bottom: 0;
    background: transparent;
  }
  body.cs-proof .entry-content table.cs-facts td { padding-top: 4px; }
  body.cs-proof .entry-content table.cs-facts tr {
    background: #fff;
    border: 1px solid var(--cs-line);
    border-radius: 10px;
    padding: 10px 12px;
    margin: 0 0 8px;
    border-bottom: 0;
  }
  body.cs-proof .entry-content table.cs-cash {
    display: block;
    overflow-x: auto;
    border-radius: 10px;
  }
  body.cs-proof .entry-content table.cs-cash th,
  body.cs-proof .entry-content table.cs-cash td {
    display: table-cell;
    border-bottom: 1px solid var(--cs-line);
  }
  body.cs-proof .entry-content table.cs-cash tr {
    display: table-row;
    margin: 0;
    border: 0;
  }

  /* Betygstabellen blir kort i stallet for sidoscroll */
  body.cs-proof .entry-content table.cs-score {
    display: block;
    table-layout: auto;
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
  body.cs-proof .entry-content table.cs-score tbody { display: block; }
  body.cs-proof .entry-content table.cs-score tr {
    display: block;
    background: #fff;
    border: 1px solid var(--cs-line);
    border-radius: 10px;
    padding: 11px 13px;
    margin: 0 0 8px;
  }
  body.cs-proof .entry-content table.cs-score tr:first-child { display: none; }
  body.cs-proof .entry-content table.cs-score td {
    display: block;
    border: 0;
    padding: 0;
    width: auto !important;
  }
  body.cs-proof .entry-content table.cs-score td:nth-child(1) {
    font-size: 1.04rem;
    margin: 0 0 6px;
  }
  body.cs-proof .entry-content table.cs-score td:nth-child(2),
  body.cs-proof .entry-content table.cs-score td:nth-child(3) {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 8px 0;
  }
  body.cs-proof .entry-content table.cs-score td:nth-child(2)::before {
    content: "Vikt ";
    font-weight: 600;
    color: var(--cs-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  body.cs-proof .entry-content table.cs-score td:nth-child(4) {
    font-size: 0.94rem;
    border-top: 1px solid var(--cs-line);
    padding-top: 8px;
  }
  body.cs-proof .entry-content table.cs-score tr.cs-score-sum {
    background: #fbf8f3;
    border: 2px solid var(--cs-ink);
  }
}

