a.navbar-brand {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#logo { 
	max-height: 40px !important; 
	margin-right: 10px;
}

#navbar .navbar-nav a.nav-link[href*="__divider__"]
{
    display: block;
    border-top: 1px solid lightgray;
    margin: 5px 5px;
    height: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    color: transparent;
}

#nextArticle .prev a[href*="__divider__"],
#nextArticle .next a[href*="__divider__"]
{
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    color: transparent;
}


/* ===== LIGHT THEME ===== */
html[data-bs-theme="light"] .content h1 {
  color: #222;
}

html[data-bs-theme="light"] .content h2 {
  color: #2f4f6f;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 3px;
}

html[data-bs-theme="light"] .content h3 {
  color: #444;
}

html[data-bs-theme="light"] .content h4,
html[data-bs-theme="light"] .content h5,
html[data-bs-theme="light"] .content h6 {
  color: #555;
}


/* ===== DARK THEME ===== */
html[data-bs-theme="dark"] .content h1 {
  color: #eee;
}

html[data-bs-theme="dark"] .content h2 {
  color: #a5c7ff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 3px;
}

html[data-bs-theme="dark"] .content h3 {
  color: #bbb;
}

html[data-bs-theme="dark"] .content h4,
html[data-bs-theme="dark"] .content h5,
html[data-bs-theme="dark"] .content h6 {
  color: #999;
}
