/*-- PhotoSwipe Galerie-Lightbox (Brand-Overrides) --*/
/* Muss nach photoswipe.css geladen werden */
.pswp__button:hover .pswp__icn {
    fill: #de273d;
}
.pswp__button--close:hover {
    transform: rotate(90deg);
}
.pswp__bg {
    background: rgba(0, 0, 0, .92);
}

/* Custom-Caption Overlay (statisch, verändert Bild-Layout nicht) */
.pswp-custom-caption {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    max-width: 92vw;
    padding: 0.55em 1.1em;
    background: rgba(0, 0, 0, 0.55);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.92em;
    line-height: 1.4;
    border-radius: 10px;
    text-align: center;
    z-index: 1600;
    pointer-events: none;
}
@media (max-width: 600px) {
    .pswp-custom-caption {
        font-size: 0.82em;
        bottom: 10px;
        padding: 0.45em 0.9em;
    }
}
