/* Force icons and text to be inline */
#primary-menu ul li li a i,
#primary-menu ul li li a img {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 10px !important; /* Space between icon and text */
}

#primary-menu ul li li a {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important; /* Prevents text from wrapping to next line */
    height: auto !important;
    line-height: 42px !important; /* Matches your style.css:1087 height */
}