/* photoswipe-custom.css */
/* ===================== */

/* Image counter - larger font size (original is 14px) */
.pswp__counter {
  font-size: var(--sm-font-size, 15px); }


/* Styles for caption */
.pswp__custom-caption {
  background: rgba(0, 0, 0, 0.66);
  color: var(--white-color, #fdfdfd);
  font-size: var(--mm-font-size, 16.5px);
  line-height: 1.2;
  width: calc(100% - 30px);
  max-width: min(800px, 100%);
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%); }

.pswp__custom-caption a {
  color: var(--white-color, #fdfdfd);
  text-decoration: underline; }

.hidden-caption-content,
.pswp__custom-caption:empty {	/* also hide for empty content (white space doesn't count as empty!) */
  display: none; }
