/* privatelypublic — writing.html-only overrides.
   Shared "stripe section" component lives in style.css. */

.updated-badge {
  display: inline-block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border: 1px solid var(--rule);
  padding: 4px 9px;
  margin-bottom: 16px;
}

/* the one real essay card links out — keep it reading like the placeholder
   titles beside it instead of falling back to the sitewide link color */
.stripe-card-title a {
  color: inherit;
  text-decoration: none;
}

.stripe-card-title a:hover {
  color: var(--sindoor);
  text-decoration: underline;
}
