.pswp {
  --pswp-bg: rgba(0, 0, 0, 0.98);
  --pswp-root-z-index: 3000;
}

.pswp__button--zoom,
.pswp__counter,
.pswp__preloader {
  display: none !important;
}

.pswp__top-bar {
  height: 0;
}

.pswp__button--close,
.pswp__button--arrow,
.pswp__button--download {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 10, 10, 0.56);
  backdrop-filter: blur(10px);
  opacity: 1;
}

.pswp__chat-title {
  position: fixed;
  top: 16px;
  left: 16px;
  max-width: min(60vw, 720px);
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 10, 10, 0.56);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pswp__button--close {
  position: fixed;
  top: 16px;
  right: 16px;
  margin: 0;
}

.pswp__button--arrow {
  position: fixed;
  top: 50%;
  margin-top: -24px;
}

.pswp__button--arrow--prev {
  left: 16px;
}

.pswp__button--arrow--next {
  right: 16px;
}

.pswp__button--download {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.pswp__button--close .pswp__icn,
.pswp__button--arrow .pswp__icn,
.pswp__button--download .pswp__icn {
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.pswp__button--arrow--next .pswp__icn {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.pswp--touch .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--close:focus-visible,
.pswp__button--arrow:focus-visible,
.pswp__button--download:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .pswp__button--close,
  .pswp__button--arrow,
  .pswp__button--download {
    width: 44px;
    height: 44px;
  }

  .pswp__button--close {
    top: 12px;
    right: 12px;
  }

  .pswp__chat-title {
    top: 12px;
    left: 12px;
    max-width: calc(100vw - 80px);
    font-size: 0.88rem;
    padding: 9px 12px;
  }

  .pswp__button--arrow--prev {
    left: 12px;
  }

  .pswp__button--arrow--next,
  .pswp__button--download {
    right: 12px;
  }

  .pswp__button--download {
    bottom: 12px;
  }
}
