/* Регистрация мастера без организации · 2026-08-07 */
.status-choice-modal .status-modal-pick{display:grid;gap:5px}
.status-choice-modal .status-modal-pick strong{font:inherit;color:inherit}
.status-choice-modal .status-modal-pick small{display:block;color:var(--muted);font-size:13.5px;font-weight:650;line-height:1.45}
.status-choice-modal .status-modal-pick--limited{border-color:rgba(75,111,164,.24);background:linear-gradient(145deg,#fff,#f3f7fc)}
.status-choice-modal .status-modal-pick--limited:hover{border-color:rgba(35,102,202,.42);background:linear-gradient(145deg,#fff,#edf5ff)}
.no-org-registration-note{margin:14px 0 18px;padding:14px 16px;border:1px solid rgba(39,105,204,.20);border-radius:18px;background:linear-gradient(145deg,rgba(239,247,255,.95),rgba(250,252,255,.98));color:#274567;font-size:14px;line-height:1.55;box-shadow:0 12px 28px rgba(39,105,204,.06)}
.no-org-registration-note strong{display:block;margin-bottom:4px;color:#0d315f;font-size:14px}
body.is-no-org-registration .wizard-stepper{grid-template-columns:repeat(3,minmax(0,1fr))}
body.is-no-org-registration .master-wizard-form{max-width:920px;margin-inline:auto}
body.is-no-org-registration .status-selected-badge{background:rgba(39,105,204,.09);border-color:rgba(39,105,204,.18);color:#164e91}
body.is-no-org-registration .submit-row{margin-top:18px}
body.is-no-org-registration #submitBtn{background:linear-gradient(135deg,#1f66cf,#123f91);box-shadow:0 14px 30px rgba(31,102,207,.22)}
body.is-no-org-registration #submitBtn:hover{box-shadow:0 18px 38px rgba(31,102,207,.28)}
@media(max-width:760px){body.is-no-org-registration .wizard-stepper{grid-template-columns:1fr}.no-org-registration-note{padding:12px 13px;border-radius:15px}}
