/* last-updated.css — single source of truth for the visible "Last Updated" block. */
.last-updated {
  font-size: 0.78rem;
  color: #6C757D;
  text-align: center;
  margin: 1.5rem auto 0.5rem;
  letter-spacing: 0.03em;
}
.last-updated-label {
  font-weight: 600;
  margin-right: 0.35rem;
  color: #4A90D9;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
}
.last-updated time {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  color: #37474F;
}
