/* Shared review components. Loaded once after site.css and v2.css.
   Base presentation matches the accepted Mostbet / Pin-Up / 1win reviews.
   rv-layout opts into the accepted detailed-review layout; no brand selectors.
   Change components here, never copy them into an operator page. */
.rv-page .rv-brand { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; margin-bottom: 14px; border: 1px solid var(--line2); border-radius: 14px; background: linear-gradient(180deg,rgba(255,255,255,.06),rgba(10,13,20,.55)); box-shadow: inset 0 1px 0 var(--rim),0 18px 40px -26px rgba(0,0,0,.9); }
.rv-page .rv-brand img { display: block; width: auto; height: 42px; }
.rv-page .rv-lede { color: var(--ink2); max-width: 56ch; margin-top: 12px; font-size: 16.5px; line-height: 1.62; text-wrap: pretty; }
.rv-page .rv-chips { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 18px; }
.rv-page .rv-chips .chip { padding: 11px 13px; }
.rv-page .rv-chips .k { font-size: 10.5px; }
.rv-page .rv-chips .v { font-size: 13.5px; line-height: 1.35; font-weight: 700; }
.rv-page .rv-cta { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 18px; }
.rv-page .rv-cta-note { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink3); }
@media (min-width:760px) {
  .rv-page .toc ol { columns: 2; column-gap: 34px; }
}
.rv-page .toc { padding: 18px 22px; }
.rv-page :is(.media-fig,.media-wide)>figcaption { margin-top: 11px; padding-inline-start: 12px; border-inline-start: 2px solid var(--line2); max-width: 78ch; font-size: 13px; line-height: 1.55; color: var(--ink3); text-wrap: pretty; }
.rv-page .rv-cap { caption-side: top; text-align: start; padding: 0 0 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink3); }
@media (max-width:560px) {
  .rv-page .rv-brand { padding: 10px 14px; margin-bottom: 12px; }
  .rv-page .rv-brand img { height: 34px; }
  .rv-page .rv-lede { font-size: 15.5px; max-width: none; }
  .rv-page .rv-chips { grid-template-columns: 1fr 1fr; gap: 8px; }
  .rv-page .rv-chips .chip { padding: 10px 11px; }
  .rv-page .rv-chips .v { font-size: 13px; }
  .rv-page .rv-cta { gap: 8px; }
  .rv-page .rv-cta .btn { width: 100%; justify-content: center; }
  .rv-page .rv-cta-note { width: 100%; text-align: center; }
}

/* Detailed review layout */
.rv-layout .toc.one ol { columns: 2; }
.rv-layout .v2-below>main>.sec:first-child { padding-top: 32px; }
.rv-layout .hero-copy>.cmp-note { font-size: 13px; margin-top: 14px; }
.rv-layout .two,.rv-layout .three { margin-top: 18px; }
.rv-layout .two>.waybox { margin-top: 0; }
.rv-layout .two+.prose,.rv-layout .prose+.callout { margin-top: 20px; }
.rv-layout .tscroll { margin-top: 18px; overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
.rv-layout .cmp { table-layout: fixed; }
.rv-layout .cmp th,.rv-layout .cmp td { vertical-align: top; line-height: 1.55; white-space: normal; overflow-wrap: break-word; }
.rv-layout .cmp tbody th { text-align: left; padding: 15px 14px; border-bottom: 1px solid var(--line); font-weight: 600; }
.rv-layout .cmp tbody tr:last-child th { border-bottom: 0; }
.rv-layout .tscroll .rv-cap { padding: 14px 14px 12px; }
.rv-layout .rv-table-hint { display: none; }
.rv-layout .prose h3 { margin-top: 24px; }
.rv-layout .prose+.prose,.rv-layout .tscroll+.prose,.rv-layout .callout+.prose { margin-top: 18px; }
.rv-layout .waybox ul { padding-left: 20px; color: var(--ink2); }
.rv-layout .waybox li+li { margin-top: 8px; }
.rv-layout .callout { margin-top: 22px; }
.rv-layout .callout p+p { margin-top: 10px; }
.rv-layout .cite,.rv-layout .changelog,.rv-layout .disclose { margin-top: 18px; }
.rv-layout #verdict>.prose { margin-top: 22px; }
.rv-layout #other-casinos .op-logo img { object-fit: contain; }
.rv-layout #other-casinos .opcard { display: flex; flex-direction: column; align-items: stretch; }
.rv-layout #other-casinos .opcard>.btn { margin-top: auto; }
.rv-layout #other-casinos .opcard>p { color: var(--ink2); font-size: 14px; margin: 14px 0 18px; }
.rv-layout .rv-final-title { font-size: 22px; font-weight: 800; margin-top: 5px; }
.rv-layout .bonus p { color: var(--ink2); font-size: 14px; max-width: 54ch; margin-top: 10px; }
@media (max-width:759px) {
  .rv-layout .toc.one ol { columns: 1; }
  .rv-layout .tscroll:not(.tnarrow)>table { min-width: 620px; }
  .rv-layout .tscroll.tnarrow>table { min-width: 0; }
  .rv-layout .cmp th,.rv-layout .cmp td { font-size: 13px; padding: 11px 10px; }
  .rv-layout .rv-table-hint { display: block; }
  .rv-layout .three { grid-template-columns: 1fr; }
}

/* Existing presentation variants */
.rv-page:where(.rv-media-spaced) .media-wide.media-fig { margin-block: 0 22px; }
@media (max-width:560px) {
  :where(.rv-clamp-hero) .hero-split .hero-copy>p:not(.rv-lede) { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
}
.rv-layout .legacy-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.rv-layout .legacy-grid .media-fig { margin: 0; }
.rv-layout .legacy-grid img { aspect-ratio: 4/3; object-fit: contain; background: var(--bg); }
.rv-layout .hero-shot:where(.review-shot-crop) img { aspect-ratio: 16/10; object-fit: cover; object-position: top; }
.rv-layout .hero-shot:where(.review-shot-contain) img { aspect-ratio: 16/9; object-fit: contain; object-position: top; background: #090909; }
.rv-layout:where(.rv-passport-fixed) .tnarrow .cmp td:first-child { width: 34%; }
@media (max-width:700px) {
  .rv-layout .legacy-grid { grid-template-columns: 1fr 1fr; }
}
