.elementor-2796 .elementor-element.elementor-element-2904b6c{--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-2796 .elementor-element.elementor-element-5080a90{--display:flex;}.elementor-2796 .elementor-element.elementor-element-163d76d{--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-2796 .elementor-element.elementor-element-5b17283{width:100%;max-width:100%;}@media(min-width:768px){.elementor-2796 .elementor-element.elementor-element-2904b6c{--content-width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-5b17283 */.kaggle-title{
        color: #164b7e !important;
    }

    /* Section Basics */
    .section-block { margin-bottom: 20px; }
    .section-heading {
        font-size: 18px !important;
        color: #164b7e !important;
        font-weight: 700 !important;
        margin: 0 0 15px 0 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }
    .profile-divider { border: 0; height: 1px; background: #e8eaed; margin: 40px 0; }

    /* --- KAGGLE STYLE TABLE --- */
    .table-responsive { width: 100%; overflow-x: auto; }
    .kaggle-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
        color: #3c4043;
    }
    .kaggle-table thead tr {
        background-color: #f8f9fa;
        border-bottom: 2px solid #dadce0;
        border-top: 1px solid #dadce0;
    }
    .kaggle-table th {
        padding: 14px 16px;
        text-align: left;
        font-weight: 600;
        color: #202124;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .kaggle-table tbody tr {
        border-bottom: 1px solid #e8eaed;
        transition: background-color 0.2s;
    }
    .kaggle-table tbody tr:hover { background-color: #f8fbff; }
    .kaggle-table td {
        padding: 14px 16px;
        vertical-align: top;
        line-height: 1.5;
    }
    .kaggle-table td strong { color: #202124; font-size: 15px; }
    
    /* Highlight Background for Top Leadership */
    .row-highlight { background-color: #fafbfc; }

    /* Badges */
    .badge {
        display: inline-block;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
    }
    .badge-pengarah { background: #e3f2fd; color: #164b7e; border: 1px solid #bbdefb; }
    .badge-ketua { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
    .badge-pj { background: #fff3e0; color: #ef6c00; border: 1px solid #ffe0b2; }
    .badge-anggota { background: #f1f3f4; color: #5f6368; border: 1px solid #dadce0; }


    /* --- DUTIES & RESPONSIBILITIES CARDS --- */
    .duties-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    .duty-card {
        background: #ffffff;
        border: 1px solid #dadce0;
        border-radius: 12px;
        padding: 25px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.02);
        transition: box-shadow 0.2s;
    }
    .duty-card:hover {
        box-shadow: 0 6px 16px rgba(0,0,0,0.06);
        border-color: #164b7e;
    }
    .duty-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f3f4;
    }
    .duty-header h4 {
        margin: 0;
        font-size: 16px;
        color: #164b7e;
        font-weight: 700;
    }
    
    /* Custom List inside Cards */
    .duty-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }
    .duty-list li {
        font-size: 14px !important;
        color: #3c4043 !important;
        line-height: 1.6 !important;
        margin-bottom: 12px !important;
        padding: 0 0 0 22px !important;
        position: relative !important;
        border: none !important;
        background: transparent !important;
    }
    
    /* Blue Bullet for Tugas */
    .duty-list li::before {
        content: "•" !important;
        color: #164b7e !important;
        font-size: 24px !important;
        position: absolute !important;
        left: 0 !important;
        top: -4px !important;
    }
    
    /* Green Checkmark for Wewenang */
    .check-list li::before {
        content: "✓" !important;
        color: #34a853 !important;
        font-size: 16px !important;
        font-weight: bold !important;
        top: 0 !important;
    }
    
    /* --- PDF ACTION LINK --- */
    .pdf-action-link {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        color: #164b7e !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        background: #f8f9fa !important;
        padding: 8px 16px !important;
        border-radius: 6px !important;
        border: 1px solid #dadce0 !important;
        transition: all 0.2s ease !important;
        font-size: 14px !important;
    }
    
    .pdf-action-link:hover {
        background: #e8eaed !important;
        border-color: #164b7e !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
        .duties-grid { grid-template-columns: 1fr; }
        .kaggle-table th, .kaggle-table td { padding: 12px 10px; font-size: 13px; }
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5080a90 */.elementor-2796 .elementor-element.elementor-element-5080a90{
    margin-top: 100px;
    max-width: 1200px;
}/* End custom CSS */