/* Full-width content area (RTD/Renku theme). */
.wy-nav-content {
    max-width: none;
    margin: 0;
}

@media screen and (min-width: 1100px) {
    .wy-nav-content-wrap {
        background: #ffffff;
    }
}

/*
 * News admonition on the home page: white background in both light and dark
 * mode (override Furo's default tinted admonition background).
 */
.admonition.news {
    --color-admonition-background: #ffffff;
}

[data-theme="dark"] .admonition.news {
    --color-admonition-background: #ffffff;
}

/*
 * Styles for the group-heading labels injected into the sidebar by
 * nav_labels.js.
 */
.nav-group-label {
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.6;
    padding: 0.8em 1em 0.3em 1em;
    border-top: 1px solid rgba(128, 128, 128, 0.25);
    margin-top: 0.4em;
}

/* First label has no top border (it's at the top of the group list) */
.sidebar-tree li.toctree-l2:first-child .nav-group-label,
.nav-group-label:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0.3em;
}
