.wpr-container {
  display: flex;
  gap: 56px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 6px #f6f6f6 inset;
}
.wpr-user-review button:hover {
  background-color: #2f2b2b;
}
.wpr-stars {
  display: flex;
  gap: 0px;
  cursor: pointer;
}

.wpr-star {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}
/* .wpr-left { flex: 0 0 631px; }
.wpr-right {
  flex: 0 0 848px; 
  max-width: 848px;  
} */
.custom-product-review .wpr-container .wpr-left label { 
  margin-bottom: 7px;
}
.custom-product-review .wpr-container .wpr-right .wpr-single-review .wpr-rating-stars {
  margin-bottom: 10px;
}
.wpr-left input,
.wpr-left textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.custom-product-review .wpr-container .wpr-left {
  /* height: 569px !important; */
  height: auto;
  width: 40%;
}
.custom-product-review .wpr-container .wpr-right {
  /* height: 528px !important; */
  height: auto;
  width: 60%;
}
.custom-product-review .wpr-container { 
  width: 100%;
}
/* .custom-product-review .elementor-shortcode {
  margin-bottom: 30px;
} */
.custom-product-review .wpr-container .wpr-right .wpr-single-review h4 {
  color: #422209;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600 !important;
}
.custom-product-review .wpr-container .wpr-right .wpr-single-review p {
  line-height: 28px;
  margin-bottom: 10px;
}
.wpr-stars {
  font-size: 22px;
  cursor: pointer;
  margin-bottom: 10px;
}
.wpr-star {
  color: #ccc;
  margin-right: 8px;
}
.wpr-star.filled {
  color: #f6b024;
}

.wpr-submit {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 4px;
  cursor: pointer;
}
.wpr-save-info span {
  max-width: 100% !important;
}
.wpr-save-info label {
  width: 100% !important;
}
.wpr-user-review button {
  background-color: #2F2B2B;
  font-family: "Instrument Sans", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px 4px 4px 4px;
  padding: 14px 32px 14px 32px;
  color: #fff;
  border: unset;
}
.wpr-single-review { 
  padding: 0px 0 40px;
}
.wpr-single-review h4 { margin: 0; }
.wpr-rating-stars .wpr-star {
  color: #FFC107;
}
.custom-product-review .wpr-container .wpr-left a {
  color: #5F3811;
}
.custom-product-review .wpr-container .wpr-left a {
  color: #5F3811;
}

@media(max-width:900px){
  .wpr-container { flex-direction: column; }
  .custom-product-review .wpr-container .wpr-left {
    height: auto;
    width: 100%;
  }
  .custom-product-review .wpr-container .wpr-right {
    height: auto !important;
    width: 100%;
    margin-bottom: 0px !important;
  }
  .custom-product-review .wpr-container .wpr-left {
    order: 1;
} 
} 


@media(max-width:767px){
  .custom-product-review .wpr-container .wpr-left { 
    order: 1;
}
.custom-product-review .wpr-container h3 { 
  margin-top: 0px;
}
.custom-product-review .wpr-container {
  gap: 0px !important;
}
.custom-product-review .wpr-container .wpr-right .wpr-single-review p { 
  font-size: 20px;
}
.custom-product-review .wpr-container .wpr-right { 
  margin-bottom: 40px;
}
.review-tab-sec button {
  border: 1px solid #2f2b2b !important;
}
}
