/* ========================================================
       MEDIBYX JOB PROSE (Styling spesifik untuk loker)
       Lebih rapet daripada artikel biasa
       ======================================================== */
    .medibyx-job-prose h2 {
        font-size: 22px;
        font-weight: 900;
        color: #0f172a;
        margin-top: 2rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #f1f5f9;
    }

    .medibyx-job-prose h2:first-child {
        margin-top: 0;
    }

    .medibyx-job-prose p {
        font-size: 15px;
        line-height: 1.7;
        color: #475569;
        font-weight: 300;
        margin-bottom: 1.5rem;
    }

    /* Job List Requirements (Bulleted Lists) */
    .medibyx-job-prose ul {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        padding-left: 0;
        list-style-type: none;
    }

    .medibyx-job-prose ul li {
        font-size: 15px;
        line-height: 1.6;
        color: #475569;
        font-weight: 300;
        margin-bottom: 0.75rem;
        position: relative;
        padding-left: 1.75rem;
    }

    /* Checkmark Custom untuk List Requirements */
    .medibyx-job-prose ul li::before {
        content: "→";
        position: absolute;
        left: 0;
        top: 0;
        color: #F09005;
        font-weight: 900;
        font-size: 14px;
    }

    .medibyx-job-prose strong, .medibyx-job-prose b {
        color: #1e293b;
        font-weight: 800;
    }
