.matchmaker-workspace{display:block;margin:0 0 2rem;border:2px solid var(--color-chocolate);border-radius:1.2rem;background:var(--color-cream);box-shadow:.65rem .65rem 0 var(--color-chocolate)}.matchmaker-workspace__form{display:grid;gap:1.5rem;padding:clamp(1.25rem,4vw,2.25rem)}.matchmaker-workspace__heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(16rem,.9fr);align-items:end;gap:2rem}.matchmaker-workspace__heading h2{font-size:clamp(2rem,4vw,3.5rem);line-height:.9}.matchmaker-workspace__heading>p{max-width:38rem;line-height:1.5}.matchmaker-workspace__eyebrow{color:var(--color-red);font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.matchmaker-workspace__filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.matchmaker-workspace fieldset{display:grid;align-content:start;gap:.65rem;min-width:0;border:0;padding:0}.matchmaker-workspace legend{margin-bottom:.65rem;font-family:var(--font-heading);font-size:1.35rem}.matchmaker-workspace__choices{display:flex;flex-wrap:wrap;gap:.45rem}.matchmaker-workspace__choices label{position:relative;cursor:pointer}.matchmaker-workspace__choices input{position:absolute;width:1px;height:1px;opacity:0}.matchmaker-workspace__choices span{display:flex;align-items:center;gap:.35rem;border:1px solid rgb(23 21 19 / 28%);border-radius:999px;padding:.45rem .65rem;background:#fff;font-size:.75rem;font-weight:750}.matchmaker-workspace__choices small{display:grid;min-width:1.15rem;height:1.15rem;place-items:center;border-radius:50%;background:#ece7dd;font-size:.58rem}.matchmaker-workspace__choices input:checked+span{border-color:var(--color-chocolate);background:var(--color-red);color:#fff;box-shadow:2px 2px 0 var(--color-chocolate)}.matchmaker-workspace__choices input:checked+span small{background:rgb(255 255 255 / 22%)}.matchmaker-workspace__choices input:focus-visible+span{outline:3px solid #0a789f;outline-offset:2px}.matchmaker-workspace__choices input:disabled+span{opacity:.38;cursor:not-allowed}.matchmaker-workspace__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem}.matchmaker-workspace__actions>a{color:var(--color-chocolate);font-size:.78rem;font-weight:800}.matchmaker-workspace__actions>span{margin-left:auto;color:var(--color-muted);font-size:.75rem;font-weight:700}.matchmaker-results-count{margin:0 0 1rem;color:var(--color-muted)}.matchmaker-results-count strong{color:var(--color-chocolate);font-size:1.2rem}.matchmaker-no-results{grid-column:1/-1;border-radius:1rem;padding:clamp(2rem,6vw,4rem);background:#ece7dd;text-align:center}.matchmaker-no-results h2{font-size:clamp(2rem,4vw,3rem)}[data-matchmaker-results][aria-busy=true]{opacity:.48;pointer-events:none;transition:opacity .15s}@media(max-width:800px){.matchmaker-workspace__heading,.matchmaker-workspace__filters{grid-template-columns:1fr}.matchmaker-workspace__filters{gap:1rem}.matchmaker-workspace__actions>span{width:100%;margin-left:0}}
.matchmaker-workspace__manual{display:none}.no-js .matchmaker-workspace__manual{display:inline-flex}
