.comment-added-successful {
    background-color: green;
    border: solid 2px greenyellow;
    color: white;
    padding: 10px;
}

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 9999;
  }
  .grecaptcha-badge:hover {
    width: 256px !important;
  }

#comments .submit{    
  color: #000;
  border-color: #ccc;
  background: #f7f7f7;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}