.rvc-step1-desktop-products{display:block}.rvc-step1-mobile-products{display:none}
.rvc-step1-product-table{width:100%;min-width:860px;table-layout:fixed}
.rvc-step1-product-table th,.rvc-step1-product-table td{vertical-align:middle}
.rvc-step1-product-title{min-width:0}.rvc-step1-product-title p{overflow-wrap:anywhere}
.rvc-step1-modal-backdrop{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;background:rgba(15,23,42,.72);padding:20px;z-index:90}
.rvc-step1-modal{width:min(820px,100%);margin:auto;background:#fff;border-radius:20px;border:1px solid #dbe4ef;box-shadow:0 24px 80px rgba(15,23,42,.3);overflow:hidden}
.rvc-step1-modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e2e8f0}
.rvc-step1-modal-body{padding:20px;max-height:calc(100vh - 140px);overflow-y:auto}
.rvc-step1-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.rvc-step1-form-grid .full{grid-column:1/-1}
.rvc-step1-file-note{font-size:12px;color:#64748b;margin-top:6px;overflow-wrap:anywhere}
.rvc-step1-category-card{display:flex;flex-direction:column;gap:12px}
@media(max-width:767px){
  .rvc-step1-desktop-products{display:none}.rvc-step1-mobile-products{display:grid;gap:14px}
  .rvc-step1-form-grid{grid-template-columns:1fr}
  .rvc-step1-form-grid .full{grid-column:auto}
  .rvc-step1-modal-backdrop{padding:10px}
  .rvc-step1-modal{border-radius:16px}
  .rvc-step1-modal-body{padding:16px;max-height:calc(100vh - 110px)}
}
