:root {
    --color-code-inline-background: #f2f5fa;
    --color-code-inline-foreground: #000;
    --color-code-inline-border: #808080;
}

@media print {
    .toctree-wrapper.compound > section {
        break-after: page;
    }
    div.admonition,figure {
        break-inside: avoid-page;
    }
    div.body p {
        hyphenate-limit-chars: 12;
    }
}

div.body h5 {
    font-size: 110%;
}

code.literal.notranslate {
    color: var(--color-code-inline-foreground);
    background-color: var(--color-code-inline-background);
    border-color: var(--color-code-inline-border);
    padding: .1em .2em;
    border-width: 1px;
    border-style: solid;
    border-radius: .25em;
    hyphens: manual;
    text-wrap: nowrap;
}

.sphinxsidebar .relations {
    margin-top: 3em;
}

.relations .relation-label {
    font-size: 1.2em;
}
