/** Comments **/
#pp-comments_wrapper {
  padding: 0;
}

#publishpress-editorial-comments h3 {
  padding-left: 25px;
  background-image: url(editorial_comments_s16.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

#pp-comments {
  margin-bottom: 10px;
  background: #eee;
}

#pp-comments li {
  padding: 5px;
  margin: 0px 0;
  border-left: 5px solid #e5e5e5;
  border-right: 5px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

#pp-comments li:hover p.row-actions {
  visibility: visible;
}

#pp-comments li p.row-actions {
  text-align: right;
}

#pp-comments ul.children {
  margin-left: 30px;
  margin-bottom: 10px;
}

#pp-comments ul.children li {
  /*background: #EAF2FA;*/
  border-left: 5px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
#pp-comments .even { background: none; }
#pp-comments .odd { background: none; }
*/
#pp-comments img.avatar {
  border: 1px solid #CCCCCC;
  float: left;
  margin-left: 2px;
  margin-right: 15px;
  margin-top: 0;
}

#pp-comments h5 {
  font-style: normal;
  font-size: 1em;
  line-height: 1.1em;
  margin-top: 10px;
  margin-bottom: 10px;
}

#pp-comments h5 span.meta {
  color: #666666;
  font-size: 0.85em;
  margin: 0 0 1.5em;
  font-style: normal;
}

#pp-comments .comment-content {
  margin-left: 67px;
}

#pp-comments .comment-content p {
  color: #555555;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0.7em 0;
}

#pp-replyrow #pp-replycontent {
  width: 100%;
  height: 100px;
}

#pp-replyrow #pp-replysubmit {
  margin: 6px 0;
}

#pp-replyrow #pp-replysubmit * {
  margin-left: 3px;
}

#pp-replyrow #pp-replysubmit .error {
  margin: 6px 6px 0 0;
  line-height: 1.2em;
  padding: 4px 10px;
}

.pp-comment {
  font-size: 14px;
  line-height: 18px;
}

.pp-comment-meta {
  margin-bottom: 5px;
  margin-top: 5px;
  float: none;
  text-align: right;
}

#pp-comment-rbutton {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Gutenberg support */
body.gutenberg-editor-page #pp-comments li {
  border-left: none;
  border-right: none;
  padding: 0 4px 0 0;
  margin-bottom: 5px;
}
body.gutenberg-editor-page #pp-comments img.avatar {
  width: 30px;
  margin-left: 0;
  margin-right: 6px;
}
body.gutenberg-editor-page #pp-comments h5 {
  margin-top: 1px;
  margin-bottom: 4px;
}
body.gutenberg-editor-page #pp-comments ul.children {
  margin-left: 14px;
  margin-bottom: 7px;
}
body.gutenberg-editor-page #pp-comments .comment-content {
  margin-left: 0;
}
body.gutenberg-editor-page #pp-comments {
  background: none;
}
body.gutenberg-editor-page #pp-comments .comment-content p {
  margin: 0;
}
body.gutenberg-editor-page #pp-comments li p.row-actions {
  margin: 4px 0;
}

/*# sourceMappingURL=editorial-comments.css.map */
