.zusec-widget .zusec-button-box{
    flex-wrap: wrap;
}
.zusec-item{
    width: calc(25% - 10px);
    min-width: 54px;
    max-width: 110px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.zusec-item:hover{
    text-decoration: none;
}
.zusec-icon{
    width: 34px;
    height: 34px;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--main-shadow, rgba(0,0,0,.04));
    color: var(--focus-color, currentColor);
}
.zusec-svg-icon,
.zusec-svg-icon svg,
.zusec-svg-icon i{
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.zusec-svg-icon svg{
    fill: currentColor;
}
.zusec-name{
    font-size: 12px;
    line-height: 1.35;
    color: var(--muted-color, #888);
    word-break: break-all;
}
@media (max-width: 768px){
    .zusec-item{
        width: calc(25% - 10px);
    }
}
