/* Les onglets sont maintenant affichés dans le header Opérations. */
.operations-inner-tabs > .nav,
.operations-inner-tabs > ul.nav,
.operations-inner-tabs > .nav-tabs {
    display: none !important;
}

/* Le contenu reste visible sans l’espace de l’ancienne barre. */
.operations-inner-tabs > .tab-content {
    padding-top: 0 !important;
}


/* === OPERATIONS NAVIGATION CLEANUP V2 === */

/* L’ancienne barre dbc.Tabs ne doit plus occuper d’espace. */
.operations-inner-tabs.nav-tabs,
.operations-inner-tabs > .nav,
.operations-inner-tabs > .nav-tabs {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

.operations-inner-tabs .nav-item,
.operations-inner-tabs > .nav-item {
    display: none !important;
}

/* Analysis settings : interaction native claire et fiable. */
.op-history-settings > summary {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    list-style: none !important;
}

.op-history-settings > summary::-webkit-details-marker {
    display: none !important;
}

.op-history-settings > summary > * {
    pointer-events: none !important;
}

.op-history-settings > summary::after {
    content: "⌄" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #009b8f !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.op-history-settings[open] > summary::after {
    content: "⌃" !important;
}

/* === END OPERATIONS NAVIGATION CLEANUP V2 === */
