/* Uploader wrapper injected near the file input */
.wpjb-cg-wrap { margin-top: 8px; }
.wpjb-cg-actions { display:flex; gap:10px; align-items:center; margin-bottom:10px; }

.wpjb-cg-btn {
  background:#1ea4a4; color:#fff; border:none; border-radius:8px;
  padding:10px 16px; font-weight:600; cursor:pointer;
}
.wpjb-cg-btn:hover { background:#148383; }

.wpjb-cg-note { color:#6b7280; font-size:13px; }

/* Preview grid (before upload) */
.wpjb-cg-preview {
  display:flex; flex-wrap:wrap; gap:10px; margin-top:8px;
}
.wpjb-cg-thumb {
  width:110px; height:110px; border:1px solid #e5e7eb; border-radius:8px; overflow:hidden; position:relative;
}
.wpjb-cg-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.wpjb-cg-thumb .x {
  position:absolute; top:4px; right:4px; background:#111827; color:#fff;
  border:none; border-radius:999px; width:20px; height:20px; font-size:12px; line-height:20px; text-align:center; cursor:pointer;
}

/* Frontend gallery grid (after save) */
.wpjb-cg-grid {
  display:grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
  gap:12px; margin-top:16px;
}
.wpjb-cg-item img {
  width:100%; height:180px; object-fit:cover; border-radius:10px; border:1px solid #e5e7eb;
}
