.elementor-330 .elementor-element.elementor-element-a1f440b{--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;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-330 .elementor-element.elementor-element-8dd10dc{--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;}.elementor-330 .elementor-element.elementor-element-fa7765d{--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;}/* Start custom CSS for html, class: .elementor-element-944fdb7 *//* Container Layout */
.elementor-custom-post {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #1e293b;
    background-color: #ffffff;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 10px;
}

.elementor-custom-post {
    box-sizing: border-box;
}

/* 2. Inherit box-sizing cleanly down the tree */
.elementor-custom-post *,
.elementor-custom-post *::before,
.elementor-custom-post *::after {
    box-sizing: inherit;
}

/* Headings */
.elementor-custom-post h1 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #073b4c;
    line-height: 1.3;
    margin: 12px 0 16px 0;
    letter-spacing: -0.02em;
}

.elementor-custom-post h2 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #073b4c;
    margin: 32px 0 16px 0;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 8px;
}

.elementor-custom-post h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0d5c75;
    margin: 22px 0 10px 0;
}

.elementor-custom-post h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 6px 0;
}

.elementor-custom-post p {
    font-size: 0.975rem;
    margin-bottom: 16px;
    color: #334155;
}

.elementor-custom-post .lead-text {
    font-size: 1.05rem;
    color: #64748b;
    margin-bottom: 24px;
}

/* Badge */
.elementor-custom-post .badge {
    display: inline-block;
    background-color: #e0f2fe;
    color: #0369a1;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 2px;
}

/* Callout Boxes */
.elementor-custom-post .callout-box {
    padding: 14px 18px;
    margin: 20px 0;
    border-radius: 2px;
    font-size: 0.925rem;
}

.elementor-custom-post .accent-box {
    background-color: #f1f5f9;
    border-left: 4px solid #0d5c75;
}

.elementor-custom-post .neutral-box {
    background-color: #fef3c7;
    border-left: 4px solid #d97706;
    color: #78350f;
}

/* Sections */
.elementor-custom-post .post-section {
    margin-bottom: 36px;
}

.elementor-custom-post .highlight-section {
    background-color: #f0f9ff;
    border: 1px solid #bae6fd;
    border-left: 5px solid #2563eb;
    padding: 20px;
    border-radius: 2px;
}

/* Tables (Sharp Light Design) */
.elementor-custom-post .table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    border: 1px solid #cbd5e1;
    border-radius: 2px;
}

.elementor-custom-post table.data-table {
    width: 100%;
    border-collapse: collapse ;
    text-align: left;
    font-size: 0.9rem;
    background-color: #ffffff;
    margin: 0 ;
}

.elementor-custom-post table.data-table th,
.elementor-custom-post table.data-table td {
    padding: 10px 14px ;
    border-bottom: 1px solid #e2e8f0 ;
    vertical-align: middle;
}

.elementor-custom-post table.data-table th {
    background-color: #f8fafc ;
    color: #073b4c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    border-bottom: 2px solid #cbd5e1 ;
}

.elementor-custom-post table.data-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

.elementor-custom-post table.compact-table th,
.elementor-custom-post table.compact-table td {
    padding: 7px 10px ;
}

/* Grid Cards */
.elementor-custom-post .grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin: 18px 0;
}

.elementor-custom-post .card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #0d5c75;
    padding: 14px;
    border-radius: 2px;
}

/* Steps Layout */
.elementor-custom-post .step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 12px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 2px;
}

.elementor-custom-post .step-number {
    background-color: #0d5c75;
    color: #ffffff;
    font-weight: 700;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-right: 12px;
}

/* FAQs */
.elementor-custom-post .faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 2px;
    padding: 14px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .elementor-custom-post h1 { font-size: 1.65rem; }
    .elementor-custom-post h2 { font-size: 1.25rem; }
    .elementor-custom-post .step-item { flex-direction: column; }
    .elementor-custom-post .step-number { margin-bottom: 8px; }
}/* End custom CSS */