/* Custom overrides for tseda docs (sphinx_rtd_theme) */

/* Widen the content area slightly */
.wy-nav-content {
    max-width: 960px;
}

/* Sidebar expand / collapse + icons — make them visible */
.wy-menu-vertical li span.toctree-expand,
.wy-menu-vertical li button.toctree-expand {
    color: #b0bec5 !important;
    opacity: 1 !important;
    font-weight: 700;
}

.wy-menu-vertical li.current span.toctree-expand,
.wy-menu-vertical li.current button.toctree-expand {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* sphinx-design cards */
.sd-card {
    border: 1px solid #e1e4e5;
    border-radius: 4px;
}

.sd-card-title {
    font-weight: 600;
}