.elementor-28536 .elementor-element.elementor-element-8331e5a{--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-28536 .elementor-element.elementor-element-7dd25e4 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-7dd25e4 */.custom-post {
    margin: 0px;
    padding: 0px; /* Resetting the main container padding */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    box-sizing: border-box;
    /* Adding a very slight left/right padding inside the card-block for screen edge safety, 
       but margin on the card-block itself is 0px left/right. */
}

.custom-post * {
    box-sizing: border-box;
}

/* Card Styling: Ensuring left/right margin is 0px */
.custom-post .card-block {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px; /* Internal padding for content */
    margin: 0 0 20px 0; /* Top/Bottom margin 20px, Left/Right margin 0px */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.custom-post header h1 {
    margin: 0 0 10px 0;
    font-size: 2em;
    font-weight: bold;
}

.custom-post header p {
    margin: 0;
    font-size: 1em;
}

.custom-post address {
    text-align: center;
    font-style: normal;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 0.9em;
}

.custom-post h2, .custom-post h3, .custom-post h4 {
    color: #003f63;
    border-bottom: 2px solid #005b96;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}

.custom-post p, .custom-post ul, .custom-post ol {
    margin-bottom: 15px;
    padding: 0;
}

.custom-post a.button-link {
    display: block;
    width: auto;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px 25px;
    text-align: center;
    background-color: #005b96;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.custom-post a.button-link:hover {
    background-color: #003f63;
}

/* Table of Content Styling within a card-block */
.custom-post .toc h4 {
    color: #003f63;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: none;
}

.custom-post .toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.custom-post .toc li {
    margin-bottom: 5px;
}

.custom-post .toc a {
    color: #005b96;
    text-decoration: none;
}

.custom-post .toc a:hover {
    text-decoration: underline;
}

/* Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    margin-bottom: 20px;
    width: 100%;
}

.custom-post .responsive-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 600px;
}

.custom-post .responsive-table th, .custom-post .responsive-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}

.custom-post .responsive-table th {
    background-color: #e2f0fb;
    color: #003f63;
    font-weight: bold;
}

.custom-post .responsive-table tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* Important Notes Styling (already distinct) */
.custom-post .important {
    background-color: #fff3cd;
    border: 1px solid #ffca2c;
    border-left: 5px solid #ffca2c;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

/* Footer Styling within a card-block */
.custom-post footer {
    text-align: center;
    padding: 0;
    margin-top: 0;
    font-size: 0.9em;
}

.custom-post footer .card-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-post footer a {
    color: #005b96;
    margin: 0 10px;
    text-decoration: none;
}

.custom-post footer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .custom-post header h1 {
        font-size: 1.5em;
    }
}/* End custom CSS */