div.reviews-reply-buttons {
display: flex;
gap: 10px;
}

div.reviews-reply-buttons input {
background: transparent;
border-radius: 40px;
padding: 0 20px;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #000;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
border: 2px solid #E8E8E8;
font-size: 18px;
font-weight: 300;
font-family: "GT Eesti Pro Text", sans-serif;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
outline: none;
}
div.reviews-reply-buttons input:hover {
border: 2px solid rgba(0, 200, 255, 0.2);
background: rgba(167, 205, 218, 0.2);
}
div.reviews-reply-form img {
width: auto;
}
form.reviews-form {
background-color: transparent;
}