Structural slot directive for the card media region (images, videos, icons).
When decorative is true (default), the media is hidden from screen readers
via aria-hidden. Set to false when the image carries meaningful information.
<cngx-card> <img cngxCardMedia [decorative]="false" alt="Photo of patient" /></cngx-card>
Native loading attribute for <img>/<iframe> hosts. Defaults to
lazy - right for below-the-fold card lists; set eager on
above-the-fold cards where lazy decoding costs LCP. null removes
the attribute (non-loadable hosts like <div> backgrounds).