/* =========================================================
   mulhim-course.css — Course page extras (scoped)
   ========================================================= */
@layer mulhim {

    /* Hero & header */
    /* (section-hero centralized in core) */
    .mulhim.mulhim-course .header-center {
        text-align: center;
        margin-bottom: 22px
    }

    /* Outcomes card */
    /* (padding from core .card; no override needed) */

    /* Eligibility block (base in core; keep padding only) */
    .mulhim.mulhim-course .eligible-wrap {
        padding: 18px
    }

    .mulhim.mulhim-course .eligible-title {
        font-weight: 900
    }

    .mulhim.mulhim-course .grad-title {
        margin: 0 0 14px;
        text-align: center;
        font-weight: 900;
        font-size: clamp(22px, 4vw, 28px);
        background: linear-gradient(90deg, #0ea5e9, #16a34a);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: var(--indigo);
        text-shadow: 0 0 10px rgba(14, 165, 233, .35);
    }

    /* Notices */
    /* (notice margin centralized in core) */

    /* CTA row */
    /* (btn-row margin centralized in core) */
}