/* Scholarship Services for the UK — page-specific styles */

.hero{
  background-image:url("/media/destinations/uk/services/scholarship-services-uk/hero-student-holding-folder-glass-building.jpg?v=39c0f0bed3");
}

/* Inline figures inside the matching approach-list cards — keep mapped
   images neatly cropped within the step copy without redefining shared rules. */
.approach-list li img{
  width:100%;
  height:auto;
  margin-top:16px;
  border-radius:var(--r-md);
  object-fit:cover;
  display:block;
}

/* Note-block supporting image — sits under the realistic-note copy. */
.note-figure{
  margin-top:24px;
  border-radius:var(--r-lg);
  overflow:hidden;
  border:1px solid var(--border);
}
.note-figure img{
  width:100%;
  height:auto;
  display:block;
}
