
.article-shell-review-detail.card,
.comparison-lead.card {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.review-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 4.8vw, 70px);
  align-items: start;
  padding-bottom: clamp(26px, 4vw, 44px);
  border-bottom: 1px solid var(--o4-premium-line);
}

.article-shell-review-detail .article-header-review {
  display: grid;
  gap: 14px;
  padding: 0;
  border: 0;
}

.article-shell-review-detail .article-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.article-shell-review-detail .article-proof-card,
.article-shell-review-detail .tool-section-grid > .card,
.article-shell-review-detail .article-footnote-block,
.comparison-fit-signal.card,
.comparison-support-grid > .card {
  border: 1px solid var(--o4-premium-line);
  border-radius: 8px;
  background: #111318;
  box-shadow: none;
}

.article-shell-review-detail .tool-section-grid,
.comparison-support-grid {
  gap: 14px;
  margin-top: 22px;
}

.review-tool-panel.card {
  overflow: hidden;
  padding: 0;
}

.review-tool-panel > h2,
.review-tool-panel > p,
.review-tool-panel > .badges,
.review-tool-panel > .article-card-note,
.review-tool-panel > .hero-actions {
  padding-inline: 16px;
}

.review-tool-panel > h2 {
  margin-top: 0;
  padding-top: 16px;
}

.review-tool-panel > .hero-actions {
  padding-bottom: 16px;
}

.article-shell-review-detail .article-content {
  max-width: 780px;
  margin-top: clamp(24px, 3vw, 36px);
  color: rgba(238, 240, 242, 0.72);
}

.article-shell-review-detail .article-content h2,
.article-shell-review-detail .article-content h3 {
  max-width: 18ch;
  color: #f4f1e9;
}

.article-shell-review-detail .article-footer {
  justify-content: flex-start;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--o4-premium-line);
}
