/*
 * CODSHIPX_AI_CRM_R106_R2_AI_CENTER_EMPTY_GAP_FIX
 *
 * AI Center is the unified Codi entry.
 * It must not reserve submenu geometry underneath the parent item.
 *
 * Scope:
 * - AI Center submenu only
 * - no other rail navigation groups
 * - no DOM scanning / MutationObserver
 */

.rail-nav .cxr29-submenu[data-suite="ai-center"] {
    display: none !important;

    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    border: 0 !important;
    overflow: hidden !important;
}
