[hidden]{display:none!important}
.delivery-table-wrap{overflow:visible;border:0;border-radius:12px}
.delivery-editor-table,.delivery-editor-table tbody{display:block;width:100%;border-collapse:collapse}
.delivery-editor-table thead{display:none}
.delivery-editor-table tr{display:grid;grid-template-columns:150px 190px minmax(190px,1fr) 44px;grid-template-areas:"verified category category remove" "name name name name" "status format detail detail";gap:9px;margin-bottom:12px;padding:12px;border:1px solid #2b3e56;border-radius:12px;background:#0b1725}
.delivery-editor-table td{display:grid;gap:5px;padding:0;border:0;min-width:0}
.delivery-editor-table td:before{content:attr(data-label);color:#9fb4ca;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.delivery-editor-table td:nth-child(1){grid-area:verified}.delivery-editor-table td:nth-child(2){grid-area:category}.delivery-editor-table td:nth-child(3){grid-area:name}.delivery-editor-table td:nth-child(4){grid-area:status}.delivery-editor-table td:nth-child(5){grid-area:format}.delivery-editor-table td:nth-child(6){grid-area:detail}.delivery-editor-table td:nth-child(7){grid-area:remove}
.delivery-editor-table td:nth-child(4),.delivery-editor-table td:nth-child(5),.delivery-editor-table td:nth-child(6){grid-template-rows:auto 1fr}
.delivery-editor-table input,.delivery-editor-table select{padding:8px;font-size:.78rem}
.delivery-verified-cell{display:flex!important;align-items:center;align-self:end;grid-template-columns:auto 1fr!important;gap:7px!important;height:38px}.delivery-verified-cell:before{display:none}.delivery-verified-cell span{font-size:.75rem;color:#c3cfdd;font-weight:800}.delivery-verified-cell input{width:20px;height:20px;accent-color:#75d6bf}
.delivery-empty-hint{margin-bottom:10px;padding:13px;border:1px dashed #405878;border-radius:10px;color:#9fb4ca;background:#0b1725;text-align:center}
.remove-delivery-row{width:32px;height:32px;border:1px solid #6d3943;border-radius:8px;background:#321b22;color:#ffadb5;font-size:1.25rem;line-height:1;cursor:pointer}
.delivery-remove-cell{align-content:end;justify-content:end}.delivery-remove-cell:before{display:none}
.add-delivery-row{margin-top:10px;border:1px solid #3c5877;border-radius:9px;padding:9px 12px;color:#fff;background:#162a41}
.checkbox-confirm{display:flex;grid-column:1/-1;grid-template-columns:auto 1fr;align-items:start;gap:9px;padding:12px;border:1px solid #405878;border-radius:10px;background:#0b1725}
.checkbox-confirm input{width:auto;margin-top:2px}
.delivery-data-preview p{margin:3px 0}
.delivery-preview-table{width:100%;border-collapse:collapse;font-size:9px;line-height:1.25;margin:6px 0 10px}
.delivery-preview-table th{background:#32465d;color:#fff!important;text-align:left}.delivery-preview-table th,.delivery-preview-table td{border:1px solid #aeb7c2;padding:4px;vertical-align:top}
.delivery-preview-table th:first-child{width:41%}
@media(max-width:760px){.delivery-editor-table tr{grid-template-columns:1fr 44px;grid-template-areas:"verified remove" "category category" "name name" "status status" "format format" "detail detail"}}
