/**
 * Additional CSS to ensure horizontal navigation bar layout
 */
.lctc-navigation-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.lctc-nav-section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lctc-nav-item {
    margin: 0 10px;
    display: inline-block;
}

.lctc-nav-table {
    display: flex;
    width: 100%;
}

.lctc-nav-cell {
    display: inline-block;
    flex: 1;
}
