
/* PBB 1.4.83 - CLS fixes (system font for lead) */
main.pbb-main #pbb-list article.pbb-card img {
  aspect-ratio: 4 / 3;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: .5rem 0;
}

/* Stabilize lead/info blocks */
.pbb-lead, .pbb-info { contain: content; min-height: 2.8em; }

/* Fix CLS on first lead paragraph: use system font immediately */
main.pbb-main > p:first-of-type {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  min-height: 2.8em;
}
