/* Paywall (teaser cut) — scoped under .edtech-embed, uses report tokens. */
.edtech-embed .rep-paywall {
  position: relative;
  margin: 0;
}
.edtech-embed .rep-paywall-ellipsis {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 8px;
  color: var(--ink-4);
  margin: 4px 0 0;
}
.edtech-embed .rep-paywall-fade {
  height: 96px;
  margin: -56px 0 0;
  background: linear-gradient(180deg, rgba(247, 248, 251, 0) 0%, var(--paper) 88%);
  pointer-events: none;
}
.edtech-embed .rep-paywall-card {
  border: 1px solid var(--ink);
  background: var(--paper-2);
  padding: 40px 44px;
  margin: 0 0 72px;
}
.edtech-embed .rep-paywall-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.edtech-embed .rep-paywall-h {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 12px;
}
.edtech-embed .rep-paywall-sub {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 0 24px;
  max-width: 56ch;
}
.edtech-embed .rep-paywall-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.edtech-embed .rep-paywall-btn {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  text-decoration: none;
  border: 1px solid var(--blue);
  transition: background 0.15s, border-color 0.15s;
}
.edtech-embed .rep-paywall-btn:hover {
  background: var(--blue-2);
  border-color: var(--blue-2);
}
.edtech-embed .rep-paywall-btn--ghost {
  background: transparent;
  color: var(--blue);
}
.edtech-embed .rep-paywall-btn--ghost:hover {
  background: var(--blue-pale);
}
.edtech-embed .rep-paywall-note {
  margin-top: 16px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-3);
}
