.pswp { --pswp-bg: #010c24; }
.pswp__button { min-width: 44px; min-height: 44px; }
.pswp__button--nostos-download {
  width: auto;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-family: var(--font-corpo);
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.pswp__button--nostos-download span:first-child { color: var(--cyan); font-size: 1rem; }
.pswp__nostos-caption {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  width: min(680px, calc(100% - 120px));
  padding: 10px 14px;
  color: rgba(255, 255, 255, .82);
  background: rgba(1, 12, 36, .7);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
  font-family: var(--font-sottotitolo);
  font-size: .78rem;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 640px) {
  .pswp__download-label { display: none; }
  .pswp__button--nostos-download { width: 44px; padding: 0; justify-content: center; }
  .pswp__nostos-caption { width: calc(100% - 32px); bottom: max(12px, env(safe-area-inset-bottom)); }
}
