/* Popup Modal Base */
.popup-modal {
  background-color: transparent;
}

/* Popup Content Box */
.popup-content {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color:transparent;
  padding: 0px;
  border-radius:0px;
  width: 250px;
  max-width: 90%;
  text-align: center;
  z-index: 1001;
    }

/* Image Style */
.popup-image {
  max-width:70%;
  height: auto;
  border-radius: 8px;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
