/* Placeholder styling only — replace with real design */

body {
  max-width: 40rem;
  margin: 0 auto;
  padding: 2rem 1.25rem;
  font-family: Georgia, serif;
  line-height: 1.6;
  color: #222;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.75rem;
}

.site-title {
  font-size: 1.25rem;
  text-decoration: none;
  color: inherit;
}

.site-header nav a {
  margin-left: 1rem;
  color: inherit;
}

.poem-list ul, .poem-list {
  list-style: none;
  padding: 0;
}

.poem-list li {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.poem-list time {
  color: #888;
  font-size: 0.9rem;
  white-space: nowrap;
}

.poem-body {
  white-space: pre-wrap;
  margin-top: 1.5rem;
}

.site-footer {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
  color: #888;
  font-size: 0.9rem;
}
