.toggle-reply-modal {
    cursor: pointer;
}

.comments .title-wrap + div p:nth-child(2) span {
    font-family: "Inter";
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.comments {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.post-type-archive-topic .comments .comment > .badge {
    margin-bottom: 7px;
}

.post-type-archive-topic .comments .comment .title-wrap {
    margin-bottom: 20px;
}

.post-type-archive-topic .comments .comment .title-wrap h2 {
    font-size: 18px;
    margin: 0;
}

.post-type-archive-topic .comments .comment .title-wrap a {
    color: var(--brand-orange-color);
}