/* GLASS docs — light overrides on top of pydata-sphinx-theme. */

/* Size the A2R Lab navbar logo consistently in light/dark mode. */
.navbar-brand img {
    height: 40px;
    width: auto;
}

/* Give Breathe-rendered C++ signatures a little more breathing room. */
dl.cpp.function > dt,
dl.cpp.struct > dt {
    border-left: 3px solid var(--pst-color-primary);
    padding-left: 0.6rem;
}
