.global-nav-lp {
    background-color: #f2f2f2;
}

.global-nav-lp .menu-item .nav-link {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: bold;
    color: #4d4d4d;
}

.global-nav-lp .menu-item:not(:last-child) .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 2px;
    background-color: #ccc;
}


.lp-tag {

    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #6c757d;
    border-radius: 6px;
    color: #333;
    font-weight: 500;
}
