.image-preview-modal .modal-dialog {
  max-width: min(1100px, calc(100vw - 2rem));
}

.image-preview-modal .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.image-preview-modal__content {
  position: relative;
}

.image-preview-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

html[dir="rtl"] .image-preview-modal__close {
  right: auto;
  left: 1rem;
}

.image-preview-modal__body {
  background: rgba(17, 24, 39, 0.92);
  border-radius: 28px;
  padding: 1rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.34);
}

.image-preview-modal__image {
  width: 100%;
  max-height: calc(100vh - 10rem);
  object-fit: contain;
  display: block;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.image-preview-modal__caption {
  margin-top: 0.85rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
