#commentsSection {
  max-width: 950px;
  max-width: 950px;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #93939347;
  display: flex
;
  gap: 20px;
  flex-direction: column;
  align-items: center;

  }
  .stars{
    font-size: 20px;
    color: #e04d08;
    margin: 5px 0;
  }
  #approvalStatus{
    font-size: 11px;
    color: #26282b;
    font-weight: 600;
  }
  
  .bb_nn_mm{
    font-size: 20px;
    font-weight: bold;
  }
  .oooooooooooooooooooooodddddd{
    margin-top: 15px;
    padding-bottom: 50px;
    font-size: 25px;
    align-items: center;
    display: flex
;
    color: #272125;
    padding-left: 40px;
    font-weight: bolder;
    margin-bottom: 20px;
    font-family: sans-serif;
  
  }

  .addcom{
    font-weight: bold;
    padding: 12px;
    font-size: 18px;
    background-color: #e04d08;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3sease;
    width: 175px;
    text-align: center;
    justify-content: space-between;
    gap: 8px;

  }
.main_commnets{
  margin-top: 50px;
  max-width: 950px;
  padding-top: 63px;
  padding-bottom: 63px;
  margin: 0 auto;
  list-style: none;
  background: #f4f4f4;
  margin-top: 50px;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  display: flex
;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  align-items: center;
}
.isdfuuydstsdrdsddda{
  display: flex
  ;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      font-size: 18px;
}

  #commentText{
    max-width: 950px;
    /* margin: 0 auto; */
    padding: 0;
    list-style: none;
    overflow-y: auto;
  }
    #commentsList {
      padding: 5px;
      display: flex
  ;
      flex-direction: column;
      gap: 10px;
      min-height: 118px;

    }
  .iiisdgfhsdfuhdffg{
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  /* #commentsList {
    max-width: 950px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    display: flex
;
  }
   */
  .comment {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 30px;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
  }
  
  .comment p {
    margin: 0;
  }
  .oasofdsaduhfuiysddddfdf{
    position: relative;
  }
  .comment p strong {
    font-size: 1.1em;
    color: #333;
    font-weight: 600;
  }
  
  .comment .stars {
    font-size: 20px;
    color: #e04d08;
    margin: 5px 0;
  }
  
  .comment small {
    font-size: 0.85em;
    color: #999;
    text-align: left;
  }
  
  #commentText {
    width: 100%;
    padding: 15px;
    font-size: 21px;
    outline: none;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    max-height: 100px;
    min-height: 100px;
    resize: vertical;
  }
  
  #commentRating {
    border-radius: 4px;
    margin-top: 10px;
    padding: 4px;
  }
.aspdofuiaosiduhfiusdudddddfa{
  position: relative;
  margin-top: 30px;
  width: 100%;

}

  #loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;  
    color: #333;    
  }
  .iiioasdfiisdao_ddG_HhH_jH_gf_cf{
    width: 130px;
  }
  .no-comments {
    text-align: center;
    font-size: 16px;
    color: #888;
    padding: 20px;
    border-radius: 8px;
    display: flex
;
    flex-direction: column;
    align-items: center;
  }
  .ii_vv_cc_c{
    font-size: 14px;
  }
  .no-comments img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  


  @media (max-width: 768px) {
    #commentsSection {
      padding: 15px;
    }
  
    .comment {
      padding: 12px;
    }
  
    #commentText, button {
      font-size: 1em;
    }
  
    button {
      width: 100%;
    }
  }
  
  @media (max-width: 480px) {
    #commentsSection {
      padding: 10px;
      max-width: 100%;
    }
  
    .comment {
      padding: 10px;
    }
  
    #commentText {
      padding: 12px;
    }
  }
  