/* AddiPress BG Carousel — Safe Mode (v1.2.0) */
.apbgc-bars{
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:.45em;
  z-index:200;
  pointer-events:none;
  font-size:12px;
}
.apbgc-bars.apbgc-right{ left:auto; right:10px; transform:none; }
.apbgc-bar{ width:1.5em; height:.22em; border-radius:2em; background:rgba(255,255,255,.6); box-shadow:0 0 0 1px rgba(0,0,0,.25) inset, 0 1px 2px rgba(0,0,0,.12); transition:opacity .2s ease; opacity:.9; }
.apbgc-bar.is-active{ background:#fff; opacity:1; }
.apbgc-fade{
  position:absolute; left:0; right:0; bottom:0; height:44px;
  z-index:190; pointer-events:none;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.32) 100%);
  border-bottom-left-radius:inherit; border-bottom-right-radius:inherit;
}
[data-apbg-safe]{ position:relative; }
