.elementor-21064 .elementor-element.elementor-element-616865bf{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */.wp-caption, img {
    display: none;
}

/* 1) Hide the MAIN header block completely */
#qodef-page-header-inner {
    display: none !important;
}

/* 2) Force the STICKY header to always show, even when not scrolled */
body:not(.qodef-header--sticky) header#qodef-page-header .qodef-header-sticky {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    transform: none !important;
}

/* 3) Make sure the sticky inner acts like a normal header row */
header#qodef-page-header .qodef-header-sticky {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
}

header#qodef-page-header .qodef-header-sticky-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Restore padding for the sticky header */
header#qodef-page-header .qodef-header-sticky-inner {
    padding-top: 25px !important;   /* adjust if needed */
    padding-bottom: 25px !important; /* adjust if needed */
     border-bottom: 1px solid rgba(0, 0, 0, 0.10); /* separator line */
}











#qodef-page-inner {
    padding-bottom: 0px;
}

    .qodef-content-grid-1300 .qodef-content-grid {
        width: 100%;
    }
    
.related-publications a img {
    display: inline !important;
}








/* Hide Qode’s original inline SVG */
.qodef-button .qodef-m-arrow svg {
    display: none !important;
}

/* Replace with your custom icon */
.qodef-button .qodef-m-arrow {
    width: 16px !important;          /* adjust size if needed */
    height: 16px !important;
    background-image: url('./wp-content/themes/leroux-child/assets/icons/System-Icons-5.svg') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block !important;
    margin-left: 8px;                /* spacing from text */
}

/* Keep the SAME icon on hover */
.qodef-button:hover .qodef-m-arrow {
    background-image: url('./wp-content/themes/leroux-child/assets/icons/System-Icons-5.svg') !important;
}/* End custom CSS */