.nem-event-form-wrap{--nem-form-accent:#374e32;--nem-form-border:#d7ddd4;--nem-form-muted:#626b60;--nem-form-error:#a52222;--nem-form-success:#2f6b36;box-sizing:border-box;width:100%;max-width:920px}.nem-event-form-wrap *,.nem-event-form-wrap *::before,.nem-event-form-wrap *::after{box-sizing:border-box}.nem-event-form-title{margin-bottom:.4em}.nem-event-form-intro{margin-bottom:1.5rem}.nem-event-form{display:grid;gap:1.25rem}.nem-form-grid{display:grid;gap:1rem}.nem-form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.nem-form-field label,.nem-form-label,.nem-form-section legend{display:block;margin:0 0 .4rem;font-weight:600}.nem-form-field input[type="text"],.nem-form-field input[type="search"],.nem-form-field input[type="url"],.nem-form-field input[type="datetime-local"],.nem-form-field input[type="file"],.nem-form-field textarea{width:100%;max-width:none;margin:0;padding:.75rem .85rem;border:1px solid var(--nem-form-border);border-radius:4px;background:#fff;color:inherit;font:inherit}.nem-event-form [hidden]{display:none!important}.nem-form-field input:focus,.nem-form-field textarea:focus{outline:2px solid rgb(55 78 50 / .28);outline-offset:1px;border-color:var(--nem-form-accent)}.nem-reference-input-wrap{position:relative}.nem-reference-suggestions{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow-y:auto;border:1px solid var(--nem-form-border);border-radius:4px;background:#fff;box-shadow:0 8px 20px rgb(20 35 18 / .14)}.nem-reference-option{display:block;width:100%;padding:.7rem .85rem;border:0;border-bottom:1px solid var(--nem-form-border);border-radius:0;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer}.nem-reference-option:last-child{border-bottom:0}.nem-reference-option:hover,.nem-reference-option:focus{outline:none;background:#eef2ec}.nem-reference-option strong,.nem-reference-option small{display:block}.nem-reference-option small{margin-top:.15rem;color:var(--nem-form-muted);font-size:.85em}.nem-reference-picker[data-selected-title] input[type="search"]{border-color:var(--nem-form-success)}.nem-new-reference-fields{margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--nem-form-border)}.nem-new-reference-heading{margin:0 0 .85rem;font-weight:600}.nem-form-section{min-width:0;margin:0;padding:1.1rem;border:1px solid var(--nem-form-border);border-radius:5px}.nem-form-section>.nem-form-field:last-child{margin-bottom:0}.nem-form-section .nem-form-field+.nem-form-field{margin-top:1rem}.nem-recurring-control{display:flex;align-items:flex-start;gap:.65rem;padding:1rem;border:1px solid var(--nem-form-border);border-radius:5px}.nem-recurring-control input{margin-top:.25rem}.nem-recurring-control small{display:block;margin-top:.2rem;color:var(--nem-form-muted);font-weight:400}.nem-frontend-occurrences{display:grid;gap:1rem}.nem-frontend-occurrence{padding:1rem;border:1px solid var(--nem-form-border);border-radius:5px;background:#f7f8f7}.nem-occurrence-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.nem-remove-frontend-occurrence{padding:0;border:0;background:#fff0;color:var(--nem-form-error);font:inherit;text-decoration:underline;cursor:pointer}.nem-frontend-occurrence .nem-form-grid+.nem-form-field,.nem-frontend-occurrence .nem-form-field+.nem-form-field{margin-top:1rem}.nem-frontend-occurrences[data-row-count="1"] .nem-remove-frontend-occurrence{display:none}.nem-add-occurrence{margin-top:1rem;padding:.65rem 1rem;border:1px solid var(--nem-form-accent);border-radius:4px;background:#fff;color:var(--nem-form-accent);font:inherit;font-weight:600;cursor:pointer}.nem-form-subfield{display:block}.nem-form-subfield span{display:block;margin-bottom:.35rem;font-size:.92em}.nem-form-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1.25rem}.nem-form-option-grid label,.nem-promotion-option{display:flex;align-items:flex-start;gap:.5rem;font-weight:400}.nem-promotion-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.nem-promotion-option{padding:.85rem;border:1px solid var(--nem-form-border);border-radius:4px}.nem-promotion-option small{display:block;margin-top:.2rem;color:var(--nem-form-muted)}.nem-form-help{margin:.4rem 0 0;color:var(--nem-form-muted);font-size:.9em}.nem-required{color:var(--nem-form-error)}.nem-form-submit{justify-self:start;padding:.8rem 1.35rem;border:0;border-radius:4px;background:var(--nem-form-accent);color:#fff;font:inherit;font-weight:600;cursor:pointer}.nem-form-submit:hover,.nem-form-submit:focus{filter:brightness(.9)}.nem-more-link a{display:inline-block;padding:.75rem 1.15rem;border-radius:4px;background:var(--nem-form-accent,#374e32);color:#fff;font:inherit;font-weight:600;text-decoration:none}.nem-more-link a:hover,.nem-more-link a:focus{color:#fff;filter:brightness(.9)}.nem-form-notice,.nem-form-login{margin:0 0 1.25rem;padding:.9rem 1rem;border-left:4px solid var(--nem-form-border,#d7ddd4);background:#f7f8f7}.nem-form-notice--success{border-color:var(--nem-form-success)}.nem-form-notice--error{border-color:var(--nem-form-error)}.nem-form-notice ul{margin:0;padding-left:1.25rem}.nem-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media (max-width:700px){.nem-form-grid--two,.nem-form-option-grid,.nem-promotion-options{grid-template-columns:1fr}}