/* Bắt đầu phần Bình luận css */
#comments-section {
   font-size: 90%;
   border-top: none;
   padding: 0 10px;
   border-radius: 0px;
   background: white;
   margin-bottom: 10px;
   position: relative;
   border-bottom: solid 5px whitesmoke;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background: white;
}

#comments-section h3 {
   color: #595959;
   border: none;
   padding: 0 0px;
   color: #595959;
   border: none;
}

#comments-section .comment-filter {
   background: whitesmoke;
   border: none;
   width: 100%;
   float: left;
   border-radius: 5px;
   padding: 5px;
   margin-top: 10px;
   display: block;
}

#comments-section .comment-filter-tabs {
   display: flex;
   line-height: 24px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   margin-right: 5px;
   /* width: calc(100% - 5px); */
   box-sizing: border-box;
}

#comments-section .comment-filter-item {
   background: white;
   color: #595959;
   font-size: 12px;
   line-height: 26px;
   padding: 0 10px;
   margin: 0 2px;
   border-radius: 4px;
   float: left;
}

#comments-section .comment-filter-item-active {
   background: #333333;
   color: white;
}

#comments-section .comment-filter-item:last-child {
   border: none;
}

#comments-section .comment-filter-item select {
   padding: 4px 0;
   border: none;
   background: white;
   color: #595959;
   border-radius: 4px;
   font-size: 12px;
   line-height: 26px;
}

#comments-section .comments-list {
   padding-top: 0px;
   line-height: 26px;
}

#comments-section #comments-list-container ol {
   padding: 0;
   margin: 0;
}

#comments-section .comment {
   float: left;
   padding: 10px 0;
   width: 100%;
   border-bottom: solid 1px whitesmoke;
}

#comments-section .comment:first-child {
   border-bottom: solid 1px whitesmoke;
}

#comments-section .comment-body {
   display: flex;
}

#comments-section .comment-body>*:not(:last-child) {
   margin-right: 15px;
}

#comments-section .comment-avatar {
   flex-shrink: 0;
}

#comments-section .comment-avatar img {
   background: #f3f3f3;
   width: 38px;
   height: 38px;
   text-align: center;
   border-radius: 60px;
   position: relative;
   overflow: hidden;
   border-radius: 50%;
   display: block;
   width: 38px;
   height: 38px;
}

#comments-section .comment-main {
   flex: 1;
}

#comments-section .comment-author .comment-author-name {
   text-transform: capitalize;
}

#comments-section cite {
   font-style: normal;
}

#comments-section .comment-text {
   word-break: break-word;
   text-align: justify;
   white-space: pre-line;
   display: block;
   line-height: normal;
}

#comments-section .comment-date {
   color: #8c8c8c;
   font-size: 12px;
   line-height: 20px;
}

#comments-section .comment .reply-to {
   width: 100%;
   float: right;
   padding: 5px;
   border-radius: 4px;
   background: whitesmoke;
   margin: 10px 0 0 0;
}

#comments-section .comment .reply-to .comment-body {
   display: flex;
   gap: 0 !important;
}

#comments-section #commentform {
   z-index: 9;
   line-height: 30px;
   padding: 5px 0;
}

#comments-section .comment-form-content {
   display: flex;
   align-items: center;
   margin-bottom: 10px;
}

#comments-section .comment-form-avatar {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   margin-right: 5px;
   object-fit: cover;
   vertical-align: middle;
   border: none;
   max-width: 100%;
   position: relative;
   font-size: 12px;
}

#comments-section textarea {
   border: solid 1px #ebebeb;
   padding: 10px;
   flex: 1;
   border-radius: 4px;
   background: whitesmoke;
   color: #434343;
   resize: none;
}

#comments-section textarea:focus {
   outline: none;
   border-color: #333333;
   background: white;
}

#comments-section .comment-form-content:after {
   clear: both;
   height: 0px;
   content: '';
   display: block;
}

#comments-section .comment-form-wrapper {
   display: flex;
   gap: 15px;
   align-items: flex-start;
   margin-top: 10px;
}

#comments-section .comment-form-fields {
   flex: 1;
}

#comments-section .comment-form-logged-in {
   margin: 0;
   font-size: 14px;
   line-height: 1.5;
}

#comments-section .comment-form-field-row {
   display: flex;
   align-items: center;
   gap: 8px;
   margin-bottom: 10px;
}

#comments-section .comment-form-author,
#comments-section .comment-form-email,
#comments-section .comment-form-url {
   flex: 0 0 150px;
   max-width: 150px;
   border: solid 1px #ebebeb;
   padding: 2px;
   border-radius: 4px;
   background: whitesmoke;
   color: #434343;
   font-size: 14px;
   box-sizing: border-box;
}

#comments-section .comment-form-field-row label {
   margin: 0;
   white-space: nowrap;
}

#comments-section .comment-form-author:focus,
#comments-section .comment-form-email:focus,
#comments-section .comment-form-url:focus {
   outline: none;
   border-color: #333333;
   background: white;
}

#comments-section .comment-form-actions {
   flex-shrink: 0;
   text-align: right;
   padding: 0;
   align-self: flex-end;
}

#comments-section .comment-form-submit {
   border-radius: 4px;
   background: none;
   background-color: #333333;
   color: white;
   text-align: center;
   line-height: 30px;
   display: block;
   width: 80px;
   padding: 0;
   margin: 0;
}

/* Kết thúc phần Bình luận css  */