.rwp-ratings-form-wrap {
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  clear: both;
  overflow: hidden;
  padding:0px;
  border:1px solid #ddd;
}
.rwp-ratings-form-label{
    line-height: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding: 20px;
}
.rwp-ratings-form{
  margin-left:20px;
  margin-right:20px;
}
.rwp-review-wrap{clear: both;padding-top:20px;}
.rwp-rating-form-user-info img{margin:auto;}
.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content{margin-left:95px !important;}

.rwp-ratings-form-wrap input[type="text"],
.rwp-ratings-form-wrap input[type="search"],
.rwp-ratings-form-wrapinput[type="email"],
.rwp-ratings-form-wrap input[type="url"],
.rwp-ratings-form-wrap input[type="number"] {
    height: 48px;
    padding: 0 14px !important;
    border: 1px solid #e1e5eb !important;
    border-radius: 12px;
    background: #fff !important;
    color: #1f2937 !important;
    font-size: 14px !important;
    font-weight: 500;
    outline: none;
    box-sizing: border-box;
    transition: all 0.25s ease;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.05),
        inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.rwp-ratings-form-wrap input[type="text"]::placeholder,
.rwp-ratings-form-wrap input[type="search"]::placeholder,
.rwp-ratings-form-wrap input[type="email"]::placeholder {
    color: #9ca3af;
}

.rwp-ratings-form-wrap input[type="text"]:hover,
.rwp-ratings-form-wrap input[type="search"]:hover,
.rwp-ratings-form-wrap input[type="email"]:hover,
.rwp-ratings-form-wrap input[type="url"]:hover,
.rwp-ratings-form-wrap input[type="number"]:hover {
    border-color: #c5cad3 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
}

.rwp-ratings-form-wrap input[type="text"]:focus,
.rwp-ratings-form-wrap input[type="search"]:focus,
.rwp-ratings-form-wrap input[type="email"]:focus,
.rwp-ratings-form-wrap input[type="url"]:focus,
.rwp-ratings-form-wrap input[type="number"]:focus {
    border-color: #6366f1 !important;
    box-shadow:
        0 0 0 4px rgba(99, 102, 241, 0.10),
        0 6px 18px rgba(99, 102, 241, 0.10) !important;
    transform: translateY(-1px);
}
.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders li input[type=text]{
  width:55px !important;
}
.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders .rwp-slider{
  margin-left:10px;
}
.rwp-ratings-form-wrap .rwp-rating-form-content  p textarea {
    width: 100% !important;
    min-height: 120px !important;
    padding: 14px 16px !important;
    border: 1px solid #e1e5eb !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #1f2937 !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.6 !important;
    outline: none;
    resize: vertical;
    box-sizing: border-box;
    transition: all 0.25s ease;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.05),
        inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.rwp-ratings-form-wrap .rwp-rating-form-content  p textarea::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.rwp-ratings-form-wrap .rwp-rating-form-content  p textarea:hover {
    border-color: #c5cad3;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.rwp-ratings-form-wrap .rwp-rating-form-content  p textarea:focus {
    border-color: #6366f1;
    box-shadow:
        0 0 0 4px rgba(99, 102, 241, 0.10),
        0 6px 18px rgba(99, 102, 241, 0.10);
    transform: translateY(-1px);
}
.rwp-submit-ur {
    min-height: 44px;
    padding: 0 22px !important;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #f67f3e, #f67f3e);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.22);
}

.rwp-submit-ur:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #f67f3e, #f67f3e);
    box-shadow: 0 7px 18px rgba(99, 102, 241, 0.30);
}

.rwp-submit-ur:active {
    transform: translateY(0);
}

.rwp-submit-ur:focus {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(99, 102, 241, 0.12),
        0 6px 16px rgba(99, 102, 241, 0.20);
}
.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label i{
  width:30px;
  height:30px;
  border-radius: 100% !important;
  font-style:normal;
  text-align: center;
}
.rwp-people-label em{margin-top:10px;}
.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-user-info{text-align: center;}