/* ─── Illustration / SVG Icon ────────────────────────────────────────────── */
/* Reusable for decorative illustrations and actor icons.                     */

.illustration {
  display: block;
  flex-shrink: 0;
}

.illustration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ─── Steps illustration (above How-To section) ─────────────────────────── */

.illustration--steps {
  width: 302px;
  height: 89px;
}

/* ─── Actor illustrations ───────────────────────────────────────────────── */

.illustration--actor {
  height: 120px;
  width: auto;
}

/* Azienda icon is rotated -90° in Figma */
.illustration--actor-azienda {
  transform: rotate(-90deg);
  width: 119px;
  height: 120px;
}

.illustration--actor-dipendente {
  width: 90px;
  height: 120px;
}

.illustration--actor-pet {
  width: 147px;
  height: 120px;
}

/* ─── Network benefit cards (Per Pet-Services) ──────────────────────────── */

.benefit-card__photo {
  width: 212px;
  height: 212px;
  border-radius: 25px;
  overflow: hidden;
  flex-shrink: 0;
}

.benefit-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
