/* Additional small UI tweaks */
.muted{color:var(--muted);font-size:14px}
.comment-list li{border-bottom:1px solid #eee;padding:12px 0}
.rel-item img{width:100%;border-radius:6px}

/* Stylish Comment Box */
.comments-area {
  margin-top: 40px;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.comments-area h2 {
  font-family: 'Noto Sans Gujarati', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: 'Noto Sans Gujarati', sans-serif;
}

.comment-form input[type="submit"] {
  background: #25d366;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.comment-form input[type="submit"]:hover {
  background: #1ebe5a;
}
