.blog-page .most-viewed-post {
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(135deg, #a39ff3, #a992e6, #b68fd4);
}
.blog-page .most-viewed-post .most-viewed-title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}
.blog-page .most-viewed-post .most-viewed-content a {
  color: #000;
  margin: 8px 0;
  display: block;
  font-size: 16px;
}
.blog-page .call_box .cal_title {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  justify-content: center;
}
.blog-page .call_box img {
  display: flex;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  justify-content: center;
}
.single-blog-page .blog-cover {
  height: unset !important;
}

.comment-box {
  color: #fff;
  padding: 32px;
  max-width: 100%;
  margin: 48px auto;
  border-radius: 12px;
  background-color: #1e1e2f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.comment-box #comments,
.comment-box .comment-edit-link,
.comment-box .reply {
  display: none;
}
.comment-box .commentlist {
  list-style: none;
}
.comment-box .commentlist .comment {
  margin-bottom: 20px;
  border-bottom: 1px solid #595959;
}
.comment-box .commentlist .comment:last-child {
  border: unset;
}
.comment-box .commentlist .comment-body .comment-author img {
  margin-left: 15px;
  border-radius: 50%;
}
.comment-box .commentlist .comment-body .commentmetadata a {
  font-size: 14px;
}
.comment-box #commentform {
  display: grid;
  position: relative;
  padding-bottom: 70px;
}
.comment-box #commentform .comment-form-row .comment-form-rating {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.comment-box #commentform .comment-form-row .comment-form-rating .stars {
  margin-right: 10px;
}
.comment-box #commentform .comment-form-row .comment-form-rating .stars span {
  font-size: 28px;
}
.comment-box
  #commentform
  .comment-form-row
  .comment-form-rating
  .stars
  span:hover {
  border: none;
  outline: none;
  color: #fff;
  box-shadow: none;
  transform: scale(1.1);
}
.comment-box #commentform .form-submit {
  left: 0;
  bottom: 0;
  position: absolute;
}
.comment-box #commentform .comment-notes,
.comment-box #commentform .comment-form-cookies-consent {
  display: none;
}
.comment-box #commentform .comment-form-comment {
  order: 2;
  display: inline-grid;
}
.comment-box #commentform .comment-form-comment #comment {
  height: 200px;
  color: #fff;
  padding: 10px;
  background: unset;
  border-radius: 10px;
}
.comment-form-row {
  gap: 20px;
  display: flex;
  margin-bottom: 1rem;
}

.comment-form-row > .comment-form-author,
.comment-form-row > .comment-form-email {
  display: inline-grid;
}

.blog-page .table-contents {
  border-radius: 10px;
  background: linear-gradient(to right, #f0f0f0, #d3d3d3);
}
.blog-page .table-contents #ez-toc-container {
  border: unset;
  box-shadow: none;
  background: unset;
}
.blog-page
  .table-contents
  #ez-toc-container
  .ez-toc-title-container
  .ez-toc-js-icon-con {
  display: none;
}

.blog-page .table-contents #ez-toc-container .ez-toc-title {
  color: #000;
}
.blog-page .table-contents #ez-toc-container .ez-toc-list {
  margin: 10px 0;
}
.blog-page .table-contents #ez-toc-container .ez-toc-list li {
  margin: 8px 5px;
}
.blog-page .table-contents #ez-toc-container .ez-toc-list li a {
  color: #000;
  text-decoration: none;
}
.blog-page .table-contents #ez-toc-container .ez-toc-list li ul li a {
  margin: 5px 18px;
}
.blog-page .sidebar-phone {
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(270deg, #a8d0e6 0%, #374785 100%);
}
.blog-page .sidebar-phone .sidebar-phone-title {
  color: #000;
  display: flex;
  font-weight: 500;
  justify-content: center;
}
.blog-page .sidebar-phone a {
  color: #000;
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.blog-posts-section #ez-toc-container {
  display: none;
}
.archive-posts .archive-post-box {
  height: 400px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(24, 59, 86, 0) 0%, #152532 100%);
}
.archive-posts .archive-post-box .post-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.archive-posts .archive-post-box .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.archive-posts .archive-post-box .post-title {
  font-size: 28px;
  font-weight: 700;
}
.archive-posts .archive-post-box .post-thumbnail {
  height: 245px;
}
.archive-posts .archive-post-box .post-thumbnail-cart {
  height: 245px;
}
#reply-title {
  font-size: 28px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 780px) {
  .comment-form-row {
    display: unset;
  }
  .comment-box #commentform .comment-form-comment #comment {
    width: 95%;
  }
  .comment-box #commentform .comment-form-row .comment-form-rating {
    margin-top: 0;
  }
  .single-blog-page .author-item {
    margin: 10px 0 10px 0 !important;
  }
  .single-blog-page .single-comment-box {
    order: 1;
  }
  .single-blog-page .single-content-box {
    order: 2;
  }
  .single-blog-page .comment-box {
    order: 3;
  }
}
