.elementor-736 .elementor-element.elementor-element-44db63f{--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-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-736 .elementor-element.elementor-element-8ce630a{--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-e133c69 *//* Base Layout */
.blog-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: transparent;
}

/* SEO Meta Info Box */
.seo-meta-box {
    background-color: #f8fafc;
    border-left: 4px solid #44a2f5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.seo-meta-box h3 {
    margin-top: 0;
    color: #44a2f5;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.seo-meta-box p {
    margin: 8px 0;
    font-size: 0.95rem;
    color: #64748b;
}

.seo-meta-box strong {
    color: #1e293b;
}

/* Typography */
.blog-container h1 {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.3;
    color: #1e293b;
    margin-bottom: 20px;
}

.blog-container h2 {
    font-size: 1.65rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 40px;
    margin-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 8px;
}

.blog-container h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #44a2f5;
    margin-top: 24px;
    margin-bottom: 12px;
}

.blog-container p {
    margin-bottom: 18px;
    font-size: 1.05rem;
}

/* Callout Box / Blockquote */
.callout-box {
    background-color: #f0f7ff;
    border: 1px solid rgba(68, 162, 245, 0.3);
    border-left: 5px solid #44a2f5;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    font-size: 1.1rem;
    color: #1e293b;
}

/* Visual Workflow Cards */
.workflow-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 30px 0;
}

.workflow-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #44a2f5;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.workflow-step {
    font-size: 0.85rem;
    font-weight: 700;
    color: #44a2f5;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.workflow-title {
    font-weight: 600;
    font-size: 1rem;
    color: #1e293b;
}

/* Tables */
.table-responsive {
    overflow-x: auto;
    margin: 30px 0;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.custom-table th {
    background-color: #44a2f5;
    color: #ffffff;
    text-align: left;
    padding: 14px 18px;
    font-weight: 600;
}

.custom-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.98rem;
}

.custom-table tr:last-child td {
    border-bottom: none;
}

.custom-table tr:nth-child(even) {
    background-color: #f8fafc;
}

/* Action Step Cards */
.action-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.action-card {
    display: flex;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.action-number {
    background-color: #44a2f5;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.action-content h4 {
    margin: 0 0 6px 0;
    font-size: 1.1rem;
    color: #1e293b;
}

.action-content p {
    margin: 0;
    font-size: 0.98rem;
    color: #64748b;
}

/* Highlight Lists */
.blog-container ul, .blog-container ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.blog-container li {
    margin-bottom: 8px;
}

.helpline-box {
    background-color: #e6f3ff;
    border: 2px dashed #44a2f5;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin: 30px 0;
}

.helpline-box strong {
    color: #44a2f5;
    font-size: 1.2rem;
}

/* Responsive Rules */
@media (max-width: 768px) {
    .blog-container h1 { font-size: 1.8rem; }
    .blog-container h2 { font-size: 1.4rem; }
    .action-card { flex-direction: column; gap: 10px; }
}/* End custom CSS */