/*
 * Decision Transparency — page-specific styles.
 * Loaded automatically by inc/enqueue.php when this page template is
 * active (zero manual wiring). Deliberately minimal: reuses the existing
 * .siltech-card / .siltech-badge design system — the only genuinely new
 * visual need here is a slightly larger, more legible status badge for
 * "active until / outcome" on each consultation card, since the default
 * .siltech-badge--gold is tuned for short single-word labels, not a date.
 */

.siltech-muni-card-excerpt {
    color: var(--sf-muted);
    line-height: var(--sf-leading-relaxed);
    margin-top: var(--sf-space-3);
}

.siltech-muni-card-excerpt p {
    margin-bottom: var(--sf-space-3);
}

.siltech-card .siltech-badge {
    white-space: normal;
    text-align: left;
}
