.hero-fullscreen__image img.lightense-target {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  display: block !important;
}
.post-image img.lightense-target {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  display: block !important;
}
.article__head img.lightense-target,
.hero img.lightense-target {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  display: block !important;
}
.article__image img.lightense-target {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  display: block !important;
}
.post img.lightense-target,
.page img.lightense-target {
  max-width: 100% !important;
  width: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Shrink about page main image to 50% */
.page img.lightense-target {
  max-width: 50% !important;
  width: 50% !important;
  height: auto !important;
}


.lightense-backdrop {
  background: var(--lightense-backdrop, rgba(23,29,54,0.8));
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  /* Ensure content images are wide */
  .lightense-target {
    width: 90vw !important;
    max-width: 90vw !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* Only Lightense-specific styles should remain here. */
}

.lightense-backdrop[style*="opacity: 1"] {
  opacity: 1;
  visibility: visible;
}

.lightense-img {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 8px 24px rgba(31,38,135,0.15);
  border-radius: 8px;
  transition: transform 0.3s cubic-bezier(.2,0,.1,1);
}
