/* Planning section. The category-item styles (.events-*) are shared with
   Events and live in css/events.css — this file only holds what is specific to
   Planning. Colours use the shared brand tokens so dark mode follows along
   without a separate override in css/dark-theme.css. */

.planning-page .events-content {
    color: var(--tla-ink);
}

/* Planning pages are document- and guidance-heavy, so give the detail column a
   little more room than the Events default (900px). */
.planning-page .events-detail {
    max-width: 1000px;
}

.planning-page .events-detail-body {
    max-width: 72ch;
}
