
/* Base */
.pae-csb-single{
  display:flex; align-items:center; gap:.45rem;
  padding:.5rem .75rem; border:1px solid rgba(255,255,255,.15);
  border-radius:10px; font-weight:600; font-size:14px; line-height:1;
  background:rgba(0,0,0,.35); backdrop-filter:blur(2px);
}
.pae-csb-single .label{ background:#e10600; color:#fff; padding:.2rem .5rem; border-radius:6px; }
.pae-csb-single .timer{ font-variant-numeric:tabular-nums; }

/* Under price */
.pae-csb-single.under-price{ margin:.6rem 0 1rem; }

/* Over gallery */
.woocommerce-product-gallery{ position:relative; }
.pae-csb-single.over-gallery{
  position:absolute; top:12px; left:12px; z-index: 12;
  border:0; background:rgba(0,0,0,.55);
}

/* Archive badge: red background + white text before time */
.pae-csb-archive-badge{
  position:absolute; top:8px; left:8px; z-index:9;
  display:flex; align-items:center; gap:.35rem;
  background:#e10600; color:#fff;
  padding:.25rem .5rem; border-radius:8px;
  line-height:1; font-size:12px;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
}
.pae-csb-archive-badge .label{
  color:#fff; font-weight:700; font-size:11px; letter-spacing:.2px;
}
.pae-csb-archive-badge .timer{ font-variant-numeric: tabular-nums; font-weight:600; color:#fff; }

.pae-csb-onsale{ background:#e10600 !important; }
