.elementor-33790 .elementor-element.elementor-element-fb8a0d1{--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-59491b1 */.custom-post {
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    padding: 0;
}

.custom-post * {
    box-sizing: border-box;
}

.custom-post .card {
    background: white;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-top: 0 !important;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.custom-post .card-content {
    padding: 20px;
}

.custom-post h1 {
.custom-post h2, .custom-post h3 {
    color: #003f63;
    margin-top: 0;
    padding-top: 15px;
}

.custom-post h1 {
    font-size: 28px;
    border-bottom: 2px solid #003f63;
    padding-bottom: 10px;
}

.custom-post h2 {
    font-size: 24px;
    margin: 25px 0 15px 0;
}

.custom-post h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.custom-post .toc {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #003f63;
}

.custom-post .toc ul {
    padding-left: 20px;
}

.custom-post .toc li {
    margin: 8px 0;
}

.custom-post .toc a {
    color: #003f63;
    text-decoration: none;
    font-weight: 500;
}

.custom-post .toc a:hover {
    text-decoration: underline;
}

.custom-post .intro-btn {
    text-align: center;
    margin: 25px 0;
}

.custom-post .btn {
    display: inline-block;
    background: #003f63;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

.custom-post .btn:hover {
    background: #005b96;
}

.custom-post .responsive-table {
    width: 100%;
    overflow-x: auto;
    margin: 15px 0;
    -webkit-overflow-scrolling: touch;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px;
}

.custom-post th {
    background: #e2f0fb;
    color: #003f63;
    font-weight: 600;
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #d1e7f7;
}

.custom-post td {
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    vertical-align: top;
}

.custom-post tr:nth-child(even) {
    background: #f9f9f9;
}

.custom-post tr:hover {
    background: #f0f8ff;
}

.custom-post .important {
    background: #fff3cd;
    border-left: 4px solid #ffca2c;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 4px 4px 0;
}

.custom-post ul, .custom-post ol {
    padding-left: 25px;
    margin: 15px 0;
}

.custom-post li {
    margin: 8px 0;
}

.custom-post .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.custom-post .footer-links a {
    color: #003f63;
    text-decoration: none;
    font-weight: 500;
}

.custom-post .footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .custom-post .card-content {
        padding: 15px;
    }
    
    .custom-post h1 {
        font-size: 24px;
    }
    
    .custom-post h2 {
        font-size: 22px;
    }
    
    .custom-post table {
        font-size: 14px;
    }
    
    .custom-post th, .custom-post td {
        padding: 8px 10px;
    }
}

@media (max-width: 480px) {
    .custom-post .footer-links {
        flex-direction: column;
        gap: 10px;
    }
    
    .custom-post .btn {
        padding: 10px 20px;
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */