/*
 * Functional-minimum styling only.
 *
 * Final visual polish (colour, type, spacing, motion) is deliberately
 * deferred to last, before final QA (64-KJB-WRITING-SYSTEM-DESIGN.md
 * §0.1). Nothing in this file is a design decision — it exists only so
 * the .kjb-guide-dates partial (overrides/partials/guide-dates.html)
 * doesn't render as unstyled text jammed against the title. Whoever runs
 * the polish pass should feel free to replace this file wholesale.
 */

.kjb-guide-dates {
  margin: 0.5em 0 1.5em;
  font-size: 0.75rem;
  color: var(--md-default-fg-color--light);
}

.kjb-guide-dates p {
  margin: 0;
}
