.dsb-wrap-front{margin:16px 0}
.dsb-form{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}
.dsb-field{display:flex;flex-direction:column;gap:6px;min-width:220px}
.dsb-field label{font-weight:600;font-size:13px}
.dsb-field input[type="text"], .dsb-field input[type="number"], .dsb-field input[type="date"], .dsb-field select{padding:8px;border:1px solid #d1d5db;border-radius:8px}
.dsb-actions button{padding:10px 16px;border-radius:10px;border:1px solid #111827;background:#111827;color:#fff;cursor:pointer}
.dsb-check{display:flex;gap:8px;align-items:center;margin:3px 0}
.dsb-range{display:flex;gap:8px;align-items:center}
.dsb-range-sep{opacity:.7}
.dsb-results{margin-top:14px}
.dsb-post-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.dsb-post-item{padding:10px;border:1px solid #e5e7eb;border-radius:10px}
.dsb-post-title{font-weight:700;text-decoration:none}
.dsb-post-excerpt{margin-top:6px;opacity:.85}
.dsb-item-table{width:100%;border-collapse:collapse}
.dsb-item-table th,.dsb-item-table td{border:1px solid #e5e7eb;padding:8px}
.dsb-pagination{margin-top:12px}
.dsb-results-toggle summary{cursor:pointer;font-weight:700;margin-bottom:8px}


/* range_dt_select: date + time selects */
.dsb-range-dt-select{display:flex;flex-wrap:wrap;align-items:center;gap:6px}
.dsb-range-dt-select .dsb-range-label{font-size:12px;opacity:.8;margin-right:2px}
.dsb-range-dt-select .dsb-range-sep{margin:0 4px}
.dsb-range-dt-select select{min-width:120px}

/* Label-only field: search UI heading / note */
/* .dsb-field-label{min-width:auto;justify-content:center} */
.dsb-field-label{justify-content:center; clear: both;}
.dsb-label-only{display:inline-block;font-weight:700;font-size:14px;line-height:1.5}

.dsb-actions{display:flex;gap:8px;align-items:center}
.dsb-actions .dsb-clear-button{border-color:#d1d5db;background:#fff;color:#111827}
