/* Post titles in Recent Posts / Category archives */
.archive__item-title {
  font-size: 1rem !important;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

/* Keep long post titles on one line and truncate with ... */
.archive__item-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hide post excerpts from archive/home/category lists */
.archive__item-excerpt {
  display: none !important;
}

/* Separate each post with a horizontal line */
.list__item {
  padding: 1.2rem 0;
  border-bottom: 1px solid #e5e5e5;
}

/* Date under post title */
.archive__item .page__meta {
  font-size: 0.6rem;
  margin-top: 0;
  margin-bottom: 0;
}

/* Remove the default line under Recent posts / category title */
.archive__subtitle {
  border-bottom: none !important;
}

.theme__toggle {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0.5rem;
  margin-left: 0.5rem;
  font-size: 1rem;
}

.theme__toggle:hover {
  opacity: 0.7;
}