@import url("https://theme.blogfa.com/default/style.css");
/*-*/
/*-Comment Styles-*/
.comment_bubble{
background:#fff;
border: 1px solid #0004;
margin: 10px 44px 10px 0;
padding: 8px;
border-radius:4px;
}
.comment_reply_bubble{
  margin-top:0;
}
.comment.is-reply {
  margin-right: 40px;
  margin-bottom: 20px;
}
#comments_wrapper {
  position: fixed;
  left: 0;
  width: 90%;
  max-width: 600px;
  height: 100%;
  top: 0;
  background: #f4f4f4;
  border-right: 1px solid #0004;
  color: #333;
  z-index: 20;
  transform: translateX(-100%);
  transition: 250ms ease;
  overflow: auto;
}
.comment_avatar{
  margin:0;
  width: 34px;
  border-radius: 4px;
}
.comments_wrapper_header{
  background: #fff;
  border-bottom: 1px solid #0004;
  padding: 10px 20px;
}
.comments{
  padding: 1rem;
}
#comments_wrapper:target {
  transform: scale(1);
}
.comments_clearfix:after{
  content: " ";
  display: table;
  clear: both;
}