/* review.css — single-bookmaker long-form layout (drop cap, 58ch prose column, offer at 75%) */

.wh-article-body {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--f-body);
  font-size: var(--f-body-l);
  line-height: 1.7;
  color: var(--c-ink);
}
.wh-article-body p { margin: 0 0 1.2em; }
.wh-article-body p + p { margin-top: 0; }
.wh-article-body h2 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 1.75rem;
  margin: 2em 0 0.8em;
  line-height: 1.2;
}
.wh-article-body h3 {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin: 1.6em 0 0.6em;
}
.wh-article-body em { font-style: italic; }

/* Offer box — ~75% through the article, centred 460px, stone bg, 8px radius. */
.wh-offer-box {
  max-width: 460px;
  margin: var(--space-block) auto;
  background: var(--c-paper-alt);
  border: 1px solid var(--c-accent);
  border-radius: var(--r-md);
  padding: 24px;
  text-align: left;
}
.wh-offer-box .wh-offer-label {
  font-family: var(--f-body); font-weight: 600;
  font-size: 12px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--c-accent);
  margin: 0 0 10px;
  display: flex; align-items: center; gap: 10px;
}
.wh-offer-box .wh-offer-label .wh-op-icon { width: 20px; height: 20px; border-radius: 3px; }
.wh-offer-box .wh-offer-body {
  font-family: var(--f-body); font-size: 15px;
  color: var(--c-ink); margin: 0 0 16px; line-height: 1.55;
}
.wh-offer-box .wh-visit {
  font-family: var(--f-body); font-weight: 500;
  font-size: 1rem; color: var(--c-accent);
}

/* Verdict paragraph */
.wh-verdict {
  max-width: 58ch; margin: var(--space-block) auto;
  font-family: var(--f-display); font-style: italic; font-weight: 300;
  font-size: 1.25rem; line-height: 1.4;
  color: var(--c-accent);
  padding-left: 24px;
  border-left: 2px solid var(--c-saffron);
}
.wh-verdict-sig {
  display: block;
  font-family: var(--f-body); font-style: normal; font-weight: 500;
  font-size: var(--f-body-s); color: var(--c-ink-muted);
  letter-spacing: 0.02em;
  margin-top: 12px;
}

/* Review hero meta — padding/background/h1 styles live in hero.css (.wh-review-hero) */
.wh-review-title-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 16px 0 24px;
  flex-wrap: wrap;
}
.wh-review-title-row h1 { margin: 0; }
.wh-review-title-row .wh-op-icon--xl {
  width: 72px; height: 72px; border-radius: 8px;
  flex-shrink: 0;
  border: 1px solid var(--c-stone);
}
@media (max-width: 640px) {
  .wh-review-title-row { gap: 16px; }
  .wh-review-title-row .wh-op-icon--xl { width: 48px; height: 48px; }
}
.wh-review-hero .wh-review-meta {
  display: flex; flex-wrap: wrap; gap: 18px; align-items: center;
  font-size: 14px; color: var(--c-stone);
  margin: var(--space-item) 0 0;
}
.wh-review-hero .wh-review-meta .wh-ukgc-line { font-size: 12px; }

.wh-related-reviews { padding: var(--space-section) 0; background: var(--c-paper-alt); }
.wh-related-reviews h2 {
  font-family: var(--f-body);
  font-weight: 600; font-size: var(--f-label);
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--c-accent); margin-bottom: var(--space-item);
}

/* RG block (responsible gambling) */
.wh-rg-block {
  border: 1px solid var(--c-accent);
  border-radius: var(--r-md);
  padding: 24px;
  max-width: var(--content);
  margin: var(--space-block) auto;
  font-family: var(--f-body); font-size: 15px;
  color: var(--c-ink); background: var(--c-paper);
}
.wh-rg-block strong { font-weight: 600; }
.wh-rg-block h3 {
  font-family: var(--f-body); font-weight: 600;
  font-size: var(--f-label); letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--c-accent);
  margin: 0 0 10px;
}

/* Affiliate note inline */
.wh-affiliate-note {
  font-family: var(--f-display);
  font-style: italic; font-weight: 300;
  font-size: 1.1rem; color: var(--c-accent);
  max-width: 58ch; margin: 0 auto;
  line-height: 1.5;
  text-align: center;
}
