/* Search result matches: visible but restrained in both themes. */
mark.search-hit {
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 600;
  padding: 0 .12em;
  border-radius: 3px;
}
.post-row__title a mark.search-hit { color: inherit; background: var(--accent-soft); }
.post-row__snippet { font-size: .9rem; color: var(--ink-faint); }
