.dce-admin-wrap { max-width: 1080px; }
.dce-form-row { display:flex; align-items:center; gap:12px; margin:16px 0 24px; }
.dce-label { font-weight:600; }
.dce-select { min-width:200px; }
.dce-btn { margin-left:8px; }

.dce-card { background:#fff; border:1px solid #e2e8f0; border-radius:8px; padding:16px; margin:16px 0; }
.dce-note { margin:16px 0; }

.dce-table th, .dce-table td { padding:10px 12px; vertical-align:top; }
.dce-col-center, .dce-td-center { text-align:center; width:120px; }
.dce-field { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:6px 0; border-bottom:1px dashed #eef2f7; }
.dce-field:last-child { border-bottom:none; }
.dce-field-label { font-weight:500; }
.dce-field-input { display:flex; align-items:center; gap:6px; }
.dce-currency { display:inline-block; min-width:20px; color:#4b5563; }

.dce-radio input { margin-right:6px; }
.dce-btn-primary { padding:8px 16px; }

@media (max-width: 782px) {
  .dce-table thead { display:none; }
  .dce-table tr { display:block; background:#fff; border:1px solid #e5e7eb; border-radius:8px; margin-bottom:12px; }
  .dce-td-label, .dce-td-center, .dce-td-fields { display:block; width:100%; padding:12px; }
  .dce-td-center { border-top:1px solid #f1f5f9; }
  .dce-td-fields { border-top:1px solid #f1f5f9; }
}
