#horizontal-menu .items-hold {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

#horizontal-menu .menu-item {
    color: #636465;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#horizontal-menu .menu-item.highlight a {
    color: var(--bs-primary);
}

#horizontal-menu .menu-item.highlight a:hover {
    text-decoration: underline;
}