/*
 * smartercredit-base — per-image render sizes
 *
 * GENERATED by tools/derive-image-sizes.py. Do not hand-edit; re-run instead.
 * Each rule is the modal rendered width of that asset on production at a 1440px
 * viewport, measured with CDP getBoundingClientRect.
 *
 * These exist because Divi sized images per module instance. There is no ratio
 * that recovers them (observed 0.28 and 0.48 of natural on one page), so the
 * theme's `img { max-width: 100% }` alone renders them at roughly double.
 *
 * Images not listed here fall back to filling their column, which is correct
 * for full-bleed art.
 */

/* multiple-loan-mobile-desktop.jpg — natural 557x1124, 6/6 pages agree */
.sc-image img[src*="multiple-loan-mobile-desktop"] { max-width: 267px; }

/* personal-loans-hero.png — natural 1263x2380, 6/6 pages agree */
.sc-image img[src*="personal-loans-hero"] { max-width: 357px; }

/* statement.png — natural 128x128, 6/6 pages agree */
.sc-image img[src*="statement"] { max-width: 60px; }
