/* Mountain Foothills Rotary - extras 2: cause cards with photos (loads after mfr-extras.css) */
.mfr-cause{ display:flex; gap:16px; align-items:flex-start; padding:16px 0; border-top:1px solid var(--mfr-line); }
.mfr-cause:first-child{ border-top:0; padding-top:4px; }
.mfr-cause > img{ width:150px; height:112px; object-fit:cover; border-radius:8px; flex:none; }
.mfr-cause h3{ font-size:1.08rem; margin:0 0 4px; }
.mfr-cause p{ margin:0 0 6px; font-size:.95rem; color:var(--mfr-ink2); }
@media (max-width:767px){ .mfr-cause{ flex-direction:column; } .mfr-cause > img{ width:100%; height:auto; aspect-ratio:16/10; } }
