/* whi.net /timestamp-converter/ — additions on top of shared/styles/base.css + site.css
   (.hero h1, .btn--sm, .result-rows/.result-row, .ref-table, .no-results
   live in site.css now, shared with other tool pages) */

.mono-lg {
  font-family: var(--font-mono);
  font-size: 1.75rem;
  font-weight: 700;
}

pre {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  overflow-x: auto;
  margin: 0 0 var(--space-5);
}

code {
  font-family: var(--font-mono);
  font-size: 0.9rem;
}

h3 {
  font-size: 1.05rem;
  margin-top: var(--space-5);
}
