/*
Archive-link assistance styles, shared between the live site (src/live-search)
and the static site (src/static-search).

Canonical source: src/shared/archive-links/archive-links.css
Copied as-is into both projects. Edit the canonical copy and re-copy it into
both rather than editing a copy in place.

Expects the host page to define --muted and --line custom properties (both
sites already do); falls back to sensible defaults if not.
*/

.archive-links {
  border-top: 1px dashed var(--line, #d7e2de);
  color: var(--muted, #55656e);
  font-size: 0.85rem;
  margin-top: 0.85rem;
  padding-top: 0.65rem;
}

.archive-links-label {
  font-weight: 700;
  margin-right: 0.35rem;
}

.archive-links-list a {
  font-weight: 700;
}

.archive-links-note {
  font-size: 0.8rem;
  font-style: italic;
  margin: 0.3rem 0 0;
}
