.report-form{display:flex;flex-direction:column;gap:15px;margin-top:20px;max-width:600px}.report-form input,.report-form textarea{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px}.report-form button{background-color:#1a73e8;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:500}.report-form button:hover{background-color:#155ab6}.form-status{margin-top:15px;color:green}.captcha-wrapper{margin:10px 0;display:flex;justify-content:center}