body {
  font-family: Georgia, "Times New Roman", serif;
  max-width: 40rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.6;
  color: #1a1a1a;
}

.site-header {
  margin-bottom: 2rem;
  font-weight: bold;
}

.site-header a {
  color: inherit;
  text-decoration: none;
}

.issue-list {
  list-style: none;
  padding: 0;
}

.issue-list li {
  margin-bottom: 0.5rem;
}

article.issue h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.25rem;
  margin-top: 2.5rem;
}

article.issue h3 {
  margin-bottom: 0.25rem;
}

article.issue details {
  margin: 0.75rem 0 1.5rem;
}

article.issue summary {
  cursor: pointer;
  color: #555;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.revisit-nav-link {
  font-size: 0.85rem;
  font-weight: normal;
}

.reads-controls {
  display: inline-flex;
  gap: 0.4rem;
  vertical-align: middle;
}

.reads-btn {
  font: inherit;
  font-size: 0.75rem;
  padding: 0.1rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  background: #fff;
  color: #555;
  cursor: pointer;
}

.reads-controls.is-read .reads-btn-read {
  background: #e8f5e9;
  border-color: #a5d6a7;
  color: #2e7d32;
}

.reads-controls.is-revisit .reads-btn-revisit {
  background: #fff8e1;
  border-color: #ffca28;
  color: #8a6d00;
}

.story-nav {
  margin-bottom: 1rem;
}

article.issue h3.is-read {
  opacity: 0.55;
}
