/* The QA board is independent of the retired latest-posts feed. */
.board-stories { background: #101113; color: #f5f5f7; scroll-margin-top: 64px; }
.board-stories-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 40px; }
.board-stories-heading h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.3; letter-spacing: -.04em; }
.board-stories .section-kicker { font-size: .875rem; margin-bottom: 12px; }
.board-story { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(32px, 6vw, 88px); border-block: 1px solid #454951; padding-block: 40px; }
.board-story-copy, .board-story-outline { min-width: 0; }
.board-story-category { color: #a9cff6; font-size: .875rem; margin: 0 0 20px; }
.board-story h3 { font-size: clamp(1.625rem, 2.8vw, 2.25rem); line-height: 1.4; letter-spacing: -.03em; margin: 0 0 20px; }
.board-story h3 a { color: #fff; text-decoration: none; }
.board-story h3 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.board-story-copy > p:not(.board-story-category) { font-size: 1rem; line-height: 1.75; color: #c5c9d0; }
.board-story-copy .board-story-dates { font-size: .875rem !important; margin: 20px 0; }
.board-story-outline { align-self: center; }
.board-story-outline p { display: grid; grid-template-columns: 40px 1fr; gap: 6px 16px; margin: 0; padding: 22px 0; border-bottom: 1px solid #454951; }
.board-story-outline p:last-child { border-bottom: 0; }
.board-story-outline span { grid-row: span 2; color: #8ebeed; font-size: .875rem; padding-top: 3px; }
.board-story-outline strong { font-size: 1.125rem; line-height: 1.5; }
.board-story-outline small { font-size: .875rem; color: #c5c9d0; }
.board-category-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 16px; color: #a9cff6; font-size: 1rem; }
.board-stories a:focus-visible { outline: 3px solid #a9cff6; outline-offset: 6px; }
.board-stories a, .board-stories p, .board-stories h3 { overflow-wrap: anywhere; }
@media (max-width: 680px) {
  .board-stories-heading { align-items: start; flex-direction: column; gap: 16px; margin-bottom: 24px; }
  .board-story { grid-template-columns: 1fr; gap: 24px; padding-block: 28px; }
  .board-story-copy br { display: none; }
  .board-story h3 br, .board-story-dates br { display: initial; }
}
