.pswp__custom-caption {
  font-family: "Marcellus SC", sans-serif;
  background: rgba(0, 0, 0, 0.75); /* hitam transparan */
  font-size: 22px;
  color: #fff;
  width: calc(100% - 32px);
  max-width: 540px;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}

.pswp__custom-caption a {
  color: #fff;
}

.hidden-caption-content {
  display: none;
}

/* Menambahkan media query untuk ukuran font 14px pada perangkat mobile */
@media (max-width: 767px) {
  .pswp__custom-caption {
    font-size: 14px;
  }
}
