/* mobile-only — no redesign */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
html, body { max-width: 100%; overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img, video, canvas, svg, iframe, embed, object { max-width: 100%; }
img, video { height: auto; }
table { max-width: 100%; display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
pre { max-width: 100%; overflow-x: auto; }
@media (max-width: 768px) {
  body { overflow-x: hidden; }
  .wrap, .container, .gp-wrap, main, section, header, footer, .site-head, .gp-header { max-width: 100%; }
  img[width] { max-width: 100% !important; height: auto !important; }
}


/* nvs-visual-search-off: hide Chrome Lens / Edge Görsel arama on photo hover */
img, picture img {
  pointer-events: none !important;
  -webkit-user-drag: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}
.nvs-shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  background: transparent;
  pointer-events: auto;
}

