/* Page-level overrides for the single event template (single-event.php in the
   theme root). Loaded via is_singular('event') in inc/enqueue.php. */

/* Event stats show only the value (date / time / level / location) — the label
   isn't used here. */
.page-hero__stat-label {
    display: none;
}

/* Those values can be long ("Saturday 12 July 2025", "Norwich Royal Arcade"),
   so let them wrap instead of forcing the row wide. */
.page-hero__stat {
    white-space: normal;
}

/* "Forge Events" info cards are the borderless variant: the section itself
   carries the greige tint, the cards have no panel background, and the content
   sits flush (no padding). Other pages keep the default card-panel look. */
.card-grid {
    background: var(--color-greige-light);
}

.card-grid__card {
    background: transparent;
}

.card-grid__content {
    padding: 24px 0 0;
}
