
.tk-replies .tk-master .tk-content > span:first-of-type {
    color: var(--replies-span-tkMaster);
    font-weight: bold;
}

.tk-replies .tk-master .tk-content > span:first-of-type a {
    color: var(--replies-span-tkMaster-a);
    font-weight: bold;
}

.tk-replies .tk-content > span:first-of-type {
    color: var(--replies-span);
    font-weight: bold;
}

.tk-replies .tk-content > span:first-of-type a {
    color: var(--replies-span-a);
    font-weight: bold;
}

.tk-comment blockquote,
.tk-panel .tk-admin-comment .tk-admin-comment-item .tk-content blockquote {
    margin: 10px 0 !important;
    border-radius: 8px;
    color: var(--font-color) !important;
    background-color: var(--tk-main-blockquote-bg);
    padding: 8px 14px;
    font-style: italic;
    font-size: 14px;
    line-height: 1.6;
}

.tk-comment.tk-master .tk-content blockquote,
.tk-replies .tk-comment.tk-master .tk-content blockquote {
    border-left: 4px solid var(--blockquote-left-bg-tkMaster) !important;
}

.tk-comment:not(.tk-master) .tk-content blockquote,
.tk-replies .tk-comment:not(.tk-master) .tk-content blockquote,
.tk-panel .tk-admin-comment .tk-admin-comment-item .tk-content blockquote {
    border-left: 4px solid var(--blockquote-left-bg) !important;
}