/* Casino review pages — forest/lime (body.review) */
body.review {
  --rv-white: #ffffff;
  --rv-soft: #f3f7f4;
  --rv-green: #103d2c;
  --rv-green-deep: #09291e;
  --rv-lime: #b3f541;
  --rv-ink: #182b23;
  --rv-muted: #58675f;
  --rv-line: #dde7e0;
  --rv-note: #fff2e3;
  --rv-radius: 12px;
  --rv-wrap: min(100% - 2rem, 1180px);
  --rv-font: "Inter", system-ui, -apple-system, sans-serif;
  --paper: var(--rv-soft);
  --ink: var(--rv-ink);
  --ink-soft: var(--rv-muted);
  --accent: #1a6b45;
  --accent-hover: #145538;
  --line: var(--rv-line);
  --wrap: var(--rv-wrap);
  --font-sans: var(--rv-font);
  margin: 0;
  font-family: var(--rv-font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--rv-ink);
  background: var(--rv-white);
  padding-bottom: 0;
}

body.review .wrap {
  width: var(--rv-wrap);
  margin-inline: auto;
}

body.review a {
  color: #1a6b45;
}

body.review a:hover {
  color: #145538;
}

/* Ribbon */
body.review .ribbon {
  background: var(--rv-green-deep);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  padding: 0.35rem 0;
  text-align: center;
}

body.review .ribbon strong {
  color: #fff;
  font-weight: 600;
}

/* Header — white bar like homepage */
body.review .topbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--rv-white);
  border-bottom: 1px solid var(--rv-line);
  backdrop-filter: none;
}

body.review .topbar__row {
  min-height: 4.5rem;
  gap: 0.75rem;
  align-items: center;
}

body.review .brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--rv-ink);
  flex: 0 0 auto;
}

body.review .brand:hover {
  opacity: 1;
  color: var(--rv-ink);
}

body.review .brand__mark {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body.review .brand__flag {
  width: 26px;
  height: 13px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

body.review .brand .brand__logo,
body.review .brand > img {
  height: 28px;
  width: auto;
  max-width: 200px;
  display: block;
  filter: none;
}

body.review .brand__tag {
  font-size: 0.66rem;
  color: var(--rv-muted);
  font-weight: 500;
  padding-left: calc(26px + 0.5rem);
}

body.review .primary-nav {
  flex: 1 1 auto;
  display: none;
  min-width: 0;
}

body.review .menu-btn {
  display: inline-flex;
  border-color: var(--rv-line);
}

body.review .menu-btn span {
  background: var(--rv-green);
}

@media (min-width: 1100px) {
  body.review .primary-nav {
    display: block;
  }

  body.review .menu-btn {
    display: none !important;
  }

  body.review .nav-drawer {
    display: none !important;
  }
}

body.review .primary-nav .primary-nav__list {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.1rem;
  overflow: visible;
}

body.review .topbar,
body.review .topbar__row,
body.review .primary-nav {
  overflow: visible;
}

body.review .primary-nav a,
body.review .nav-fly__parent {
  color: var(--rv-green);
  font-size: 0.76rem;
  font-weight: 500;
  padding: 0.35rem 0.45rem;
  border-radius: 999px;
  transition: background-color 0.18s ease, color 0.18s ease;
}

body.review .primary-nav a:hover,
body.review .nav-fly__parent:hover,
body.review .primary-nav .has-dropdown:hover > .nav-fly__parent,
body.review .primary-nav .has-dropdown:focus-within > .nav-fly__parent,
body.review .primary-nav a[aria-current="page"] {
  color: var(--rv-green-deep);
  background: var(--rv-soft);
}

body.review .primary-nav .nav-fly__parent::after {
  border-top-color: var(--rv-green);
  opacity: 0.85;
  margin-left: 0.3rem;
}

body.review .nav-fly {
  background: #fff;
  border: 1px solid var(--rv-line);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(9, 41, 30, 0.18);
}

body.review .nav-fly a {
  color: var(--rv-ink) !important;
  display: block;
  width: 100%;
  border-radius: 10px;
}

body.review .nav-fly a:hover {
  background: var(--rv-soft) !important;
  color: var(--rv-green-deep) !important;
}

body.review .topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
}

body.review .topbar__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--rv-green);
  text-decoration: none;
  border-radius: 999px;
}

body.review .topbar__search:hover {
  background: var(--rv-soft);
  color: var(--rv-green-deep);
}

body.review .nav-drawer {
  background: var(--rv-white);
  border-top: 1px solid var(--rv-line);
}

body.review .nav-drawer a,
body.review .nav-drawer summary {
  color: var(--rv-green);
}

/* Hide legacy trail when hero has crumbs */
body.review .trail {
  display: none;
}

/* Hero */
body.review .rv-hero {
  position: relative;
  color: #fff;
  background: var(--rv-green-deep);
  overflow: hidden;
  isolation: isolate;
}

body.review .rv-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
  pointer-events: none;
}

body.review .rv-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, rgba(9, 41, 30, 0.94) 0%, rgba(16, 61, 44, 0.84) 50%, rgba(16, 61, 44, 0.72) 100%);
  pointer-events: none;
}

body.review .rv-hero__inner {
  position: relative;
  z-index: 1;
  width: var(--rv-wrap);
  margin-inline: auto;
  padding: 1.75rem 0 4.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 960px) {
  body.review .rv-hero__inner {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.9fr);
    align-items: start;
    padding: 2.25rem 0 5rem;
    gap: 2rem;
  }
}

body.review .rv-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
}

body.review .rv-crumbs a {
  color: var(--rv-lime);
  text-decoration: none;
}

body.review .rv-crumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.35rem;
  opacity: 0.65;
}

body.review .rv-hero h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 3.4vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #fff;
}

body.review .rv-hero__lead {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  max-width: 58ch;
}

body.review .rv-hero__lead:last-child {
  margin-bottom: 0;
}

/* Author float */
body.review .rv-author-band {
  position: relative;
  z-index: 3;
  margin-top: -3.5rem;
  padding: 0 0 1.5rem;
  background: transparent;
}

@media (min-width: 900px) {
  body.review .rv-author-band {
    margin-top: -4rem;
  }
}

body.review .rv-author {
  width: var(--rv-wrap);
  margin-inline: auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--rv-line);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  box-shadow: 0 18px 40px rgba(9, 41, 30, 0.16);
  max-width: 36rem;
}

body.review .rv-author img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--rv-line);
}

body.review .rv-author__label {
  margin: 0;
  font-size: 0.78rem;
  color: var(--rv-muted);
  font-weight: 600;
}

body.review .rv-author__name {
  margin: 0.15rem 0 0;
  font-size: 0.95rem;
  color: var(--rv-ink);
}

body.review .rv-author__name strong {
  font-weight: 800;
}

/* Offer + score cards in hero */
body.review .rv-hero__cards {
  display: grid;
  gap: 0.75rem;
}

body.review .rv-offer {
  background: #fff;
  color: var(--rv-ink);
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

body.review .rv-offer__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}

body.review .rv-offer__logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 8px;
  background: #f5f8f6;
  border: 1px solid var(--rv-line);
  padding: 4px;
}

/* Wide white wordmarks (MetaSpins) need a dark plate + room to read */
body.metaspins-review .rv-offer__logo {
  width: 132px;
  height: 40px;
  background: #0b0f0d;
  border-color: rgba(255, 255, 255, 0.12);
  padding: 6px 8px;
}

body.bombastic-review .rv-offer__logo {
  width: 132px;
  height: 40px;
  background: #0b0f0d;
  border-color: rgba(255, 255, 255, 0.12);
  padding: 6px 8px;
}

body.review .rv-offer__name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
}

body.review .rv-offer__text {
  margin: 0 0 0.35rem;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.35;
}

body.review .rv-offer__sub {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  color: var(--rv-muted);
}

body.review .rv-btn-lime {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--rv-lime);
  color: var(--rv-green-deep);
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
}

body.review .rv-btn-lime:hover {
  background: #c4ff5a;
  color: var(--rv-green-deep);
}

body.review .rv-offer__terms {
  display: block;
  margin-top: 0.65rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rv-muted);
  text-decoration: none;
}

body.review .rv-offer__terms:hover {
  color: var(--rv-green);
}

body.review .rv-hero__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

body.review .rv-chip {
  background: #fff;
  border-radius: 14px;
  padding: 0.95rem 1rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  text-align: left;
}

body.review .rv-chip__label {
  margin: 0;
  font-size: 0.7rem;
  color: var(--rv-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.review .rv-chip__value {
  margin: 0.3rem 0 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--rv-ink);
  letter-spacing: -0.02em;
}

/* Layout: main + TOC */
body.review .toc--mobile {
  width: var(--rv-wrap);
  margin: 0.5rem auto 0;
}

body.review .toc--mobile details {
  background: var(--rv-soft);
  border: 1px solid var(--rv-line);
  border-radius: 10px;
  padding: 0.65rem 0.9rem;
}

body.review .toc--mobile summary {
  font-weight: 700;
  color: var(--rv-green);
  cursor: pointer;
}

body.review .doc {
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: var(--rv-wrap);
  max-width: 100%;
  margin: 1.25rem auto 2rem;
  gap: 1.25rem;
  align-items: start;
}

body.review .doc__main {
  min-width: 0;
  max-width: 100%;
}

@media (min-width: 980px) {
  body.review .doc {
    grid-template-columns: minmax(0, 1fr) 220px !important;
    gap: 1.5rem;
  }

  body.review .doc__main {
    order: 1;
  }

  body.review .toc {
    order: 2;
  }

  body.review .toc--mobile {
    display: none;
  }
}

body.review .toc {
  position: sticky;
  top: 5rem;
  align-self: start;
  background: #fff;
  border: 1px solid var(--rv-line);
  border-radius: 12px;
  padding: 1rem 1.05rem;
  box-shadow: 0 8px 24px rgba(9, 41, 30, 0.05);
}

body.review .toc__title {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--rv-green);
}

body.review .toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rvtoc;
  display: grid;
  gap: 0.35rem;
}

body.review .toc li {
  counter-increment: rvtoc;
}

body.review .toc a {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  text-decoration: none;
  color: var(--rv-ink);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 0.25rem 0;
}

body.review .toc a::before {
  content: counter(rvtoc);
  flex: 0 0 1.35rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--rv-soft);
  color: var(--rv-green);
  font-size: 0.68rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-top: 0.05rem;
}

body.review .toc a:hover {
  color: var(--rv-green);
}

/* Sections */
body.review .slice {
  padding: 0 0 1.35rem;
}

body.review .slice .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.review .h-section,
body.review .h-display,
body.review h2,
body.review h3 {
  color: var(--rv-green);
  letter-spacing: -0.02em;
}

body.review .h-section {
  margin: 0 0 0.85rem;
  font-size: 1.45rem;
  font-weight: 800;
}

body.review .kicker {
  display: none;
}

body.review .lede,
body.review .section-blurb,
body.review p {
  color: var(--rv-ink);
}

body.review .pull {
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--rv-lime);
  background: var(--rv-soft);
  border-radius: 0 10px 10px 0;
  font-size: 0.98rem;
}

/* Hide old intro chrome on review pages (hero replaces these) */
body.review .doc #intro .review-byline,
body.review .doc #intro .bento,
body.review .doc #intro > .wrap > .h-display,
body.review .doc #intro > .wrap > .kicker,
body.review .doc #intro .h-display#brand-title {
  display: none !important;
}

/* Tables */
body.review .compact-table,
body.review .rv-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.7rem 0 1.1rem;
  background: #fff;
  border: 1px solid var(--rv-line);
  border-radius: 10px;
  overflow: hidden;
}

body.review .compact-table th,
body.review .compact-table td,
body.review .rv-table th,
body.review .rv-table td {
  padding: 0.5rem 0.7rem;
  border-bottom: 1px solid var(--rv-line);
  text-align: left;
  font-size: 0.9rem;
  vertical-align: top;
}

body.review .compact-table th:first-child,
body.review .compact-table td:first-child,
body.review .rv-table th:first-child,
body.review .rv-table td:first-child {
  width: 38%;
  white-space: nowrap;
}

body.review .compact-table th,
body.review .rv-table th {
  background: var(--rv-soft);
  font-weight: 700;
  color: var(--rv-green);
}

body.review .compact-table tr:nth-child(even) td,
body.review .rv-table tr:nth-child(even) td {
  background: #fafcfb;
}

body.review .compact-table tr:last-child td,
body.review .rv-table tr:last-child td {
  border-bottom: none;
}

/* Media */
body.review .media-shot,
body.review .rv-shot {
  margin: 1rem 0 1.35rem;
  max-width: 100%;
}

body.review .media-shot img,
body.review .rv-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid var(--rv-line);
  box-shadow: 0 10px 28px rgba(9, 41, 30, 0.08);
  background: #f7faf8;
}

body.review .media-shot--wide {
  max-width: min(100%, 640px);
}

body.review .rv-split__media .media-shot {
  margin: 0 0 0.75rem;
  max-width: 100%;
}

body.review .rv-split__media .media-shot:last-child {
  margin-bottom: 0;
}

body.review .media-shot--hero img {
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

/* Standalone mid-page shots (not hero, not gallery, not split) stay moderate */
body.review .doc__main > .slice .wrap > .media-shot:not(.media-shot--hero) {
  max-width: min(100%, 520px);
}

body.review .media-shot figcaption,
body.review .rv-shot figcaption {
  margin-top: 0.45rem;
  font-size: 0.82rem;
  color: var(--rv-muted);
}

/* Small thumbnail gallery */
body.review .rv-gallery {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 1.35rem;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 700px) {
  body.review .rv-gallery--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  body.review .rv-gallery--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

body.review .rv-gallery .media-shot,
body.review .rv-gallery .rv-shot {
  margin: 0;
}

body.review .rv-gallery .media-shot a,
body.review .rv-gallery .rv-shot a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

body.review .rv-gallery .media-shot a::after,
body.review .rv-gallery .rv-shot a::after {
  content: "";
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(9, 41, 30, 0.72) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='11' cy='11' r='6' stroke='%23b3f541' stroke-width='2'/%3E%3Cpath d='M20 20l-3.2-3.2' stroke='%23b3f541' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 0.9rem no-repeat;
  pointer-events: none;
}

body.review .rv-gallery .media-shot img,
body.review .rv-gallery .rv-shot img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  box-shadow: none;
  transition: transform 0.2s ease;
}

body.review .rv-gallery .media-shot a:hover img,
body.review .rv-gallery .rv-shot a:hover img {
  transform: scale(1.03);
}

body.review .rv-gallery figcaption {
  font-size: 0.75rem;
  margin-top: 0.35rem;
}

/* Text + image rows (alternate sides) */
body.review .rv-split {
  display: grid;
  gap: 1.15rem;
  margin: 1rem 0 1.35rem;
  align-items: start;
}

@media (min-width: 780px) {
  body.review .rv-split {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.35rem;
  }

  body.review .rv-split--flip {
    grid-template-columns: 0.85fr 1.15fr;
  }

  body.review .rv-split--flip .rv-split__media {
    order: -1;
  }
}

body.review .rv-split__media .media-shot {
  margin: 0;
}

body.review .rv-split__media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top center;
}

body.review .rv-split__body > :first-child {
  margin-top: 0;
}

body.review .rv-split .compact-table {
  margin-bottom: 0;
}

/* Callout */
body.review .rv-callout {
  background: #fff;
  border: 1px solid var(--rv-line);
  border-top: 3px solid var(--rv-lime);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  margin: 1rem 0;
}

body.review .rv-callout h3,
body.review .rv-callout h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

/* Final thoughts */
body.review .verdict-box,
body.review .rv-final {
  background: var(--rv-soft);
  border: 1px solid #d5ebc0;
  border-radius: 14px;
  padding: 1rem 1.15rem;
  margin-top: 0.5rem;
  max-width: 100%;
}

body.review .verdict-box ul,
body.review .rv-final ul {
  margin: 0.5rem 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

@media (min-width: 700px) {
  body.review .verdict-box ul,
  body.review .rv-final ul {
    grid-template-columns: 1fr 1fr;
  }
}

body.review .verdict-box li,
body.review .rv-final li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.92rem;
  color: var(--rv-ink);
}

body.review .verdict-box li::before,
body.review .rv-final li::before {
  content: "";
  flex: 0 0 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: var(--rv-lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2309291e' d='M6.5 11.2 3.3 8l1.1-1.1 2.1 2.1 5-5L12.6 5z'/%3E%3C/svg%3E") center / 0.7rem no-repeat;
}

body.review .verdict-box .btn,
body.review .verdict-box .btn--solid,
body.review .rv-final .rv-btn-lime {
  display: inline-flex;
  margin-top: 0.5rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: var(--rv-lime);
  color: var(--rv-green-deep) !important;
  font-weight: 800;
  text-decoration: none;
  border: none;
}

body.review .verdict-box .btn:hover,
body.review .rv-final .rv-btn-lime:hover {
  background: #c4ff5a;
}

/* FAQ */
body.review .schema-faq,
body.review .rv-faq {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

body.review .schema-faq-section,
body.review .rv-faq__item {
  background: #fff;
  border: 1px solid var(--rv-line);
  border-radius: 10px;
  padding: 0.9rem 1rem;
}

body.review .schema-faq-question,
body.review .rv-faq__q {
  display: block;
  font-weight: 800;
  color: var(--rv-green);
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

body.review .schema-faq-answer,
body.review .rv-faq__a {
  margin: 0;
  color: var(--rv-muted);
  font-size: 0.92rem;
}

/* Pros/cons & misc legacy */
body.review .pros-cons,
body.review .offer-hero,
body.review .scores {
  border-color: var(--rv-line);
  border-radius: 12px;
}

body.review .btn--solid,
body.review .btn.btn--solid {
  background: var(--rv-lime);
  color: var(--rv-green-deep);
  border: none;
  font-weight: 800;
}

body.review .btn--ghost {
  border-color: var(--rv-line);
  color: var(--rv-ink);
}

/* Sidebar promo */
body.review .rv-side-promo {
  margin-top: 1rem;
  padding: 1.1rem 1rem;
  border-radius: 12px;
  background: linear-gradient(160deg, var(--rv-green) 0%, var(--rv-green-deep) 100%);
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.4;
}

body.review .rv-side-promo strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--rv-lime);
  font-size: 0.95rem;
}

/* Player voices — stacked quotes */
body.review .voice-grid {
  max-width: 40rem;
  gap: 0.9rem;
}

body.review .voice-card {
  border-color: var(--rv-line);
  border-left-color: var(--rv-lime);
  background: #fff;
  border-radius: 14px;
  padding: 1.2rem 1.35rem 1.05rem;
}

body.review .voice-card blockquote p {
  color: var(--rv-ink);
  font-size: 1rem;
  line-height: 1.6;
}

body.review .voice-card footer {
  color: var(--rv-muted);
  border-top-color: var(--rv-line);
}

/* Footer — compact forest */
body.review .endcap {
  background: var(--rv-green-deep);
  color: rgba(255, 255, 255, 0.85);
  padding: 1.75rem 0 1.1rem;
  margin-top: 1.5rem;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

body.review .endcap a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

body.review .endcap a:hover {
  color: var(--rv-lime);
}

body.review .endcap h3 {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.review .endcap__top {
  display: grid;
  gap: 1.15rem 1.5rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 900px) {
  body.review .endcap__top {
    grid-template-columns: 1.15fr 0.95fr 0.95fr 1.1fr;
    gap: 1.25rem 1.75rem;
  }
}

body.review .endcap__brand {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

body.review .endcap__brand-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: nowrap;
  max-width: 100%;
}

body.review .endcap__brand-row img.flag {
  width: 22px;
  height: 11px;
  object-fit: cover;
  border-radius: 2px;
  flex: 0 0 auto;
}

/* Logo SVG already includes the wordmark — hide duplicate text */
body.review .endcap__brand-row strong {
  display: none;
}

body.review .endcap__brand-row .endcap__logo {
  height: 24px;
  width: auto;
  max-width: min(170px, 100%);
  filter: none;
}

body.review .endcap__blurb {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
  max-width: 36ch;
}

body.review .endcap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.22rem;
}

body.review .endcap li a {
  font-size: 0.8rem;
  line-height: 1.35;
}

body.review .endcap__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  padding: 0.85rem 0 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
}

body.review .endcap__legal a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

body.review .endcap__warn,
body.review .endcap__copy {
  margin-top: 0.55rem;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.6);
}

body.review .endcap__copy {
  margin-top: 0.35rem;
}

body.review .c-card__fine {
  color: var(--rv-muted);
  font-size: 0.8rem;
}

@media (prefers-reduced-motion: no-preference) {
  body.review .rv-btn-lime {
    transition: transform 0.18s ease, background 0.18s ease;
  }

  body.review .rv-btn-lime:hover {
    transform: translateY(-1px);
  }
}
