
/* --- Category Title (Before & After) to match site sections --- */
.section-title {
  display:inline-block;
  padding: 10px 16px;
  background: #111;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,.15);
  margin-bottom: 18px;
}

/* --- Slider labels as tiles --- */
.ba-label {
  position:absolute;
  top: 14px;
  padding: 7px 12px;
  font-weight:800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 10px;
  background: #111;
  color: #fff;
  border: 2px solid #c00;
  opacity: 0.94;
  z-index: 3;
  user-select: none;
  pointer-events: none;
}
.ba-label-left { left: 14px; }
.ba-label-right { right: 14px; }

.ba-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  background: #fff;
  border: 2px solid rgba(0,0,0,.25);
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}
