.elementor-174099 .elementor-element.elementor-element-22e68bd{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-37f6584d *//* =====================================
   ARTICLE DETAIL PAGE CSS
===================================== */

.article-content{
    max-width: 980px;
    margin: 20px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
    color: #222;
    line-height: 1.9;
}

/* =====================================
   TABLE
===================================== */

.custom-table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.custom-table tr:nth-child(odd){
    background: #f8fafc;
}

.custom-table td{
    padding: 20px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
    font-size: 15px;
    color: #333;
}

.custom-table strong{
    color: #0c3c69;
    font-weight: 700;
}

/* =====================================
   ABSTRACT BOX
===================================== */

.article-summary{
    background: #f8fafc;
    border-left: 5px solid #0c3c69;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 50px;
    font-size: 17px;
    color: #333;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
}

.article-summary strong{
    color: #0c3c69;
}

/* =====================================
   HEADINGS
===================================== */

.article-content h2{
    font-size: 26px;
    line-height: 1.3;
    color: #0c3c69;
    margin-top: 60px;
    margin-bottom: 22px;
    font-weight: 700;
    position: relative;
}

.article-content h2::after{
    content: '';
    width: 70px;
    height: 3px;
    background: #0c3c69;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.article-content h3{
    font-size: 18px;
    color: #111;
    margin-top: 40px;
    margin-bottom: 18px;
    font-weight: 600;
}

/* =====================================
   PARAGRAPH
===================================== */

.article-content p{
    font-size: 17px;
    color: #444;
    margin-bottom: 24px;
    text-align: justify;
}

/* =====================================
   LIST
===================================== */

.article-content ul{
    margin: 20px 0 30px 25px;
    padding: 0;
}

.article-content ul li{
    margin-bottom: 15px;
    color: #333;
    font-size: 17px;
    position: relative;
}

/* =====================================
   LINKS
===================================== */

.article-content a{
    color: #0c3c69;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.article-content a:hover{
    color: #092847;
    text-decoration: underline;
}

/* =====================================
   REFERENCES
===================================== */

.references{
    margin-top: 70px;
    padding-top: 40px;
    border-top: 2px solid #e5e5e5;
}

.references h2{
    margin-top: 0;
}

.references p{
    font-size: 15px;
    color: #555;
    margin-bottom: 14px;
    line-height: 1.7;
}

/* =====================================
   ORDER LIST
===================================== */

.article-content ol{
    margin-left: 20px;
}

.article-content ol li{
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}

/* =====================================
   HORIZONTAL LINE
===================================== */

.line-hr{
    border: none;
    border-top: 1px solid #ddd;
    margin: 50px 0;
}

/* =====================================
   RESPONSIVE
===================================== */

@media(max-width:768px){

.article-content{
    margin: 40px auto;
    padding: 0 15px;
}

.article-content h2{
    font-size: 28px;
}

.article-content h3{
    font-size: 22px;
}

.article-content p,
.article-content ul li,
.article-content ol li{
    font-size: 16px;
}

.custom-table td{
    padding: 15px;
    font-size: 14px;
}

.article-summary{
    padding: 22px;
    font-size: 16px;
}

}/* End custom CSS */