.native-atlas-anatomy {
  cursor: zoom-in;
}

.native-atlas-anatomy:focus-visible {
  outline: 3px solid #2b9dd3;
  outline-offset: 3px;
}

body.native-lightbox-open {
  overflow: hidden;
}

.native-atlas-lightbox[hidden] {
  display: none;
}

.native-atlas-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(6, 6, 6, .9);
  cursor: zoom-out;
}

.native-atlas-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(96vw, 1600px);
  max-height: 92vh;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
  cursor: default;
}

.native-atlas-lightbox button {
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #bdd4e0;
  border-radius: 50%;
  background: #fff;
  color: #060606;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.native-atlas-lightbox button:focus-visible {
  outline: 3px solid #2b9dd3;
  outline-offset: 3px;
}
