@media(max-width:760px){
  .config-layout{overflow:visible}
  .config-layout>.preview-card{position:sticky!important;top:0;z-index:20;border-radius:18px;box-shadow:0 10px 30px rgba(23,33,30,.2)}
  .config-layout>.preview-card .preview-label{position:absolute;z-index:2;margin:10px 12px;padding:6px 9px;font-size:10px}
  .config-layout>.preview-card .ribbon-stage{height:180px}
  .config-layout>.preview-card>p{margin:0;padding:7px 12px 9px;font-size:9px;line-height:1.25;background:#e1e7df}
  .config-form.mobile-steps-enabled{margin-top:12px}
  .config-form.mobile-steps-enabled .step{padding-bottom:0;margin-bottom:12px;border:1px solid var(--line);border-radius:15px;overflow:hidden;scroll-margin-top:230px}
  .config-form.mobile-steps-enabled .step>h2{display:flex;align-items:center;gap:8px;margin:0;padding:12px 14px;background:#faf9f5;cursor:pointer}
  .config-form.mobile-steps-enabled .step>h2::after{content:'+';margin-left:auto;color:var(--brand);font-size:21px;line-height:1}
  .config-form.mobile-steps-enabled .step.mobile-step-done:not(.mobile-step-open)>h2::after{content:'✓';font-size:17px}
  .config-form.mobile-steps-enabled .step.mobile-step-open>h2::after{content:'–'}
  .config-form.mobile-steps-enabled .step:not(.mobile-step-open)>:not(h2){display:none}
  .config-form.mobile-steps-enabled .step.mobile-step-open>:not(h2){margin-left:14px;margin-right:14px}
  .config-form.mobile-steps-enabled .step.mobile-step-open>:last-child{margin-bottom:16px}
  .mobile-step-next{display:block;width:calc(100% - 28px);margin:18px 14px 16px!important;border:0;border-radius:12px;padding:13px 16px;background:var(--brand);color:#fff;font-weight:700;font-size:14px;cursor:pointer}
}
@media(min-width:761px){.mobile-step-next{display:none}}
