.elementor-1536 .elementor-element.elementor-element-184d2aca{--display:flex;}.elementor-1536 .elementor-element.elementor-element-287b154 .elementor-heading-title{color:#1CA82F;}.elementor-1536 .elementor-element.elementor-element-a3c393e{--display:flex;--border-radius:0px 0px 0px 0px;}.elementor-1536 .elementor-element.elementor-element-4fbf8a4{--display:flex;}.elementor-1536 .elementor-element.elementor-element-66add18{--display:flex;}.elementor-1536 .elementor-element.elementor-element-aa2786a{--display:flex;}.elementor-1536 .elementor-element.elementor-element-73cf76d{--n-tabs-direction:column;--n-tabs-heading-direction:row;--n-tabs-heading-width:initial;--n-tabs-title-flex-basis:content;--n-tabs-title-flex-shrink:0;--n-tabs-heading-justify-content:flex-start;--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-align-items:center;--n-tabs-title-flex-grow:0;--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;width:100%;max-width:100%;--n-tabs-title-justify-content:center;--n-tabs-title-text-align:center;--n-tabs-title-gap:4px;--n-tabs-gap:0px;--n-tabs-title-border-radius:0px 0px 0px 0px;}.elementor-1536 .elementor-element.elementor-element-73cf76d > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected='false']:not( :hover ){background:#FFFFFF;}.elementor-1536 .elementor-element.elementor-element-336cbef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1536 .elementor-element.elementor-element-d6438b2{--spacer-size:50px;}.elementor-1536 .elementor-element.elementor-element-948e3cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1536 .elementor-element.elementor-element-4b2ef1b .elementor-heading-title{color:#1CA82F;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-2215e63 *//* Container Utama */
    .sikap-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .sikap-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #2c3e50; /* Warna aksen tema School Zone */
        transition: transform 0.2s ease;
    }

    .sikap-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (S1, S2, dst) */
    .sikap-code {
        background-color: #2c3e50;
        color: #ffffff;
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
    }

    /* Kotak Teks Deskripsi */
    .sikap-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .sikap-item {
            flex-direction: column; /* Kode di atas, teks di bawah */
            border-left: none;
            border-top: 4px solid #2c3e50;
        }
        
        .sikap-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .sikap-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }

    /* Responsive Tablet */
    @media (min-width: 601px) and (max-width: 1024px) {
        .sikap-code {
            min-width: 50px;
            font-size: 1rem;
        }
        .sikap-text {
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b8b94ff *//* Container Utama */
    .ku-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .ku-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #27ae60; /* Warna aksen hijau emerald */
        transition: transform 0.2s ease;
    }

    .ku-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KU1, KU2, dst) */
    .ku-code {
        background-color: #27ae60;
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .ku-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .ku-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #27ae60;
        }
        
        .ku-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .ku-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bd7bce6 *//* Container Utama */
    .kk-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .kk-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #c0392b; /* Warna aksen merah maroon */
        transition: transform 0.2s ease;
    }

    .kk-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KK1, KK2, dst) */
    .kk-code {
        background-color: #c0392b;
        color: #ffffff;
        min-width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .kk-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .kk-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #c0392b;
        }
        
        .kk-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .kk-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bfae855 *//* Container Utama */
    .pengetahuan-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .pengetahuan-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #e67e22; /* Warna aksen oranye/amber untuk membedakan dengan daftar Sikap */
        transition: transform 0.2s ease;
    }

    .pengetahuan-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (P1, P2, dst) */
    .pengetahuan-code {
        background-color: #e67e22; /* Warna latar belakang oranye */
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .pengetahuan-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .pengetahuan-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #e67e22;
        }
        
        .pengetahuan-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .pengetahuan-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2215e63 *//* Container Utama */
    .sikap-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .sikap-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #2c3e50; /* Warna aksen tema School Zone */
        transition: transform 0.2s ease;
    }

    .sikap-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (S1, S2, dst) */
    .sikap-code {
        background-color: #2c3e50;
        color: #ffffff;
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
    }

    /* Kotak Teks Deskripsi */
    .sikap-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .sikap-item {
            flex-direction: column; /* Kode di atas, teks di bawah */
            border-left: none;
            border-top: 4px solid #2c3e50;
        }
        
        .sikap-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .sikap-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }

    /* Responsive Tablet */
    @media (min-width: 601px) and (max-width: 1024px) {
        .sikap-code {
            min-width: 50px;
            font-size: 1rem;
        }
        .sikap-text {
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b8b94ff *//* Container Utama */
    .ku-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .ku-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #27ae60; /* Warna aksen hijau emerald */
        transition: transform 0.2s ease;
    }

    .ku-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KU1, KU2, dst) */
    .ku-code {
        background-color: #27ae60;
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .ku-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .ku-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #27ae60;
        }
        
        .ku-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .ku-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bd7bce6 *//* Container Utama */
    .kk-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .kk-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #c0392b; /* Warna aksen merah maroon */
        transition: transform 0.2s ease;
    }

    .kk-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KK1, KK2, dst) */
    .kk-code {
        background-color: #c0392b;
        color: #ffffff;
        min-width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .kk-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .kk-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #c0392b;
        }
        
        .kk-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .kk-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bfae855 *//* Container Utama */
    .pengetahuan-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .pengetahuan-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #e67e22; /* Warna aksen oranye/amber untuk membedakan dengan daftar Sikap */
        transition: transform 0.2s ease;
    }

    .pengetahuan-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (P1, P2, dst) */
    .pengetahuan-code {
        background-color: #e67e22; /* Warna latar belakang oranye */
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .pengetahuan-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .pengetahuan-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #e67e22;
        }
        
        .pengetahuan-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .pengetahuan-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2215e63 *//* Container Utama */
    .sikap-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .sikap-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #2c3e50; /* Warna aksen tema School Zone */
        transition: transform 0.2s ease;
    }

    .sikap-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (S1, S2, dst) */
    .sikap-code {
        background-color: #2c3e50;
        color: #ffffff;
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
    }

    /* Kotak Teks Deskripsi */
    .sikap-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .sikap-item {
            flex-direction: column; /* Kode di atas, teks di bawah */
            border-left: none;
            border-top: 4px solid #2c3e50;
        }
        
        .sikap-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .sikap-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }

    /* Responsive Tablet */
    @media (min-width: 601px) and (max-width: 1024px) {
        .sikap-code {
            min-width: 50px;
            font-size: 1rem;
        }
        .sikap-text {
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b8b94ff *//* Container Utama */
    .ku-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .ku-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #27ae60; /* Warna aksen hijau emerald */
        transition: transform 0.2s ease;
    }

    .ku-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KU1, KU2, dst) */
    .ku-code {
        background-color: #27ae60;
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .ku-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .ku-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #27ae60;
        }
        
        .ku-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .ku-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bd7bce6 *//* Container Utama */
    .kk-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .kk-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #c0392b; /* Warna aksen merah maroon */
        transition: transform 0.2s ease;
    }

    .kk-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KK1, KK2, dst) */
    .kk-code {
        background-color: #c0392b;
        color: #ffffff;
        min-width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .kk-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .kk-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #c0392b;
        }
        
        .kk-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .kk-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bfae855 *//* Container Utama */
    .pengetahuan-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .pengetahuan-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #e67e22; /* Warna aksen oranye/amber untuk membedakan dengan daftar Sikap */
        transition: transform 0.2s ease;
    }

    .pengetahuan-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (P1, P2, dst) */
    .pengetahuan-code {
        background-color: #e67e22; /* Warna latar belakang oranye */
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .pengetahuan-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .pengetahuan-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #e67e22;
        }
        
        .pengetahuan-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .pengetahuan-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2215e63 *//* Container Utama */
    .sikap-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .sikap-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #2c3e50; /* Warna aksen tema School Zone */
        transition: transform 0.2s ease;
    }

    .sikap-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (S1, S2, dst) */
    .sikap-code {
        background-color: #2c3e50;
        color: #ffffff;
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
    }

    /* Kotak Teks Deskripsi */
    .sikap-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .sikap-item {
            flex-direction: column; /* Kode di atas, teks di bawah */
            border-left: none;
            border-top: 4px solid #2c3e50;
        }
        
        .sikap-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .sikap-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }

    /* Responsive Tablet */
    @media (min-width: 601px) and (max-width: 1024px) {
        .sikap-code {
            min-width: 50px;
            font-size: 1rem;
        }
        .sikap-text {
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b8b94ff *//* Container Utama */
    .ku-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .ku-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #27ae60; /* Warna aksen hijau emerald */
        transition: transform 0.2s ease;
    }

    .ku-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KU1, KU2, dst) */
    .ku-code {
        background-color: #27ae60;
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .ku-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .ku-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #27ae60;
        }
        
        .ku-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .ku-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bd7bce6 *//* Container Utama */
    .kk-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .kk-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #c0392b; /* Warna aksen merah maroon */
        transition: transform 0.2s ease;
    }

    .kk-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KK1, KK2, dst) */
    .kk-code {
        background-color: #c0392b;
        color: #ffffff;
        min-width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .kk-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .kk-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #c0392b;
        }
        
        .kk-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .kk-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bfae855 *//* Container Utama */
    .pengetahuan-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .pengetahuan-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #e67e22; /* Warna aksen oranye/amber untuk membedakan dengan daftar Sikap */
        transition: transform 0.2s ease;
    }

    .pengetahuan-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (P1, P2, dst) */
    .pengetahuan-code {
        background-color: #e67e22; /* Warna latar belakang oranye */
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .pengetahuan-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .pengetahuan-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #e67e22;
        }
        
        .pengetahuan-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .pengetahuan-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2215e63 *//* Container Utama */
    .sikap-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .sikap-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #2c3e50; /* Warna aksen tema School Zone */
        transition: transform 0.2s ease;
    }

    .sikap-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (S1, S2, dst) */
    .sikap-code {
        background-color: #2c3e50;
        color: #ffffff;
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
    }

    /* Kotak Teks Deskripsi */
    .sikap-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .sikap-item {
            flex-direction: column; /* Kode di atas, teks di bawah */
            border-left: none;
            border-top: 4px solid #2c3e50;
        }
        
        .sikap-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .sikap-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }

    /* Responsive Tablet */
    @media (min-width: 601px) and (max-width: 1024px) {
        .sikap-code {
            min-width: 50px;
            font-size: 1rem;
        }
        .sikap-text {
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b8b94ff *//* Container Utama */
    .ku-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .ku-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #27ae60; /* Warna aksen hijau emerald */
        transition: transform 0.2s ease;
    }

    .ku-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KU1, KU2, dst) */
    .ku-code {
        background-color: #27ae60;
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .ku-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .ku-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #27ae60;
        }
        
        .ku-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .ku-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bd7bce6 *//* Container Utama */
    .kk-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .kk-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #c0392b; /* Warna aksen merah maroon */
        transition: transform 0.2s ease;
    }

    .kk-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (KK1, KK2, dst) */
    .kk-code {
        background-color: #c0392b;
        color: #ffffff;
        min-width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .kk-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .kk-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #c0392b;
        }
        
        .kk-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .kk-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bfae855 *//* Container Utama */
    .pengetahuan-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .pengetahuan-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #e67e22; /* Warna aksen oranye/amber untuk membedakan dengan daftar Sikap */
        transition: transform 0.2s ease;
    }

    .pengetahuan-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (P1, P2, dst) */
    .pengetahuan-code {
        background-color: #e67e22; /* Warna latar belakang oranye */
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .pengetahuan-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .pengetahuan-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #e67e22;
        }
        
        .pengetahuan-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .pengetahuan-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */
/* Start custom CSS for nested-tabs, class: .elementor-element-73cf76d *//* Container Utama */
    .pengetahuan-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 100%;
        margin: 20px auto;
    }

    /* Styling Item List */
    .pengetahuan-item {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-left: 5px solid #e67e22; /* Warna aksen oranye/amber untuk membedakan dengan daftar Sikap */
        transition: transform 0.2s ease;
    }

    .pengetahuan-item:hover {
        transform: translateX(5px);
    }

    /* Kotak Kode (P1, P2, dst) */
    .pengetahuan-code {
        background-color: #e67e22; /* Warna latar belakang oranye */
        color: #ffffff;
        min-width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 15px;
        text-align: center;
    }

    /* Kotak Teks Deskripsi */
    .pengetahuan-text {
        padding: 15px 20px;
        color: #444;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    /* Responsive Mobile (HP) */
    @media (max-width: 600px) {
        .pengetahuan-item {
            flex-direction: column;
            border-left: none;
            border-top: 4px solid #e67e22;
        }
        
        .pengetahuan-code {
            padding: 8px;
            width: 100%;
            min-width: unset;
            justify-content: flex-start;
            font-size: 0.9rem;
        }

        .pengetahuan-text {
            padding: 12px 15px;
            font-size: 0.95rem;
        }
    }/* End custom CSS */