/* demo host chrome — moved out of reviews-widget.css (not widget code) */
.demo-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 32px auto 56px;
}

.product-strip {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px 0 28px;
}

.product-media {
  width: 164px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--rw-border);
  border-radius: var(--rw-radius);
  background: var(--rw-panel);
  box-shadow: var(--rw-shadow-sm);
}

.product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-copy {
  min-width: 0;
}

.product-kicker {
  margin: 0 0 8px;
  color: var(--rw-accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-copy h1 {
  margin: 0 0 8px;
  font-family: Prata, Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-copy p {
  max-width: 580px;
  margin: 0;
  color: var(--rw-muted);
  line-height: 1.5;
}

.product-note {
  margin-top: 12px;
  font-size: 14px;
}

.product-media {
  width: 164px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--rw-border);
  border-radius: var(--rw-radius);
  background: var(--rw-panel);
}
