/* SONA V10 — Dynamic Course Management presentation layer */
.home-courses__loading,.home-courses__empty{margin:0;padding:24px;border:1px dashed #cbd8e8;border-radius:16px;color:var(--muted);background:#fff;text-align:center}
.home-courses-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;font-size:12px;color:var(--muted)}
.home-courses-card__meta span{padding:5px 8px;border-radius:8px;background:#f4f7fb;border:1px solid #e2eaf3}
.home-courses-card__fee{display:flex;align-items:baseline;gap:8px;margin-top:2px}
.home-courses-card__offer{font-size:18px;font-weight:800;color:var(--navy)}
.home-courses-card__regular{font-size:12px;color:#7a8da5;text-decoration:line-through}
.home-courses-card__highlights{display:grid;gap:5px;margin:0;padding:0;list-style:none;font-size:12px;color:var(--muted)}
.home-courses-card__highlights li::before{content:'✓';margin-right:7px;color:#0891b2;font-weight:800}
.home-courses-card__modules{margin:0;font-size:12px;line-height:1.6;color:var(--muted)}
@media (max-width:639px){.home-courses-card__meta{font-size:11px}.home-courses-card__offer{font-size:17px}}
