.elementor-28273 .elementor-element.elementor-element-4721579{--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 );}.elementor-28273 .elementor-element.elementor-element-98dc066 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-98dc066 */.custom-post {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.custom-post header {
    background: #005b96;
    color: white;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 0;
    text-align: center;
}

.custom-post h1 {
    margin: 0 0 10px 0;
    font-size: 2.2em;
}

.custom-post h2 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 8px;
    margin-top: 30px;
}

.custom-post h3 {
    color: #005b96;
    margin-top: 25px;
}

.custom-post h4 {
    color: #005b96;
    margin-top: 20px;
}

.section-card {
    background-color: white;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.ad-card {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px !important;
    margin: 20px 0;
    border: 1px solid #dee2e6;
    border-radius: 0;
    text-align: center;
}

.ad-card p {
    margin: 0 0 10px 0;
    font-size: 0.8em;
    color: #888;
    border-radius: 5px;
}

.responsive-table {
    overflow-x: auto;
    margin: 20px 0;
}

.responsive-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.responsive-table th {
    background-color: #e2f0fb;
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.responsive-table td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.responsive-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.important {
    background-color: #fff3cd;
    border-left: 4px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 0;
}

.btn-primary {
    display: inline-block;
    background: #005b96;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 0;
    font-weight: bold;
    margin: 15px 0;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #004275;
}

.toc {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 0;
    margin: 20px 0;
}

.toc ul {
    padding-left: 20px;
}

.toc li {
    margin-bottom: 8px;
}

.toc a {
    color: #005b96;
    text-decoration: none;
}

.toc a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .custom-post {
        padding: 0;
    }
    
    .custom-post h1 {
        font-size: 1.8em;
    }
    
    .responsive-table th, 
    .responsive-table td {
        padding: 8px 10px;
    }
    
    .section-card {
        padding: 15px;
    }
    
    .custom-post header {
        padding: 20px;
    }
    
    .section-card,
    .ad-card,
    .toc,
    .important {
        margin-left: 0;
        margin-right: 0;
    }
}/* End custom CSS */