/* „Какво предстои" — provisions promulgated but not yet in force.

   Tokens from _theme.html with dark fallbacks, like every other page stylesheet; a
   page-private token here would be a hole the light theme cannot reach. */

main { max-width: 820px; }
h1 { margin-bottom: 6px; }
.lede { font-size: 15.5px; line-height: 1.6; margin: 0 0 8px; color: var(--text, #e6edf3); }
.small { font-size: 13px; line-height: 1.55; }
.muted { color: var(--muted, #8b98a5); }

/* One block per date. The date is the organising fact — people arrive asking „what changes
   on 1 January", not „what changes in the Health Act". */
.d { margin: 26px 0 0; padding-top: 16px; border-top: 1px solid var(--border, #2d3744); }
.d > header { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
  margin-bottom: 10px; }
.d h2 { font-size: 20px; margin: 0; font-variant-numeric: tabular-nums; }
/* „след 120 дни" earns its place: a bare date makes the reader do the arithmetic. */
.when { font-size: 12px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase;
  color: var(--on-accent, #0d1218); background: var(--accent, #3fb950);
  border-radius: 999px; padding: 2px 10px; }
.cnt { font-size: 13px; color: var(--muted, #8b98a5); }

.act { margin: 12px 0 0; padding: 12px 14px; border: 1px solid var(--border, #2d3744);
  border-radius: 10px; background: var(--panel, #1a212b); }
.act h3 { font-size: 15px; margin: 0 0 8px; font-weight: 600; line-height: 1.4; }
.act h3 a { color: var(--text, #e6edf3); text-decoration: none; }
.act h3 a:hover { color: var(--accent, #3fb950); text-decoration: underline; }
.act ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 14px; }
.act li { font-size: 13.5px; }
.whole { color: var(--muted, #8b98a5); font-style: italic; }
.more { margin-top: 8px; }
.more summary { cursor: pointer; font-size: 13px; color: var(--accent, #3fb950); }
.more ul { margin-top: 8px; }

.empty { color: var(--muted, #8b98a5); border: 1px dashed var(--border, #2d3744);
  border-radius: 12px; padding: 24px; text-align: center; margin-top: 22px; }

/* The banner on a single act's page. */
.pending-note { border-left: 3px solid var(--warn, #d29922); background: var(--panel, #1a212b);
  padding: 10px 14px; border-radius: 0 8px 8px 0; margin: 14px 0; font-size: 14px;
  line-height: 1.55; color: var(--text, #e6edf3); }
.pending-note a { color: var(--accent, #3fb950); }
.pending-note .arts { color: var(--muted, #8b98a5); font-size: 13px; }
