.jo-cluster-nav {
    width: 100%;
    padding: 20px;
    border: 1px solid #E2E6EA;
    border-radius: 10px;
    background: #FFFFFF;
    color: #17202A;
}

.jo-cluster-heading {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #17202A;
}

.jo-cluster-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jo-cluster-list .jo-cluster-list {
    margin: 5px 0 3px 10px;
    padding-left: 14px;
    border-left: 1px solid #E2E6EA;
}

.jo-cluster-item {
    margin: 0;
    padding: 0;
}

.jo-cluster-item > a {
    position: relative;
    display: block;
    padding: 7px 10px;
    border-radius: 7px;
    color: #17202A;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease;
}

.jo-cluster-item > a:hover,
.jo-cluster-item > a:focus-visible {
    background: #F4F9F7;
    color: #2F7D65;
    text-decoration: none;
}

.jo-cluster-item.is-current > a {
    background: #F4F9F7;
    color: #2F7D65;
    font-weight: 700;
}

.jo-cluster-root > a {
    font-weight: 700;
}

.jo-cluster-item.is-current > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 3px;
    background: #2F7D65;
}

@media (max-width: 782px) {
    .jo-cluster-nav {
        padding: 16px;
    }
}
