/* Custom styling for the SPINO documentation (furo theme). */

/* Give the sidebar logo a little breathing room. */
.sidebar-logo-container {
    margin: 0.6rem auto 0.4rem auto;
}

.sidebar-logo {
    max-width: 180px;
}

/* Slightly tighter API signatures for readability. */
dl.py dt {
    scroll-margin-top: 4rem;
}
