/* docs — additions layered over the inherited press style.css (linked by the local
   index.html / doc.html overrides). The date column becomes a section label, and the
   long docs listing is denser than a blog's. */

.doc-sec {
  color: var(--faint);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding-top: 0.45rem;
}

.post-list .post-row { padding: 0.95rem 0; }
.post-list .pt { font-size: 1.15rem; }

/* section chips on a doc page footer read as labels, not #hashtags */
.post-foot .tags .chip { text-transform: uppercase; letter-spacing: 0.06em; }

/* the docs index drops press's data-reveal scroll animation, so undo the .js hide
   (base.css starts every .post-row at opacity 0 and waits for the reveal observer) */
.js .post-row { opacity: 1; transform: none; transition: none; }
