.pbapd-after-product-description {
  margin-top: 20px;
}
.pbapd-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pbapd-popup-box {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  padding: 24px;
}
.pbapd-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.pbapd-content {
  line-height: 1.6;
}
.pbapd-actions {
  margin-top: 18px;
}
.pbapd-banner {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9998;
  padding: 14px 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}
.pbapd-banner-top {
  top: 0;
}
.pbapd-banner-bottom {
  bottom: 0;
}
.pbapd-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pbapd-banner-text {
  flex: 1 1 auto;
}
.pbapd-is-loading {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pbapd-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .pbapd-popup-box {
    padding: 18px;
  }
  .pbapd-title {
    font-size: 18px;
  }
}
