.delivery-cost-entry-box{padding:16px!important}.dce-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.dce-head h3{margin:0}.dce-head h3 small{color:#78847f;font-size:11px;font-weight:400}.dce-head p{display:flex;gap:14px;margin:7px 0 0;color:#65716c;font-size:12px}.dce-head p b{color:var(--store-theme);font-size:15px}.dce-summary{display:flex;flex-wrap:wrap;gap:8px 18px;margin:13px 0 8px;padding:9px 12px;border-radius:8px;background:#f6f9f7;color:#52615b;font-size:11px}.dce-list{border:1px solid #e4eae7;border-radius:9px;overflow:hidden}.dce-row{display:grid;grid-template-columns:78px minmax(120px,1.4fr) 90px 100px 76px 52px 52px;align-items:center;gap:8px;min-height:42px;padding:5px 11px;border-bottom:1px solid #edf1ef;font-size:12px}.dce-row:last-child{border-bottom:0}.dce-row time,.dce-row span,.dce-row em{color:#718079}.dce-row em{font-size:10px;font-style:normal}.dce-row button{height:27px;padding:0 7px;border:0;background:none;color:var(--store-theme);cursor:pointer}.dce-row button:disabled{color:#aab2af;cursor:not-allowed}.dce-empty{margin:0;padding:22px;text-align:center;color:#85908c;font-size:12px}

.dce-modal-overlay{position:fixed;inset:0;z-index:2400;display:grid;place-items:center;padding:40px 16px;background:rgba(19,35,29,.42);backdrop-filter:blur(2px)}
.dce-modal-panel{width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 80px);max-height:calc(100dvh - 80px);display:grid;grid-template-rows:54px minmax(0,1fr);overflow:hidden;border:1px solid rgba(31,94,70,.13);border-radius:12px;background:#fff;box-shadow:0 22px 58px rgba(17,40,31,.24)}
.dce-modal-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 0 20px;border-bottom:1px solid #e7ece9;background:#fbfcfb}
.dce-modal-header h2{margin:0;color:#25332e;font-size:17px;font-weight:650}
.dce-modal-close{width:36px;height:36px;padding:0;border:0;border-radius:8px;background:transparent;color:#61706a;font-size:25px;line-height:34px;cursor:pointer}
.dce-modal-close:hover{background:#edf5f1;color:var(--store-theme)}
.dce-modal-body{min-height:0;overflow-y:auto;overscroll-behavior:contain}
.dce-dialog{width:100%;min-height:100%;display:flex;flex-direction:column;margin:0}
.dce-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px 16px;padding:18px 20px}
.dce-dialog .dce-local,.dce-dialog .dce-logistics{display:contents}
.dce-dialog .dce-note{grid-column:1/-1}
.dce-dialog .field{min-width:0;margin:0}
.dce-dialog .field>span{display:block;margin-bottom:6px;color:#56635e;font-size:12px}
.dce-dialog input,.dce-dialog select{width:100%;height:40px;box-sizing:border-box}
.dce-dialog textarea{width:100%;min-height:76px;box-sizing:border-box;resize:vertical}
.dce-modal-footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:10px;margin-top:auto;padding:12px 20px;border-top:1px solid #e7ece9;background:#fbfcfb}
.dce-modal-footer button{min-width:88px;height:38px}

@media(max-width:760px){.dce-head{align-items:flex-start}.dce-head p{display:block}.dce-row{grid-template-columns:66px 1fr 78px 76px}.dce-row em{display:none}.dce-row button{grid-row:2}}
@media(max-width:600px){.dce-modal-overlay{padding:16px}.dce-modal-panel{max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px)}.dce-form-grid{grid-template-columns:1fr;padding:16px}.dce-dialog .dce-note{grid-column:auto}.dce-modal-footer{padding:12px 16px}}
