/* Verhindert, dass der äußere Wrapper das Bild auf kleine Maße festlegt */
.pswp__zoom-wrap {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Versteckt den 'Mit KI verwenden' Button */
.ak-renderer-extension { 
    display: none !important; 
}
/* Blendet das spezifische Scroll Sites KI-Element aus */
ai-actions, .ai-actions {
    display: none !important;
}