.reset-resize{
    width: 16px;
    height: 16px;
    background: red;
    display: block;
}

.ws-textresize{
    display: flex;
}

.ws-textresize .link-resize{
    margin: 0;
    background: 0 none;
    float: none;
    text-indent: 0;
    color: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
    padding-top: 6px;
    border: 0 none;
}

.ws-textresize.active .link-resize{
    opacity: 0.4;
}

.ws-textresize button:focus{
    outline: none!important;
}

.ws-textresize.active .link-resize.active{
    opacity: 1;
}

.ws-textresize.active .link-resize:not(.active):hover{
    opacity: 0.8;
}

.ws-textresize .item-resize{
    position: relative;
}

.ws-textresize .item-resize .reset-resize{
    border-radius: 20px;
    position: absolute;
    bottom: -3px;
    right: 0;
    z-index: 99;
}

.ws-textresize .link-resize.resize-less{
    padding-top: 11px;
}

.ws-textresize .link-resize.resize-more{
    font-size: 26px;
}