/*
 * Chenthur Homes — Real Places fancyBox integration.
 * fancyBox 3.5.7 assets come from the user-supplied licensed ThemeForest package.
 * The lightbox stage itself is intentionally NOT overridden here; this preserves
 * Real Places native fit-to-screen and scale-to-actual-pixels rendering.
 */
body.admin-bar .fancybox-infobar,
body.admin-bar .fancybox-toolbar {
  top: 33px;
}
.fancybox-button,
.fancybox-infobar {
  background: #0dbae8;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited,
.fancybox-infobar {
  color: #fff;
}
.fancybox-button svg path {
  fill: #fff;
}

/* Page gallery only: show the whole artwork without cropping. */
.ch-project-gallery__slide > a {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  cursor: zoom-in;
}
.ch-project-gallery__slide > a > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center !important;
}
