.collapsible {
  cursor: pointer;
  user-select: none;
  font-weight: none;
}

.collapsible.active {
  font-weight: none;
}

.content {
  display: none;
  overflow: hidden;
}

.expand-all,
.collapse-all {
  font-weight: bold;
  margin-right: 10px;
}

.expand-collapse {
  display: block;
  margin-bottom: 10px;
}

.archive-month {
  list-style-type: disc; /* Use disc style for month/year bullet points */
  margin-left: 20px; /* Indent the nested bullet points */
}

.archive-posts {
  list-style-type: circle; /* Use circle style for post bullet points */
  margin-left: 20px; /* Indent the nested bullet points */
}

.comment-count {
    font-size: 12px;
    color: #888;
}


ul {
    margin: 0;
    padding-left:1.5em;
}