@media only screen and (max-width: 800px) {
  #comments {
  margin: 0px 5px 5px 5px;
  }
}

/* lesser padding */
.comments-pagebuilder-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 5px 30px 0px;
}


.comment-header {display: none;}

/* Question */
.comment-title {
    /*
  font-size: 1.9rem;
  font-weight: normal;
  color: #000000;
  
  background-color: #f57d26;
  padding: 5px 5px 5px 10px;
  border-radius: 10px;
  */
}

.comment-list li, .ping-list li {
    background: #F5F5F5;
    background: #Ffffff;
    border-top: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-radius: 10px;
    /*margin: 15px 0 5px;
    padding: 10px 10px 10px 10px;*/
    margin: 15px 0 0px;
    padding: 0;
    font-weight: bold;
    list-style-type: none;
}


/*  Answer */
.comment-list li ul li {
    background: #fff6ec;
    background: #ffffff;
    border: 0;
    margin-right: 0;
    list-style-type: none;
}



  .ch-qa-details {
    padding: 10px 5px 0 5px;
  }

  .ch-qa-details summary:focus {
    outline: 0px;
  }
  /*
  details[open].ch-qa-details > summary::after {
    transform: rotate(-135deg) translatey(-0.3em);
  }
  */
  
  details > div {
    padding-top: 0.75em; 
    /*padding: 1em;*/
    /*border: 1px solid;*/
    border-top: 0;
  }
  
  details {
    margin: 1em 0;
  }

  /* comment form */
  .comment-form-title {
    margin: 0 0 10px;
  }



.ch-qa-details summary::before {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23F57D26' d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3e%3c/svg%3e") no-repeat 50% 50%;
  background-size: 100%;
  width: 448px;
  height: 512px;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 0;
  transform: rotate(0);
  transition: transform .4s ease;
  padding-top: 25px;
}




details[open].ch-qa-details > summary::before {
  transform: rotate(135deg) translatey(-0.3em);
}
details[open].ch-qa-details > summary::before {
  transform: rotate(135deg) translatey(0em);
}


/* panel Accordion */
.panel-body {
    display: none;
}
.panel, .panel:focus {
    cursor: grab;
}
.panel-heading {
    color: #000;
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 10px;
    border: 0px solid grey;*/
    cursor: pointer;
}


/* Answer */
ul.children {
    display:none;
}

/* CLOSED */
article .comment-title {
    color: yellowgreen;
    color: #000;
    padding-left: 0px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}
article.active {
    background-color: transparent;
}

/* OPENED */
article.active .comment-title {
    color: black;
    display: inline-block;
}



article .comment-title::before {
    display: inline-block;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23F57D26' d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3e%3c/svg%3e") no-repeat 50% 50%;
    background-size: 100%;
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    
    /*top: 6px;*/
    /*left: 0;*/
    
    transform: rotate(0);
    transition: transform .4s ease;
    /*padding-top: 5px;*/
    vertical-align: middle;

    
  }
  article.active .comment-title::before {
    transform: rotate(135deg) translatey(0em);
  }
