.verify-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.verify-popup-box {
  position: relative;
  padding: 0;
}

.verify-popup-image {
  width: 90vw;       
  max-width: 600px;  
  height: auto;      
  max-height: 90vh;  
  object-fit: contain;
}

.verify-popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 38px;
  cursor: pointer;
  color: #fff;
  z-index: 10000;
}
