/*https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#content-area-width. Looks worse IMO.*/
/*.md-grid {*/
/*    max-width: 1440px;*/
/*}*/

/*https://github.com/squidfunk/mkdocs-material/issues/2574#issuecomment-821979698*/
[data-md-toggle="search"]:not(:checked) ~ .md-header .md-search__form::after {
    position: absolute;
    top: .3rem;
    right: .3rem;
    display: block;
    padding: .1rem .4rem;
    color: var(--md-default-bg-color);
    font-weight: bold;
    font-size: .8rem;
    border: .05rem solid var(--md-default-bg-color--lighter);
    border-radius: .1rem;
    content: "/";
}

.md-typeset h1 {
    margin: 0 0 0.1em;
}