.rkit-post-comment .rkit-post-comment__submit {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
}

.rkit-post-comment .rkit-post-comment__submit {
    background-color: rgb(54, 63, 222);
    color: white;
    transition: all 0.5s;
}

.rkit-post-comment .rkit-post-comment__submit:hover {
    background-color: rgb(22, 22, 142);
}


.rkit-post-comment .children:before {
    content: none !important;
}

.rkit-post-comment .form-submit {
    display: flex
}