:root {
  --e-global-color-primary: #FFD012;
  --e-global-color-secondary: #0B3665;
}

#reply-title {
  font-size: 24px;
}

.eel-post-comments-widget #comments .comment-form input, .eel-post-comments-widget #comments .comment-form textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0.5rem 1rem;
}

@media (max-width: 767px) {
  .comments-area .comment-list li.comment .comment-body {
    padding-left: 0;
  }
  .comments-area .comment-list li.comment .comment-author img {
    float: none;
    position: relative;
  }
  .comment-author cite {
    display: block;
  }
  .comments-area .comment-list li.comment ol.children li {
    margin-left: 0;
  }
}
.comment-form-cookies-consent {
  font-size: 14px;
}
.comment-form-cookies-consent input[type=checkbox] {
  width: auto !important;
}
.comment-form-cookies-consent label {
  display: inline-block;
}/*# sourceMappingURL=post-comments.css.map */