
#vr-form input,#vr-form textarea{width:100%;box-sizing:border-box;margin-bottom:12px;padding:6px;border:1px solid #ccc;border-radius:4px;}
#vr-form .two input{width:48%;display:inline-block;}
.vr-stars{font-size:2rem;color:#ccc;cursor:pointer;margin-bottom:12px;}
.vr-star.on,.vr-star:hover,.vr-star:hover~.vr-star{color:#FFD700;}
.otp-row{display:flex;gap:8px;align-items:center;margin-bottom:12px;}
.otp-row input{flex:1;}
.vr-msg{margin-bottom:10px;padding:6px;border-radius:4px;font-weight:600;}
.vr-msg.ok{background:#d4edda;color:#155724;}
.vr-msg.err{background:#f8d7da;color:#721c24;}
