/* Unhashed styles for publish-time insight HTML snapshots served from nginx. */
:root {
  --pl-ink: #071a38;
  --pl-copy: #33445f;
  --pl-blue: #1456e8;
  --pl-line: #dce4f0;
  --pl-muted: #70809a;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--pl-ink);
  background: #fff;
  line-height: 1.55;
}

.insight-snapshot {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 3.5rem;
}

.insight-snapshot h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.insight-snapshot .meta {
  color: var(--pl-muted);
  font-size: 0.9rem;
}

.insight-snapshot .body h2 {
  margin-top: 1.75rem;
}

.insight-snapshot .body a {
  color: var(--pl-blue);
}

.insight-snapshot .body table {
  width: 100%;
  margin: 0.75rem 0 1.25rem;
  border-collapse: collapse;
}

.insight-snapshot .body th,
.insight-snapshot .body td {
  border: 1px solid var(--pl-line);
  padding: 0.45rem 0.6rem;
  vertical-align: top;
}

.insight-snapshot .body table[data-layout='cols-2'] td {
  width: 50%;
}

.insight-snapshot .body table[data-layout='cols-3'] td {
  width: 33.33%;
}

.insight-snapshot .body table[data-layout='callout'],
.insight-snapshot .body table[data-layout='footer'] {
  background: #f8faff;
}

.insight-snapshot .body table[data-layout='header'] img {
  max-height: 48px;
  width: auto;
}

.insight-snapshot .body table[data-layout='hero'] {
  background: #f4f8fb;
}

.insight-snapshot .body table[data-layout='cta'] a {
  display: inline-block;
  background: #1456e8;
  color: #fff;
  padding: 0.75rem 1.15rem;
  text-decoration: none;
  font-weight: 700;
}

.insight-snapshot .brand {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--pl-line);
  font-size: 0.85rem;
  color: var(--pl-copy);
}
