/* Force promo banner above other sticky elements */
#puac-promo-banner {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999 !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Small note inside JCart drawer to reassure promo users */
.puac-drawer-promo-note {
  margin-top: 10px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 6px;
  background: #eef6ff;
  color: #1d4ed8;
  font-weight: 500;
}
