.elementor-32866 .elementor-element.elementor-element-17c6fcc{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-b7a3da2 */.custom-post {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.7;
    margin: 0;
    width: 100%;
}

/* Enhanced Section Card Styling */
.custom-post .section-card {
    background: #ffffff;
    margin-bottom:15px;
    padding: 35px 25px;
   
    max-width: 1100px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Professional Academic Introduction Styling */
.custom-post .intro-header {
    border-left: 6px solid #d4af37; /* Academic Gold Accent */
    background-color: #fffdf5;
    padding: 25px;
    margin-bottom: 20px;
}

.custom-post h1 {
    color: #003f63;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.custom-post .highlight-text {
    color: #003f63;
    font-weight: 700;
}

.custom-post .btn-container {
    margin-top: 25px;
}

.custom-post .btn-link {
    display: inline-block;
    background-color: #003f63;
    color: #ffffff !important;
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.custom-post .btn-link:hover {
    background-color: #002a42;
}

.custom-post .toc {
    background: #f8f9fa;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.custom-post .responsive-table {
    overflow-x: auto;
    margin: 20px 0;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
}

.custom-post th {
    background-color: #003f63;
    color: #ffffff;
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.custom-post td {
    padding: 12px;
    border: 1px solid #eee;
}

.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 18px;
    margin: 20px 0;
    font-weight: 500;
}

.custom-post ul li {
    margin-bottom: 10px;
}/* End custom CSS */