#comments .comment-respond,
#reply-title,
.mbws-comments-container .logged-in-as {
    padding: unset !important;
}
.logged-in .logged-in-as {
    display: none;
}
.mbws-comments-container .comment-form {
    position: relative;
    margin-left: unset;
    margin-right: unset;
}
.mbws-comments-container .comment-form .form-submit {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: fit-content;
}
.mbws-comments-header {
    display: flex;
}
.mbws-comments-header .comment-count-title {
    margin-bottom: unset;
    font-size: 24px;
}
.mbws-comments-header .comment-count-title span {
    font-size: 16px;
    color: #fff;
    background-color: red;
    padding: 0 10px;
    border-radius: 50px;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle;
}
.mbws-comment-sort-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}
#mbws-comment-sort {
    font-size: 20px;
    min-height: unset;
    height: auto;
    line-height: 1;
    background-color: transparent;
    border: none;
    color: #fff;
    width: fit-content;
    margin: unset;
    padding-left: unset;
    padding-right: 20px;
    background-image: url(../img/down-icon.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 12px;
}
#mbws-comment-sort option {
    color: #000;
}
.comment-list li.mbws-comment {
    margin-left: unset;
    display: flex;
    border-top: none !important;
}
.mbws-comment .mbws-comment-avatar {
    min-width: 40px;
    margin-right: 10px;
}
.mbws-comment .mbws-comment-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #ccc;
}
.mbws-comment .mbws-comment-meta {
    display: flex;
    align-items: center;
}
.mbws-comment .mbws-comment-meta .mbws-comment-author {
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
}
.mbws-comment-admin .mbws-comment-meta .mbws-comment-author svg {
    margin-left: 5px;
    vertical-align: middle;
}
.mbws-comment .mbws-comment-meta .mbws-comment-time {
    font-size: 14px;
    color: #969696;
}
.mbws-comment-text {
    padding-bottom: 10px;
}
.mbws-comment-text p:last-of-type {
    margin-bottom: unset;
}
.mbws-comment-actions {
    display: flex;
    align-items: center;
}
.mbws-comment-actions>span {
    cursor: pointer;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.mbws-comment-actions svg {
    margin-right: 10px;
}
.mbws-reply a {
    display: flex;
    align-items: center;
}
.mbws-comment-pagination {
    margin-top: 50px;
}
.mbws-comment-pagination a,
.mbws-comment-pagination span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    line-height: 38px;
    margin: 0 5px;
}