.puzzle-list {
  padding: 1.5rem 0 1rem 0;
  border-bottom: 1px solid #e5e7eb;
  max-width: 50ch;
}

.puzzle-list h2 {
  margin: 0;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.puzzle-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.puzzle-row {
  display: flex;

  text-decoration: none;
  color: inherit;
  padding: 0.3rem 0 0.3rem 1rem;
  line-height: 1.4;
}

.puzzle-row:hover {
  background: #f2f2f2;
  border-radius: 8px;
}

.puzzle-number {
  flex: 0 0 5rem;
  white-space: nowrap;
  color: #7c8594;
}

.puzzle-title {
  flex: 1;
  font-weight: 500;
  min-width: 0;
  text-wrap: pretty;
}

.puzzle-date {
  font-size: 0.9em;
  flex: 0 0 6rem;
  text-align: right;
  white-space: nowrap;
  color: #7c8594;
}

.archive-link {
  display: inline-block;
  margin-top: 0.5rem;

  font-weight: 500;
  color: #27272a;
  text-decoration: none;
  font-size: 1rem;
}

.archive-link:hover {
  text-decoration: underline;
}
