@charset "UTF-8";
/* PhotoSwipe – light theme */
body .pswp {
  --pswp-bg: #fff;
  --pswp-icon-color: #111 ;
  --pswp-icon-color-secondary: rgba(0,0,0,.6);
  --pswp-error-text-color: #111;
  --pswp-placeholder-bg: transparent;
}
body .pswp .pswp__img {
  cursor: default !important;
}
.color-scheme--alt body .pswp {
  --pswp-bg: #000;
  --pswp-icon-color: #fff ;
  --pswp-icon-color-secondary: rgba(255,255,255,.6);
  --pswp-error-text-color: #fff;
}
.pswp__counter {
  display: none;
}
.pswp__icn {
  top: 18px !important;
  left: 13px !important;
  width: 24px !important;
  height: 24px !important;
}
.pswp__button--arrow .pswp__icn {
  margin-top: -15px !important;
  width: 30px !important;
  height: 30px !important;
}
