/* Minimal styling for forms */
.rea-form { max-width:740px; padding:12px 16px; border:1px solid #e2e8f0; border-radius:8px; background:#fff; }
.rea-form .rea-row { margin-bottom:12px; }
.rea-form label { display:block; font-weight:600; margin-bottom:4px; }
.rea-form input[type="text"],
.rea-form input[type="email"],
.rea-form input[type="date"],
.rea-form select { width:100%; padding:8px; border:1px solid #cbd5e1; border-radius:6px; }
.rea-form .button { padding:8px 14px; }
.rea-accept { max-width:680px; }
.rea-check { margin:10px 0; }
