/* minCore Fancybox runtime guard.
 * Fancyapps keeps direct Panzoom content hidden while loading. Once its own
 * runtime marks the image as loaded, the shared default must reveal it on
 * every mandant without requiring a customer-specific CSS override.
 */
.f-panzoom__wrapper > .f-panzoom__content.is-lazyloaded {
  visibility: visible;
}
