.fc-eligibility-img {
  width: 106px;
  height: 106px;
}

/*
 * Hero logo on FI pages
 * - width/height: 100% to fill available space
 * - aspect-ratio: auto to override DSFR default ratio (fr-ratio-1x1)
 * - object-fit: contain to maintain proportions (square or rectangular images)
 */
.fi-hero .fr-content-media__img img {
  width: 100%;
  height: 100px;
  aspect-ratio: auto;
  object-fit: contain;
}
