/* Year/month archive browser on /archive/ */

.archive-browser {
  padding: 24px;
}

.archive-year + .archive-year {
  margin-top: 12px;
}

.archive-year-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #000222;
  font-family: Lato, "helvetica neue", helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.archive-year-toggle:hover,
.archive-year-toggle[aria-expanded="true"] {
  background: #f7f7f7;
}

.archive-year-count {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.archive-month-list {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}

.archive-month-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  border-bottom: 1px solid #eee;
}

.archive-month-list li:last-child {
  border-bottom: none;
}

.archive-month-list a {
  color: #000222;
  font-weight: 700;
  text-decoration: none;
}

.archive-month-list a:hover {
  text-decoration: underline;
}

.archive-month-count {
  color: #666;
  font-size: 14px;
}
