/* Compact first-use cards; populated folders continue using their normal file grid. */
.MNR_IllustratedEmpty { display:flex; align-items:stretch; max-width:720px; margin:28px auto; background:#fff; border:1px solid #e4dfea; border-radius:8px; overflow:hidden; text-align:left; }
.MNR_IllustratedEmpty > img { width:220px; min-height:260px; object-fit:cover; }
.MNR_IllustratedEmpty_Copy { align-self:center; padding:28px 32px; min-width:0; }
.MNR_IllustratedEmpty h2 { color:#341c34; font-size:24px; line-height:1.25; margin:0 0 12px; }
.MNR_IllustratedEmpty p { color:#555; font-size:15px; line-height:1.6; margin:0 0 20px; }
.MNR_IllustratedEmpty button { width:auto; min-height:42px; padding:10px 18px; font-size:15px; }
@media(max-width:600px) {
    .MNR_IllustratedEmpty { flex-direction:column; margin:16px 8px; }
    .MNR_IllustratedEmpty > img { width:100%; height:150px; min-height:0; }
    .MNR_IllustratedEmpty_Copy { padding:22px; }
}
