/* assets/css/pages/blog.css - split from assets/css/theme.css */

/* Blog comments section color fix */
.comments-area,
.comment-respond {
  color: #07130f;
}

.comments-area .comments-title,
.comments-area .comment-reply-title,
.comment-respond .comment-reply-title {
  color: #07130f !important;
  font-weight: 900;
}

.comments-area .comment-author,
.comments-area .comment-author b,
.comments-area .comment-metadata,
.comments-area .comment-content,
.comments-area .comment-content p,
.comment-respond .logged-in-as,
.comment-respond .comment-notes,
.comment-respond label {
  color: #5f7068 !important;
}

.comments-area .comment-author b,
.comment-respond label {
  font-weight: 800;
}

.comments-area a,
.comment-respond a {
  color: #047857 !important;
  text-decoration: none;
}

.comments-area a:hover,
.comment-respond a:hover {
  color: #10b981 !important;
  text-decoration: none;
}

.comment-respond textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
  background: #ffffff !important;
  color: #07130f !important;
  border: 1px solid rgba(7, 19, 15, 0.12) !important;
}
