.pom-bubble-show-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 26px);
  margin: clamp(30px, 5vw, 58px) 0;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 28px;
  background: linear-gradient(145deg, #f8fbff, #f3ecff);
  box-shadow: 0 20px 48px rgba(15, 23, 42, .1);
}

.pom-bubble-show-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .12);
}

.pom-bubble-show-gallery img {
  display: block;
  width: 100%;
  height: clamp(270px, 34vw, 410px);
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
}

.pom-bubble-show-gallery figcaption {
  padding: 15px 18px 18px;
  color: #1f2937;
  font-weight: 750;
  line-height: 1.45;
}

/* Protect the final Gurgaon booking panel from generic section colour rules. */
.pom-gurgaon-entertainment-page .main-content > .pom-dark-cta {
  padding: clamp(32px, 6vw, 68px) !important;
  border-radius: 28px !important;
  background: #181c19 !important;
  color: #fff !important;
}

.pom-gurgaon-entertainment-page .main-content > .pom-dark-cta h2,
.pom-gurgaon-entertainment-page .main-content > .pom-dark-cta p,
.pom-gurgaon-entertainment-page .main-content > .pom-dark-cta .section-kicker {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.pom-gurgaon-entertainment-page .main-content > .pom-dark-cta .section-kicker {
  background: rgba(255, 255, 255, .14) !important;
  border-color: rgba(255, 255, 255, .28) !important;
}

@media (max-width: 720px) {
  .pom-bubble-show-gallery {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 22px;
  }

  .pom-bubble-show-gallery figure { border-radius: 18px; }
  .pom-bubble-show-gallery img { height: 300px; }

  .pom-gurgaon-entertainment-page .main-content > .pom-dark-cta {
    padding: 30px 22px !important;
    border-radius: 20px !important;
  }
}
