/* Hide the dark/light mode toggle */
.theme-toggle {
    display: none !important;
}

/* Title / brand color — reddish earth */
.sidebar-brand-text {
    color: #8b3a2e !important;
}

/* Sidebar brand layout */
.sidebar-brand-text strong {
    font-size: 1.4em;
    display: block;
}

.sidebar-brand-text hr {
    border: none;
    border-top: 1px solid #b5a99a;
    margin: 0.3em 0;
}

.sidebar-brand-text small {
    font-weight: normal;
    font-size: 0.85em;
    color: #6b5e52;
}

/* Page h1 — keep default black */
h1 {
    color: #2e2a25 !important;
}

/* Section headers h2 — warm muted brown */
h2 {
    color: #6b5e52 !important;
}

/* Section headers h3/h4 — lighter warm brown */
h3, h4 {
    color: #7a6e62 !important;
}

/* Sidebar toctree captions — warm muted tone */
.sidebar-tree .caption-text {
    color: #6b5e52 !important;
}

/* Breathe section titles (Public Functions, Protected Attributes, etc.) */
.breathe-sectiondef-title.rubric {
    text-transform: none !important;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #f5f0e8;
    background: #4a3f35;
    display: inline-block;
    padding: 0.2em 0.7em;
    border-radius: 3px;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
