.pim-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
}

.pim-modal {
  position: relative;
  background: #fff;
  border-radius: 12px;
  max-width: min(90vw, 720px);
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  margin: 16px;
}

.pim-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.pim-close {
  position: absolute;
  right: 12px;
  font-size: 35px;
  line-height: 1;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
}

.pim-close:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
