/* V32: only the now-published essay card on Home and Writing. */
.restored-writing-grid > .story-published {
  color: inherit;
  text-decoration: none;
}
.restored-writing-grid .story-published .essay-card-cta {
  display: block;
  margin-top: auto;
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--muted);
}
.restored-writing-grid .story-published:hover .essay-card-cta,
.restored-writing-grid .story-published:focus-visible .essay-card-cta {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .35em;
}
.restored-writing-grid > .story-published:focus-visible {
  outline: 2px solid var(--muted);
  outline-offset: 6px;
}
