/* Small dividers between sidebar nav items */
.md-nav__list .md-nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.md-nav__list .md-nav__item:last-child {
  border-bottom: none;
}

/* Document-dates: show author avatars in color (plugin default is grayscale) */
.document-dates-plugin .avatar-wrapper {
  filter: none;
}
.document-dates-plugin .avatar-wrapper:hover {
  filter: none;
}

.md-typeset h1 {
  color: #222; 
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #000;
  margin-bottom: 1.5rem;
}

.md-typeset h1:empty {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  line-height: 0;
  font-size: 0;
}

.md-typeset h2 {
  color: #222; 
  font-weight: 600;
}

.md-typeset blockquote {
  background: #f0f0f0;
  padding: 20px 15px;
  color: #333;
}

.md-typeset blockquote p {
  margin-bottom: 0;
  margin-top: 0;
}
