.zoomable {
  cursor: zoom-in;
}

.zoom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: zoom-out;
  padding: 24px;
  box-sizing: border-box;
}

.zoom-overlay img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
