/* UK summer camp services — page-specific styles */

.hero{
  background-image:url("/media/destinations/uk/services/summer-camp-services-uk/hero-two-students-city-tablet.jpg?v=1b60b28670");
}

/* Type cards that carry a mapped image: let the photo sit flush at the top
   of the card and keep the copy below it. Uses the shared .type-card styling. */
.type-card:has(img){padding:0;overflow:hidden;gap:0}
.type-card:has(img) .num{padding:24px 26px 0}
.type-card:has(img) h3{padding:0 26px}
.type-card:has(img) p{padding:0 26px 28px}
.type-card:has(img) img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:0;
  margin-top:18px;
  order:3;
}
