/* Ensure gallery images are visible and non-clickable */
img[data-aid^="GALLERY_IMAGE"] {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
  animation: none !important;
  transform: none !important;
}
[data-aid^="GALLERY_IMAGE"] {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
  animation: none !important;
  transform: none !important;
}
[data-aid^="GALLERY_IMAGE"] * {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
  animation: none !important;
  transform: none !important;
}

/* GoDaddy gallery uses opacity:0 class for lazy reveal */
#gallery4-102906 .c1-9r {
  opacity: 1 !important;
}

/* Keep gallery rows aligned without forcing sizes */
#gallery4-102906 [data-aid$="_CELL_RENDERED"] {
  vertical-align: top;
}
#gallery4-102906 img[data-aid^="GALLERY_IMAGE"] {
  display: block;
  width: 100% !important;
  height: auto !important;
}
