.cdjf-form-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.cdjf-form-card,.cdjf-response-form{border:1px solid #ddd;border-radius:8px;padding:1rem}.cdjf-form-schedule{margin:.75rem 0 0;color:#50575e}.cdjf-response-form{display:flex;flex-direction:column;gap:1rem;background:#f6f7f7}.cdjf-state{display:inline-block;border-radius:1rem;padding:.2rem .65rem;background:#eee}.cdjf-state-open{background:#d7f3df}.cdjf-state-completed{background:#dbeafe;color:#1e3a8a}.cdjf-field{margin:0}.cdjf-question-block{padding:1.25rem;border:1px solid #dcdcde;border-radius:10px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06)}.cdjf-question-title{margin:0 0 .8rem;color:#1d2327;font-size:1.15rem;line-height:1.35}.cdjf-required{color:#b32d2e}.cdjf-question-image{display:block;max-width:100%;height:auto;margin:0 0 .8rem;border-radius:6px}.cdjf-question-description{margin:0 0 1rem;color:#50575e;line-height:1.55}.cdjf-answer{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.cdjf-field input[type=text],.cdjf-field input[type=number],.cdjf-field input[type=date],.cdjf-field textarea,.cdjf-field select{width:100%;max-width:40rem}.cdjf-choice{display:flex;width:fit-content;max-width:100%;align-items:center;gap:.45rem;padding:.4rem .55rem;border:1px solid #dcdcde;border-radius:6px;background:#fff;font-weight:400;cursor:pointer}.cdjf-choice:hover{border-color:#8c8f94;background:#f6f7f7}.cdjf-choice input{flex:0 0 auto;margin:0}.cdjf-error{display:block;margin-top:.5rem;color:#b32d2e}.cdjf-message{margin:.5rem 0}.cdjf-filter{display:flex;gap:.5rem;align-items:end;margin-bottom:1rem}.cdjf-submit{align-self:flex-start}@media(max-width:600px){.cdjf-question-block{padding:1rem}}
