.RichContentImageLightbox_overlay__0o8Uy {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  animation: RichContentImageLightbox_lightboxFadeIn__6W_GU 0.2s ease;
}
@keyframes RichContentImageLightbox_lightboxFadeIn__6W_GU {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.RichContentImageLightbox_toolbar__qwz33 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.RichContentImageLightbox_toolbarActions__waB1S {
  display: flex;
  align-items: center;
  gap: 10px;
}
.RichContentImageLightbox_zoomLabel__hlBWF {
  min-width: 52px;
  text-align: center;
  font-size: 13px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.82);
}
.RichContentImageLightbox_openBtn__tGk4Y,
.RichContentImageLightbox_resetBtn__fQeTM,
.RichContentImageLightbox_closeBtn__1u4nn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}
.RichContentImageLightbox_openBtn__tGk4Y:hover,
.RichContentImageLightbox_resetBtn__fQeTM:hover,
.RichContentImageLightbox_closeBtn__1u4nn:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
}
.RichContentImageLightbox_openBtn__tGk4Y,
.RichContentImageLightbox_resetBtn__fQeTM {
  padding: 6px 10px;
  font-size: 12px;
}
.RichContentImageLightbox_closeBtn__1u4nn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
}
.RichContentImageLightbox_closeBtn__1u4nn svg {
  width: 18px;
  height: 18px;
}
.RichContentImageLightbox_stage__DJ7KI {
  flex: 1 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 20px;
  cursor: zoom-in;
}
.RichContentImageLightbox_stageZoomed__tkX5k {
  display: block;
  align-items: unset;
  justify-content: unset;
}
.RichContentImageLightbox_image__eUgD3 {
  max-width: min(94vw, 100%);
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  -webkit-user-drag: none;
  -webkit-touch-callout: default;
  border-radius: 6px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
}
.RichContentImageLightbox_imageZoomed__9_F82 {
  max-width: none;
  max-height: none;
}
.RichContentImageLightbox_hint__3syzV {
  flex-shrink: 0;
  margin: 0;
  padding: 0 18px 14px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 640px) {
  .RichContentImageLightbox_toolbar__qwz33 {
    padding: 12px 14px;
  }
  .RichContentImageLightbox_resetBtn__fQeTM {
    display: none;
  }
  .RichContentImageLightbox_openBtn__tGk4Y {
    font-size: 11px;
    padding: 6px 8px;
  }
  .RichContentImageLightbox_stage__DJ7KI {
    padding: 12px;
  }
  .RichContentImageLightbox_image__eUgD3 {
    max-width: 96vw;
    max-height: calc(100vh - 108px);
  }
}

