.elementor-2361 .elementor-element.elementor-element-aff89df{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2361 .elementor-element.elementor-element-70b5b60{--display:flex;}.elementor-2361 .elementor-element.elementor-element-53ab18e{--display:flex;}.elementor-2361 .elementor-element.elementor-element-54cf07c{--display:flex;}.elementor-2361 .elementor-element.elementor-element-b71f8d1{--display:flex;}.elementor-2361 .elementor-element.elementor-element-8c71d8f{color:#7A7A7A;}.elementor-2361 .elementor-element.elementor-element-4e48bec{--display:flex;}.elementor-2361 .elementor-element.elementor-element-a14ad1f{--display:flex;}.elementor-2361 .elementor-element.elementor-element-937e14d{--display:flex;}.elementor-2361 .elementor-element.elementor-element-6253d3b{--display:flex;}.elementor-2361 .elementor-element.elementor-element-78a70e7{--display:flex;}.elementor-2361 .elementor-element.elementor-element-893f760{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#7A7A7A;--n-accordion-title-hover-color:#7A7A7A;--n-accordion-title-active-color:#7A7A7A;--n-accordion-icon-size:15px;}.elementor-2361 .elementor-element.elementor-element-df8f6d4{--display:flex;}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-b6e0076 *//* ===== Digi Ustad Schema Priority Table ===== */

.schema-priority-section{
    padding:60px 20px;
    background:#0b1120;
}

.schema-priority-section .container{
    max-width:1200px;
    margin:0 auto;
}

.table-wrapper{
    overflow-x:auto;
    border-radius:18px;
}

.schema-priority-table{
    width:100%;
    border-collapse:collapse;
    background:#111827;
    border:1px solid rgba(139,92,246,.25);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 0 40px rgba(139,92,246,.12);
}

.schema-priority-table thead tr{
    background:linear-gradient(
        90deg,
        #7c3aed,
        #9333ea,
        #2563eb
    );
}

.schema-priority-table th{
    padding:18px 20px;
    text-align:left;
    color:#fff;
    font-size:17px;
    font-weight:700;
    border-right:1px solid rgba(255,255,255,.12);
}

.schema-priority-table th:last-child{
    border-right:none;
}

.schema-priority-table td{
    padding:18px 20px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.6;
    border-top:1px solid rgba(255,255,255,.08);
    border-right:1px solid rgba(255,255,255,.08);
    vertical-align:middle;
}

.schema-priority-table td:last-child{
    border-right:none;
}

.schema-priority-table tbody tr:nth-child(even){
    background:#172033;
}

.schema-priority-table tbody tr:hover{
    background:#1e293b;
    transition:all .3s ease;
}

.schema-priority-table td:first-child{
    width:28%;
    color:#fff;
    font-weight:700;
}

.schema-priority-table td:nth-child(2){
    width:52%;
}

.schema-priority-table td:last-child{
    width:20%;
}

/* Priority Badges */

.priority{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
}

.priority.high{
    background:rgba(34,197,94,.15);
    color:#4ade80;
}

.priority.medium{
    background:rgba(251,191,36,.15);
    color:#fbbf24;
}

.priority.situational{
    background:rgba(59,130,246,.15);
    color:#60a5fa;
}

/* Mobile */

@media (max-width:768px){

    .schema-priority-section{
        padding:40px 15px;
    }

    .schema-priority-table{
        min-width:850px;
    }

    .schema-priority-table th,
    .schema-priority-table td{
        padding:14px;
        font-size:14px;
    }

    .priority{
        font-size:12px;
        padding:5px 12px;
    }
}/* End custom CSS */