
#paz-popup-clean {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  font-family: Arial, sans-serif;
}

.paz-popup-hidden {
  display: none !important;
}

#paz-popup-clean-content {
  background: #a160fa;
  color: white;
  padding: 18px 26px;
  border-radius: 18px;
  box-shadow: 0 6px 18px #c084fcaa;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#paz-popup-clean-content p {
  margin: 0;
  flex: 1;
}

#paz-popup-clean-link {
  display: inline-block;
  background: #fff;
  color: #a160fa;
  padding: 10px 20px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05em;
  cursor: pointer;
}

#paz-popup-clean-link:hover,
#paz-popup-clean-link:focus {
  background: #c084fc;
  color: white;
  outline: none;
}

#paz-popup-clean-close {
  background: transparent;
  border: none;
  font-size: 26px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
}
