.elementor-26726 .elementor-element.elementor-element-e15b745{--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-26726 .elementor-element.elementor-element-2441cc9 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-2441cc9 */.custom-post {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.65;
    color: #333;
    box-sizing: border-box;
    background-color: transparent; /* Light background for overall contrast */
}

.custom-post * {
    box-sizing: border-box;
}

/* Header Styling - Primary Color */
.custom-post header {
    background-color: #005b96;
    color: white;
    padding: 25px 20px;
    margin: 0;
    border-radius: 12px 12px 0 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-post header h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    word-wrap: break-word;
    letter-spacing: 0.5px;
}

.custom-post header p {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}

.custom-post .address {
    padding: 12px 20px;
    font-size: 13px;
    text-align: center;
    background-color: #eaf1f7;
    border-bottom: 2px solid #ddd;
    color: #003f63;
}

/* Section Styling - Card Look */
.custom-post section {
    padding: 25px;
    margin: 20px 0px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease;
}

.custom-post section:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Section Headings - Secondary Color */
.custom-post h2, .custom-post h3 {
    color: #003f63;
    border-bottom: 3px solid #005b96;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.custom-post h3 {
    font-size: 19px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-post p {
    margin-bottom: 18px;
    text-align: justify;
}

/* List Styling */
.custom-post ul, .custom-post ol {
    padding-left: 25px;
    margin-bottom: 20px;
}

.custom-post li {
    margin-bottom: 10px;
    text-align: justify;
    padding-left: 5px;
}

/* Responsive Table Styling */
.custom-post .responsive-table {
    overflow-x: auto;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.custom-post table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    min-width: 650px; 
}

.custom-post th, .custom-post td {
    padding: 12px;
    text-align: left;
    border: 1px solid #f0f0f0;
    vertical-align: top;
    font-size: 14px;
    word-wrap: break-word;
}

.custom-post th {
    background-color: #e2f0fb; /* Table Header Color */
    color: #003f63;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-post tr:nth-child(even) {
    background-color: #fcfcfc;
}

/* Important Notes Box - Alert Style */
.custom-post .important {
    background-color: #fff3cd; /* Notes box color */
    border-left: 6px solid #ffca2c;
    padding: 20px;
    margin: 20px 20px;
    border-radius: 8px;
    color: #856404;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.custom-post .important h4 {
    color: #856404;
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
}

/* Button Group Styling */
.custom-post .button-group {
    text-align: center;
    margin: 20px 0 30px 0;
}

.custom-post .button {
    display: inline-block;
    padding: 12px 25px;
    margin: 8px;
    text-decoration: none;
    color: white;
    background-color: #005b96;
    border-radius: 30px; /* Pill shape */
    font-weight: bold;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 91, 150, 0.3);
    text-transform: uppercase;
}

.custom-post .button:hover {
    background-color: #003f63;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* Table of Contents Styling */
.custom-post #toc {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.custom-post #toc h3 {
    border-bottom: 2px solid #e2f0fb;
    padding-bottom: 8px;
    margin-top: 0;
    font-size: 20px;
    color: #005b96;
}

.custom-post #toc ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.custom-post #toc ul li {
    flex: 1 1 50%; /* Two columns on desktop/tablet */
    margin: 0;
    padding: 5px 0;
}

.custom-post #toc ul li a {
    color: #003f63;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    transition: color 0.2s;
    font-size: 15px;
}

.custom-post #toc ul li a:hover {
    color: #005b96;
    text-decoration: underline;
}

/* Footer Styling */
.custom-post footer {
    background-color: #003f63;
    color: #e2f0fb;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 8px 8px;
    font-size: 13px;
    margin-top: -20px; /* Pulls it up to the last section */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .custom-post header h1 {
        font-size: 24px;
    }
    .custom-post section {
        margin-top: 10px;
        margin-left: 3px;
         margin-right: 3px;
        padding: 15px;
    }
    .custom-post .important {
        margin: 10px;
    }
    .custom-post h2 {
        font-size: 18px;
    }
    .custom-post th, .custom-post td {
        padding: 8px;
        font-size: 12px;
    }
    .custom-post #toc ul li {
        flex: 1 1 100%; /* Single column on mobile */
    }
}

@media (max-width: 650px) {
    .custom-post table {
        /* min-width ensures horizontal scroll is possible for detail tables */
        min-width: 550px; 
    }
    .custom-post .button {
        display: block;
        margin: 10px auto;
    }
}/* End custom CSS */