/* Grill Vibe — client1 signup consent checkboxes */
#gv-consent-box{margin:14px 0 16px;display:flex;flex-direction:column;gap:10px}
#gv-consent-box .gv-consent-row{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.45;color:#444;cursor:pointer;text-align:left}
#gv-consent-box .gv-consent-row input[type="checkbox"]{flex:0 0 auto;width:18px;height:18px;margin-top:1px;accent-color:#e65100;cursor:pointer}
#gv-consent-box .gv-consent-row a{color:#e65100;text-decoration:underline;text-underline-offset:2px;font-weight:600}
#gv-consent-box .gv-consent-row i{color:#8a8a94;font-style:italic}
#gv-consent-box .gv-consent-req{color:#d32f2f}
#gv-consent-box #gv-consent-err{background:#fdecea;color:#c62828;border:1px solid #f5c6c0;border-radius:8px;padding:9px 12px;font-size:13px;line-height:1.4}
#gv-consent-box.gv-consent-bad .gv-consent-row:first-child span{color:#c62828}
#gv-consent-box.gv-consent-bad .gv-consent-row:first-child input{outline:2px solid #c62828;outline-offset:1px;border-radius:3px}
