﻿.zoom-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  z-index: 5;
  pointer-events: none; /* zorgt dat je door de tekst heen kunt scrollen/pinchen */
  transition: opacity 0.3s ease;
  white-space: nowrap;
}