.nota-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 9999;
}

.nota-popup-modal {
  position: relative;
  width: auto;
  max-height: 95vh;
  overflow: auto;
  background: transparent;
  border-radius: 8px;
}

.nota-popup-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.nota-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;  
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}