/* UK student mentorship — page-specific styles */

.hero{
  background-image:url("/media/destinations/uk/services/student-mentorship-services-uk/hero-students-walking-modern-corridor.jpg?v=340a403207");
}

/* Standalone mapped images placed inside text columns of shared components.
   Shared classes don't size these, so constrain them to the column width
   with a consistent landscape crop. No pseudo-states, no animation. */
.note-meta img,
.pointer-meta img,
.pointer-grid img,
.faq-aside img{
  width:100%;
  height:auto;
  border-radius:var(--r-lg);
  object-fit:cover;
}

.faq-aside img{
  aspect-ratio:4/5;
  height:auto;
}

/* The mentorship-topics image strip below the types grid */
.types-wrap .passage-image{
  aspect-ratio:16/9;
  min-height:0;
}
