/** Element to style*/
lite-tiktok {
    display: block;
    margin: 0 auto;
    width: 323px;
    min-height: 463px;
    cursor: pointer;
}
/** Element to style*/

.custom-tiktok-wrapper {
    position: relative;
    cursor: pointer;
    width: 323px;
}

.custom-tiktok-descr {
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 0 0 8px 8px;
    border-right: 1px solid rgba(22, 24, 35, .12);
    border-left: 1px solid rgba(22, 24, 35, .12);
    background-color: #fff;
}

.custom-tiktok-user {
    font-size: 17px;
    color: #000;
}