.comment {
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.avatar{border-radius:50%;float:left;margin:0 15px 20px 0;}
.comment-list{padding-inline-start:0px;}
.comment-list li {
    padding: 10px 0;
}
.comment > article {
    padding: 0 10px;
}
header.comment-header {
    margin: 0;
}
.comment-content {
    display: inline-block;
    width: 80%;
}
.comment-content a {
    color: #FF4A00;
}
.comment-content code {
    background: #f0f0f0;
    padding: 2px 5px!important;
    border-radius: 2px;
    position: relative;
    top: -1px;
    margin: 0 2px;
    font-size: 88%;
    border: 1px solid #dfdfdf!important;
    word-break: break-all;
    font-family: monospace,monospace;
}
.comment-reply {
    text-align: right;
    padding: 10px;
}
.comment-reply a {
    border-radius: 5px;
    border: 1.5px solid #4b4a4a;
    color: #4b4a4a;
    padding: 3px 13px;
}

.comment-author > span {
    text-transform:capitalize;
}

.comment-reply a:hover {
    background: #4b4a4a;
    color: #fff;
    text-decoration: none;
}
.children {
    padding: 10px 20px 0;
}
.children > li {
    margin: 0;
}