.elementor-1774 .elementor-element.elementor-element-dbc24a1{--display:flex;}.elementor-1774 .elementor-element.elementor-element-fea7552{--display:flex;}.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 );}/* Start custom CSS for html, class: .elementor-element-38698a7 *//* Container Wrapper Optimization */
.seo-article-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 25px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #2d3748;
    line-height: 1.75;
    font-size: 18px;
    background-color: #ffffff;
}

/* Typography & Visual Hierarchy */
.lead-text {
    font-size: 21px;
    font-weight: 500;
    color: #1a202c;
    line-height: 1.65;
    margin-bottom: 22px;
}

.seo-article-wrapper h2 {
    color: #0b57d0;
    font-size: 28px;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #edf2f7;
    line-height: 1.4;
}

.seo-article-wrapper h3 {
    color: #4a5568;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
    font-weight: 600;
}

.seo-article-wrapper p {
    margin-bottom: 20px;
    text-align: justify;
}

/* Styled Lists and Alert Box */
.styled-list {
    margin-left: 25px;
    margin-bottom: 22px;
}

.styled-list li {
    margin-bottom: 10px;
}

.alert-box {
    background-color: #e8f0fe;
    border-left: 4px solid #1a73e8;
    padding: 16px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
    color: #1967d2;
    font-size: 17px;
}

/* Advanced Code Blocks and Elements */
.code-block {
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 18px;
    border-radius: 8px;
    overflow-x: auto;
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.5;
}

code {
    background: #f1f3f4;
    padding: 3px 6px;
    border-radius: 4px;
    font-family: monospace;
    color: #b06000;
    font-size: 16px;
}

.code-block code {
    background: transparent;
    color: inherit;
    padding: 0;
    font-size: inherit;
}

/* Features Grid Layout */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.feature-card {
    background: #f8fafc;
    border-top: 4px solid #0b57d0;
    padding: 22px;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.01);
}

.feature-card h4 {
    margin-bottom: 10px;
    color: #1a202c;
    font-size: 19px;
    font-weight: 600;
}

/* Highly Responsive Custom Table */
.custom-table-container {
    overflow-x: auto;
    margin: 30px 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.fast-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    min-width: 550px;
}

.fast-table th {
    background-color: #f8fafc;
    color: #1a202c;
    font-weight: 600;
    padding: 15px;
    border-bottom: 2px solid #e2e8f0;
}

.fast-table td {
    padding: 15px;
    border-bottom: 1px solid #edf2f7;
}

.fast-table tr:hover {
    background-color: #f8fafc;
}

/* Unique Accordion Design (No JavaScript Needed) */
.faq-container-section {
    margin-top: 60px;
}

.faq-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-card:hover {
    border-color: #0b57d0;
    box-shadow: 0 4px 12px rgba(11, 87, 208, 0.05);
}

.faq-card summary {
    padding: 18px 22px;
    font-weight: 600;
    color: #1a202c;
    cursor: pointer;
    font-size: 18px;
    outline: none;
    list-style: none;
    position: relative;
    background-color: #f8fafc;
    user-select: none;
}

.faq-card summary::-webkit-details-marker {
    display: none;
}

.faq-card summary::after {
    content: '+';
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #a0aec0;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.faq-card[open] summary::after {
    content: '−';
    color: #0b57d0;
}

.faq-card[open] summary {
    background-color: #e8f0fe;
    color: #0b57d0;
    border-bottom: 1px solid #d2e3fc;
}

.faq-card p {
    padding: 18px 22px;
    margin: 0;
    background: #ffffff;
    font-size: 17px;
    color: #4a5568;
    text-align: left;
}

/* Responsive Mobile Breakpoints */
@media (max-width: 600px) {
    .seo-article-wrapper {
        padding: 12px 10px;
        font-size: 17px;
    }
    .seo-article-wrapper h2 {
        font-size: 23px;
        margin-top: 35px;
    }
    .seo-article-wrapper h3 {
        font-size: 19px;
    }
    .lead-text {
        font-size: 19px;
    }
    .faq-card summary {
        font-size: 17px;
        padding-right: 45px;
    }
    .code-block {
        font-size: 13px;
        padding: 12px;
    }
}/* End custom CSS */