.pswp__custom-caption {
    background: var(--memo-color-blue);
    font-size: 16px;
    color: #fff;
    width: calc(100% - 32px);
    max-width: 450px;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0.85 !important;
}
.pswp__custom-caption a {
    color: #fff;
    text-decoration: underline;
}
.hidden-caption-content {
    display: none;
}
.pswp__zoom-level-indicator {
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    height: auto;
    align-self: center;
}
.pswp--zoom-allowed .pswp__zoom-button {
    display: inline-flex;
}

.pswp__zoom-button {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    text-align: center;
}

.pswp__zoom-button .pswp__icn {
    position: static;
}
.pswp__download-size {
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    height: auto;
    align-self: center;
    text-decoration: none;
    text-align: center;
}

#pswp-download-button {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    text-decoration: none;
    text-align: center;
}

#pswp-download-button:hover,
#pswp-download-button:focus,
#pswp-download-button:active {
    text-decoration: none;
}

#pswp-download-button .pswp__icn {
    position: static;
}
