}

.antx-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483022;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.antx-lightbox.is-open {
  display: flex;
}

.antx-lightbox-image {
  max-width: min(1100px, 100%);
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.antx-lightbox-close {
  position: absolute !important;
  top: 16px !important;
  right: 18px !important;
  left: auto !important;
  bottom: auto !important;
  border: 1px solid #cbd5e1 !important;
  background: #fff !important;
  border-radius: 10px !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  color: #0f172a !important;
  cursor: pointer !important;
  z-index: 2147483023 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
}

.antx-ui-root .antx-comment-shot-overlay::before,
.antx-ui-root .antx-comment-shot-overlay::after,
.antx-ui-root .antx-reply-send::before,
.antx-ui-root .antx-reply-send::after,
.antx-ui-root .antx-lightbox-close::before,
.antx-ui-root .antx-lightbox-close::after {
  content: none !important;
  display: none !important;
}

