/* A small breathing space prevents the modal photo from looking clipped. */
.lpm-service-modal__hero { padding-top: 15px; }
.lpm-service-modal__hero img { height: calc(100% - 15px); align-self: flex-end; }

/* The source modal lays its material pills into several rows, never in a clipped horizontal strip. */
.lpm-service-modal__materials { flex-wrap: wrap !important; }
