/* Usage page text spacing */
.usage-subtitle {
  margin-bottom: 12px;       /* space below description text */
}

/* "Latest update" row – smaller & lighter */
.usage-last-updated {
  font-size: 0.85rem;        /* smaller text */
  color: #6b7280;            /* grey-ish text */
  margin-bottom: 16px;       /* space before table */
  font-style: italic;
}
