.sh2-steps .step-mod {
    position: relative;
    min-height: 1em;
    color: gray;
}

.sh2-steps .step-mod + .step-mod {
    margin-top: 1.5em;
}

.sh2-steps .step-mod > div:first-child {
    position: static;
    height: 0;
}

.sh2-steps .step-mod > div:not(:first-child) {
    margin-left: .5em;
    padding-left: 1em;
    margin-top: -.5em;
}

.sh2-steps .circle-mod {
    background: #df7927;
    position: relative;
    width: .5em;
    height: .5em;
    line-height: .5em;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}

.sh2-steps .circle-mod:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 1px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 140%;
    width: 1px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background: linear-gradient(90deg, #fed348 0, #df7927 50%);
    z-index: -1;
}

.sh2-steps .step-mod:last-child .circle-mod:after {
    display: none;
}

.sh2-steps .title-mod {
    line-height: .5em;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    color: inherit;
    text-decoration: none;
}

.filter-action{
    width: 100%;
    padding: 20px;
}

.tag-cat img{
    filter: brightness(0) invert(1);
}

.tag-cat.short img{
    filter: brightness(2) invert(1);
    width: 30px;
}

.tag-cat.short{
    background-color: transparent !important;
    padding: 0;
}