.wpbr-form{
  max-width:520px;
  margin:40px auto;
  padding:30px;
  border-radius:18px;
  background:linear-gradient(135deg,#111827,#1f2937);
  box-shadow:0 25px 50px rgba(0,0,0,.4);
  color:#fff;
  font-family:system-ui,Inter;
}

.wpbr-form h3{
  text-align:center;
  margin-bottom:20px;
  font-size:24px;
}

.wpbr-form input,
.wpbr-form textarea{
  width:100%;
  padding:14px;
  border-radius:10px;
  border:none;
  margin-bottom:15px;
  font-size:15px;
}

.wpbr-form textarea{
  min-height:120px;
}

.wpbr-form button{
  width:100%;
  padding:14px;
  border:none;
  border-radius:14px;
  background:#f59e0b;
  color:#111;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
}

.wpbr-form button:hover{
  background:#fbbf24;
}

.wpbr-stars-input span{
  font-size:34px;
  cursor:pointer;
  color:#6b7280;
  transition:.2s;
}

.wpbr-stars-input span.active{
  color:#fbbf24;
}

.wpbr-message{
  margin-top:12px;
  font-weight:600;
}

.wpbr-reviews{
  max-width:900px;
  margin:60px auto;
  display:grid;
  gap:25px;
}

.wpbr-review{
  background:#fff;
  padding:25px;
  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.wpbr-review strong{
  font-size:18px;
}

.wpbr-stars{
  color:#f59e0b;
  font-size:22px;
  margin:6px 0;
}
