.excel-import-form{display:grid;gap:16px}.excel-import-form>h3,.excel-import-form>p{margin-bottom:0}.excel-import-form>label{display:grid;gap:7px;color:#59677b;font-size:13px;font-weight:700}.excel-mapping{display:grid;gap:15px;padding:18px;background:#f5f8fd;border:1px solid #dce5f1;border-radius:13px}.excel-mapping-head{display:flex;align-items:end;justify-content:space-between;gap:14px}.excel-mapping-head>div{display:grid;gap:4px}.excel-mapping-head small{color:#7b899d}.excel-mapping-head label{display:grid;gap:5px;color:#59677b;font-size:11px;font-weight:700}.excel-mapping-head input{width:110px;margin:0}.mapping-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.mapping-fields label{display:grid;gap:6px;color:#536075;font-size:11px;font-weight:700}.mapping-fields select{width:100%;min-width:0;margin:0;background:#fff;border:1px solid #dbe4f0;border-radius:9px;padding:10px;color:#263247}.excel-preview{overflow:auto;max-height:300px;border:1px solid #dce5f1;border-radius:10px;background:#fff}.excel-preview table{font-size:11px;white-space:nowrap}.excel-preview th{position:sticky;top:0;z-index:1;background:#eaf2ff;color:#1768e4}.excel-preview td,.excel-preview th{padding:8px 10px;border-right:1px solid #edf1f6}.excel-preview .selected-header td{background:#1768e4;color:#fff;font-weight:700}.excel-export{display:flex;align-items:center;justify-content:space-between;gap:20px}.excel-export h3,.excel-export p{margin-bottom:4px}.excel-export button{margin:0;white-space:nowrap}
@media(max-width:760px){.mapping-fields{grid-template-columns:1fr}.excel-mapping{padding:13px}.excel-mapping-head{align-items:stretch;flex-direction:column}.excel-mapping-head input{width:100%}.excel-export{align-items:stretch;flex-direction:column}.excel-export button{width:100%}}
