body {
    border: 5px solid red;
}
.tptss-icons{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}

.tptss-btn{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f5f5f5;
    border-radius:8px;
    text-decoration:none;
    transition:.2s;
    color:#333;
    overflow:hidden; /* important fix */
}

.tptss-btn svg{
    width:16px !important;
    height:16px !important;
    max-width:16px;
    max-height:16px;
    display:block;
}

.tptss-btn:hover{
    transform:translateY(-2px);
    background:#eaeaea;
}

.tptss-sep{
    margin:0 8px;
    color:#bbb;
}