.pswp {
  --pswp-bg: #1c1b18;
  --pswp-placeholder-bg: #1c1b18;
  --pswp-icon-color: #f7f4ee;
  --pswp-icon-color-secondary: #1c1b18;
  --pswp-icon-stroke-color: #1c1b18;
  --pswp-error-text-color: #f7f4ee;
}

.pswp__top-bar {
  height: 52px;
  align-items: center;
  padding: 4px 4px 0;
}

.pswp__counter {
  height: 44px;
  margin: 0 auto 0 8px;
  padding: 0 8px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .8rem;
  letter-spacing: .08em;
  font-variant-numeric: tabular-nums;
  line-height: 44px;
  opacity: .92;
}

.pswp__button,
.pswp__button--download-button {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  opacity: .92;
}

.pswp__icn {
  top: 11px;
  left: 11px;
  width: 22px;
  height: 22px;
}

.pswp__button--arrow {
  width: 44px;
  min-width: 44px;
  height: 72px;
  margin-top: -36px;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  left: 7px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 7px;
}

.pswp__button--download-button {
  display: grid;
}

@media (max-width: 719px) {
  .pswp__button--arrow {
    height: 64px;
    margin-top: -32px;
  }
}
