/* =========================
   IMAGE MODAL
   ========================= */

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

.image-modal img {
  max-width: 92%;
  max-height: 92%;
  border-radius: 10px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 32px;
  color: #e5e7eb;
  cursor: pointer;
}
