
/* key-dates: label/value pairs on the fixtures page. A <dl> is the correct
   semantics for date:description, and it keeps the page's heading skeleton
   distinct from the entity pages (see /value-gate STRUCTURE check). */
.key-dates{margin:1.5rem 0;padding:1rem 1.25rem;background:#f9fafb;border-left:3px solid var(--color-primary,#064ea1);border-radius:4px}
.key-dates dt{font-weight:700;color:var(--color-primary,#064ea1);margin-top:.75rem}
.key-dates dt:first-child{margin-top:0}
.key-dates dd{margin:.15rem 0 0;padding:0;color:#374151;line-height:1.6}
