/* Fallback file for missing upstream asset (img/colorbox.css).
   Minimal styling keeps pages functional in the local mirror. */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#colorbox {
  background: #fff;
}
