/* 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=9227aa1cfe");
}

.approach-content {
    display: grid;
    gap: 56px;
    align-items: stretch;
}

.approach-figure {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  min-height: 450px;
}

/* 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;
}
