/* ============================================================
   real-stories.html — page styles
   The stories are a third-party Elfsight blog feed that renders
   client-side inside the .ab-embed panel. Give the widget body
   breathing room and a stable height while the script loads so
   the framed panel never collapses to a sliver.
   ============================================================ */

.rs-embed__body {
  padding: 22px clamp(16px, 3vw, 34px) 26px;
  min-height: 520px;
  background: var(--card);
}

@media (max-width: 640px) {
  .rs-embed__body { min-height: 420px; }
}
