/* ============================================================
   GroupVAN Custom Styles for PyData Sphinx Theme
   ============================================================ */

/* Hide API navbar tabs (positions 4+) from header.
   Toctree order in index.rst: Authentication, Gateway, Reference, API V2, API V2.1, API V3.
   Only Authentication, Gateway, and Reference tabs remain visible. */
.bd-navbar .navbar-nav > li.nav-item:nth-child(n+4) {
    display: none !important;
}
