/*comments*/
ol.comment-list li {
    display: grid;
}

.comment-children {
    order: 1;
}

.cancel-comment-reply {
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
}

.cancel-comment-reply a {
    color: #717171;
}

.reply-submit {
    width: 100%;
}

.reply-submit button {
    width: 130px;
    padding: 8px;
    float: right;
    border-radius: 10px;
    background: var(--bs-main);
    color: #fff;
    border: none;
}

.reply-text {
    margin-top: 10px;
}

.reply-text textarea {
    width: 100%;
    height: 150px;
    background-color: #e5e5e5;
    border: none;
    padding: 25px;
    font-size: 16px;
    color: #333;
}

.dark .reply-text textarea {
    background-color: #2b2b2b;
    color: #c9c9c9;
}

#response {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
}

.response-input {
    position: relative;
}

element.style {}

@media (max-width: 992px) {
    .response-input {
        width: 100%;
        margin: 0px 0px 5px 0px;
    }
}

.response-input i {
    position: absolute;
    top: 15px;
    left: 28px;
    color: #333;
}

.dark .response-input i {
    color: #c9c9c9;
}

.response-input input {
    width: 100%;
    background-color: #e5e5e5;
    border: none;
    padding: 15px 5px 15px 40px;
    font-size: 14px;
    color: #333;
}

.dark .response-input input {
    background-color: #2b2b2b;
    color: #c9c9c9;
}

.comment-list img.avatar {
    border-radius: 50%;
    width: 70px;
}

.comment-author {
    display: flex;
}

.comment-author .fn {
    font-size: 16px;
    font-weight: inherit;
    font-style: normal;
    margin-left: 15px;
    margin-top: 10px;
}

.comment-meta {
    margin-top: -35px;
    margin-left: 85px;
}

.comment-meta a {
    color: #717171;
}

.comment-content {
    font-size: 16px;
    margin-left: 85px;
    margin-top: 10px;
}

.comment-reply {
    margin-left: 85px;
    padding-bottom: 40px;
}

.comment-reply a {
    color: #333;
    font-weight: 300;
    border-bottom: 1px solid #606060;
    font-size: 13px;
}

ol.comment-list ol.comment-list {
    padding-left: 20px;
}

ol.comment-list ol.comment-list ol.comment-list ol.comment-list {
    padding-left: unset;
}
