/**
 * Light styling for native WP comments on Bharat Neeti single stories.
 * Loaded only on singular posts via the Article UX plugin.
 */
.bn-article-comments {
  clear: both;
  width: 100%;
  display: block !important;
  visibility: visible !important;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e8e4dc;
}

.bn-article-comments__inner {
  max-width: 100%;
  margin: 0;
  padding: 0 0 1.5rem;
  box-sizing: border-box;
}

.bn-article-comments .comments-area,
.bn-article-comments #comments {
  margin: 0;
  padding: 0;
}

.bn-article-comments .comments-title,
.bn-article-comments .comment-reply-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1rem;
}

.bn-article-comments .comment-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.bn-article-comments .comment-list .comment {
  margin: 0 0 1.25rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #e8e4dc;
}

.bn-article-comments .comment-meta,
.bn-article-comments .comment-author {
  font-size: 0.95rem;
}

.bn-article-comments .comment-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.bn-article-comments .comment-respond {
  margin-top: 1rem;
  padding: 1.25rem 0 0;
}

.bn-article-comments .comment-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.bn-article-comments .comment-form input[type="text"],
.bn-article-comments .comment-form input[type="email"],
.bn-article-comments .comment-form input[type="url"],
.bn-article-comments .comment-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.75rem;
  border: 1px solid #d0cbc0;
  border-radius: 6px;
  background: #fff;
}

.bn-article-comments .comment-form .form-submit {
  margin-top: 0.75rem;
}

.bn-article-comments .comment-form .submit,
.bn-article-comments .comment-form input[type="submit"] {
  background: #9c2a1e;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 0.7rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
}

.bn-article-comments .comment-form .submit:hover,
.bn-article-comments .comment-form input[type="submit"]:hover {
  background: #7e2117;
}

@media (max-width: 767px) {
  .bn-article-comments__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
