
.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;
}

.tk-tag-red {
    background-color: #a3bffa !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 0 6px rgba(163, 191, 250, 0.45) !important;
    font-weight: bold;
}

.tk-tag-green{
    background-color: #ff87c3 !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 0 6px rgba(255, 135, 195, 0.6) !important;
    font-weight: bold;
}