.elementor-1436 .elementor-element.elementor-element-c1a83a6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d93bac2 */.insurance-article {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}
.insurance-article h1 {
    color: #2a2a2a;
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 20px;
}
.insurance-article h2 {
    color: #3BBB6F;
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #3BBB6F;
    padding-bottom: 10px;
}
.insurance-article h3 {
    color: #2a2a2a;
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
}
.highlight-box {
    background: #f0f9f4;
    border-left: 4px solid #3BBB6F;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
}
.warning-box {
    background: #fff5f5;
    border-left: 4px solid #e74c3c;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
}
.stat-number {
    color: #3BBB6F;
    font-size: 2.5em;
    font-weight: bold;
    display: block;
}
.cta-button {
    background: #3BBB6F;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    transition: all 0.3s;
}
.cta-button:hover {
    background: #2fa55f;
    transform: translateY(-2px);
}
.scheme-list {
    background: #fafafa;
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
}
.scheme-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.scheme-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3BBB6F;
}
.tip-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
}
@media (max-width: 768px) {
    .insurance-article {
        padding: 15px;
    }
    .insurance-article h1 {
        font-size: 1.8em;
        margin-bottom: 15px;
    }
    .insurance-article h2 {
        font-size: 1.4em;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .stat-number {
        font-size: 2em;
    }
    .highlight-box,
    .warning-box,
    .scheme-list {
        padding: 15px;
        margin: 20px 0;
    }
}/* End custom CSS */