.elementor-2343 .elementor-element.elementor-element-96e286a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;--z-index:5;}.elementor-2343 .elementor-element.elementor-element-4c07858{--display:flex;}.elementor-2343 .elementor-element.elementor-element-7c3f853{--display:flex;--min-height:524px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2343 .elementor-element.elementor-element-8557e01{width:100%;max-width:100%;}@media(min-width:768px){.elementor-2343 .elementor-element.elementor-element-96e286a{--content-width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-8557e01 *//* --- Kaggle-inspired Base Styles --- */
    .kaggle-wrapper {
        font-family: 'Inter', 'Roboto', 'Segoe UI', sans-serif;
        color: #3c4043;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .kaggle-card {
        background-color: #ffffff;
        border: 1px solid #dadce0;
        border-radius: 16px;
        padding: 40px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.02);
        width: 100%;
        margin-bottom: 24px;
    }

    .kaggle-title {
        font-size: 22px;
        font-weight: 700;
        color: #164b7e;
        margin-top: 0;
        margin-bottom: 24px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f1f3f4;
        display: flex;
        align-items: center;
    }

    .kaggle-title::before {
        content: '';
        display: inline-block;
        min-width: 6px;
        height: 24px;
        background-color: #164b7e;
        margin-right: 12px;
        border-radius: 4px;
    }

    .kaggle-subtitle {
        font-size: 16px;
        font-weight: 600;
        color: #164b7e;
        margin-bottom: 16px;
        margin-top: 24px;
    }

    /* --- LAYOUT GRIDS --- */
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .grid-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .grid-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    /* --- STAT BOXES (Quick Facts) --- */
    .stat-box {
        background-color: #f8f9fa;
        border: 1px solid #e8eaed;
        border-radius: 8px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stat-label {
        font-size: 12px;
        font-weight: 700;
        color: #5f6368;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 4px;
    }

    .stat-value {
        font-size: 16px;
        font-weight: 600;
        color: #164b7e; /* Blue highlight for numbers */
    }

    .stat-value.large {
        font-size: 24px;
        color: #164b7e;
    }

    /* --- LISTS --- */
    .kaggle-list {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .kaggle-list li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 10px;
        font-size: 14px;
        color: #3c4043;
        line-height: 1.5;
    }

    .kaggle-list li::before {
        content: '✔';
        position: absolute;
        left: 0;
        top: 2px;
        color: #164b7e;
        font-size: 12px;
        font-weight: 900;
    }

    .list-danger li::before {
        content: '✖';
        color: #ea4335; /* Red cross for "Tidak Ada BLK" */
    }

    /* --- BADGES (For Kejuruan) --- */
    .badge-container {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .badge {
        background-color: #e8f0fe;
        color: #164b7e;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid #d2e3fc;
    }
    
    .badge-satpel {
        background-color: #e6f4ea;
        color: #137333;
        border-color: #ceead6;
    }

    .badge-tambang {
        background-color: #fef7e0;
        color: #b06000;
        border-color: #feefc3;
    }

    /* --- RESPONSIVE --- */
    @media (max-width: 768px) {
        .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
        .kaggle-card { padding: 24px; }
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4c07858 */.elementor-2343 .elementor-element.elementor-element-4c07858{
    margin-top: 100px;
    max-width: 1200px;
}/* End custom CSS */