/* ══════════════════════════════════════════
   public tabs styles — theme-aware
   المسار: /assets/css/index.css  (أو حسب مكانه عندك)
══════════════════════════════════════════ */


/* ── Links container ── */
#links-container {
    border-radius: 5px;
    border: 1px solid transparent;
    background: var(--bg-body) !important;
    transition: background .25s ease;
}

/* ── Dropdown z-index ── */
.dropdown-menu {
    z-index: 99999 !important;
}
