<style>
  h3#reply-title, h3#reply-title {
  display: none;
}

p.comment-notes {
  display: none;
}
form#commentform label {
    display: none;
}
    
    form#commentform .subs {
    background: transparent;
}

form#commentform textarea#comment {
    background: transparent;
}
    
p.comment-form-rating {
    display: inline;
    transform: rotate(180deg);
    width: 140px;
}


.star-rating label {
    transform: rotate(40deg);
}
    
p.comment-form-cookies-consent {
    display: none;
}

form#commentform textarea#comment {
    padding: 10px 20px;
    margin: 10px 0px;
    border: 1px solid #222222;
    border-radius: 25px;
    font-family: 'Sora';
    font-size: 16px;
    line-height: 30px;
    width: 95%;
    font-weight: 600;
}




.star-rating {
    font-size: 10px; /* Hide the default checkbox label */
  }
  
  .star-rating .star-checkbox {
    display: none; /* Hide the checkboxes */
  }

  .star-rating label {
    display: inline-block !important;
    width: 20px; /* Set the width of each star icon */
    height: 20px; /* Set the height of each star icon */
    background-color: #FDAF29;
    opacity: 0.5;
    clip-path: polygon(50% 0%, 61% 38%, 100% 38%, 68% 61%, 79% 100%, 50% 76%, 21% 100%, 32% 61%, 0% 38%, 39% 38%);
    cursor: pointer;
  }
  
  .star-rating label:hover,
  .star-rating label:hover ~ label,
  .star-rating input:checked ~ label {
    opacity: 1;
    background-color: #FDAF29; /* Color for the fillable part of the star */
  }
  form#commentform {
    display: flex;
    padding-bottom: 50px;
    flex-direction: column-reverse;
}

p.form-submit {
    position: absolute;
    margin-bottom: -50px;
}
input#submit {
    background: #F55525;
    border: none;
    padding: .8rem 3.5rem;
    font-size: 1.2rem;
    color: white;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
}
input#email {
    bottom: -90px;
    position: relative;
}

p.comment-form-author {
    position: relative;
    top: -90px;
}
  
  


</style>