/* Long-form event recap; scoped to the Cedarcrest article. */
.event-story { max-width: 760px; margin: 0 auto; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.event-story p { margin: 0 0 1.35em; font-size: inherit; line-height: inherit; }
.event-story > p:first-child { font-size: 21px; line-height: 1.6; color: var(--green-deepest); }
.event-story__signature { font-weight: 600; }
.event-story__table-wrap { margin: 32px 0; overflow-x: auto; }
.event-story table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.5; }
.event-story th, .event-story td { padding: 13px 10px; border-bottom: 1px solid var(--rule); text-align: left; vertical-align: top; }
.event-story th { color: var(--green-deepest); font-weight: 700; border-top: 2px solid var(--green-deep); }
.event-story th:last-child, .event-story td:last-child { text-align: right; }
.event-story tbody tr:first-child { color: var(--green-deep); font-weight: 600; }
.event-story__navigation { max-width: 760px; margin: 36px auto 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
@media (max-width: 560px) {
  .event-story { font-size: 17px; line-height: 1.7; }
  .event-story > p:first-child { font-size: 19px; }
  .event-story table { font-size: 14px; }
  .event-story th, .event-story td { padding: 11px 6px; }
  .event-story th:first-child, .event-story td:first-child { padding-left: 0; }
  .event-story th:last-child, .event-story td:last-child { padding-right: 0; }
}
