/* Sidebar cross-link between Meet interviews. The query loop that filled this
   block does not exist in the static export, so the cards are written out.
   The sidebar's inner column is ~254px, so the thumbnail stacks above the title
   rather than sitting beside it: a side-by-side layout left 168px for titles
   that run to seven words. */
.read-more-card { margin: 0 0 16px; }
.read-more-card__thumb { display: block; }
.read-more-card__thumb img { display: block; width: 100%; aspect-ratio: 16 / 9; height: auto; border-radius: 10px; object-fit: cover; background: #eef2f6; }
.read-more-card__body { padding-top: 10px; }
.read-more-card__kicker { margin: 0 0 4px; color: #7d8b96; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; line-height: 1.2; }
.read-more-card__title { margin: 0 0 5px; font-size: 18px; font-weight: 750; line-height: 1.25; }
.read-more-card__title a { color: #2f3d73; text-decoration: none; }
.read-more-card__title a:hover { text-decoration: underline; }
.read-more-card__meta { margin: 0; color: #7d8b96; font-size: 13px; line-height: 1.35; }
.read-more-all { margin: 0; font-size: 15px; font-weight: 700; }
