.elementor-31725 .elementor-element.elementor-element-fb79da9{--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-31725 .elementor-element.elementor-element-a3f6d5d > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-a3f6d5d */<style>
/* 1. CSS Code */
.custom-post {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box;
    background-color: #f7f7f7; /* Background for entire post area */
}

.custom-card {
    background-color: white;
    margin: 10px 0; /* Margin between cards, left/right 0 */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.custom-post h1 {
    background-color: #005b96;
    color: white;
    padding: 15px;
    margin: 0 0 10px 0;
    text-align: center;
    border-radius: 8px;
    font-size: 1.8em;
    box-sizing: border-box;
}

.custom-post h2, .custom-post h3 {
    color: #003f63;
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.5em;
    box-sizing: border-box;
}

.custom-post h3 {
    font-size: 1.3em;
}

.custom-post p {
    margin-bottom: 15px;
    text-align: justify;
}

.custom-post .responsive-table {
    overflow-x: auto;
    margin: 15px 0;
    box-sizing: border-box;
}

.custom-post table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin: 0;
    box-sizing: border-box;
}

.custom-post th, .custom-post td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    box-sizing: border-box;
}

.custom-post th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: strong;
}

.custom-post ul, .custom-post ol {
    padding-left: 20px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.custom-post li {
    margin-bottom: 8px;
    text-align: justify;
}

.custom-post .important {
    background-color: #fff3cd;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    box-sizing: border-box;
}

.custom-post .button-container {
    text-align: center;
    margin: 20px 0;
    box-sizing: border-box;
}

.custom-post .action-button {
    display: inline-block;
    background-color: #005b96;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: strong;
    transition: background-color 0.3s;
    box-sizing: border-box;
}

.custom-post .action-button:hover {
    background-color: #003f63;
}

/* Table of Contents Styling */
.custom-post .toc {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-sizing: border-box;
}

.custom-post .toc h3 {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.custom-post .toc ul {
    list-style: none;
    padding-left: 0;
}

.custom-post .toc li a {
    color: #005b96;
    text-decoration: none;
}

.custom-post .toc li a:hover {
    text-decoration: underline;
}

/* Footer Styling */
.custom-post footer {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 0.9em;
    box-sizing: border-box;
}

.custom-post footer a {
    color: #005b96;
    text-decoration: none;
    margin: 0 10px;
}

.custom-post footer a:hover {
    text-decoration: underline;
}

</style>/* End custom CSS */