.venue .rsvp .rsvp-consent{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-top:24px;font-size:14px;line-height:1.8;color:#536763;cursor:pointer}
.venue .rsvp .rsvp-consent input{flex:0 0 18px;width:18px;min-height:18px;height:18px;margin:4px 0 0;padding:0;accent-color:#425e5e}
.venue .rsvp button:not(:disabled){background:#425e5e;color:#fffaf0;border-color:#425e5e;cursor:pointer}
.venue .rsvp button:focus-visible{outline:2px solid #79aebd;outline-offset:3px}
.venue .rsvp form[data-saved=true] button{background:#e2e9e0;color:#425e5e}
.venue .rsvp .rsvp-status:empty{display:none}
