/* Banner */
.bcn-gift-banner{
  padding:12px;
  border:1px solid #e9e9e9;
  border-radius:10px;
  margin:10px 0 14px;
  background:#fafafa;
  line-height:1.4;
}
.bcn-gift-missing{
  margin-top:6px;
  font-size:1.2rem;
  opacity:.85;
}
.bcn-gift-reached{
  margin-top:6px;
  font-size:1.2rem;
  font-weight:600;
}

/* Admin Liste */
.post-type-bcn_promo .column-bcn_reorder { width:60px; text-align:center; }
.bcn-drag-handle { cursor:move; opacity:.7; font-size:18px; display:inline-block; }

.bcn-pbar { margin-top:8px; }
.bcn-pbar-track {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #e9e9e9;
  overflow: hidden;
}
.bcn-pbar-fill {
  height: 100%;
  border-radius: 999px;
  background: #2e7d32; /* grün; passt zu „erreicht“ */
  width: 0%;
  transition: width .3s ease;
}
.bcn-pbar-label {
  display:block;
  margin-top:6px;
  font-size:1.1rem;
  opacity:.8;
}
