.elementor-41196 .elementor-element.elementor-element-511802b{--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;}/* Start custom CSS for html, class: .elementor-element-c67e350 */.news-article {
    max-width: 900px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #333;
}

.article-header {
    margin-bottom: 25px;
}

.article-header h1 {
    font-size: 2rem;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.4;
}

.updated-date {
    color: #666;
    font-size: 14px;
}

.news-article h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1e40af;
    font-size: 1.5rem;
    border-left: 5px solid #2563eb;
    padding-left: 12px;
}

.news-article p {
    margin-bottom: 18px;
}

.news-article ul,
.news-article ol {
    padding-left: 25px;
    margin-bottom: 20px;
}

.news-article li {
    margin-bottom: 10px;
}

.highlight-box {
    background: #ecfdf5;
    border-left: 5px solid #10b981;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
    font-weight: 600;
}

.important-note {
    background: #fff7ed;
    border-left: 5px solid #f97316;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
}

@media (max-width: 768px) {

    .news-article {
        padding: 18px;
    }

    .article-header h1 {
        font-size: 1.6rem;
    }

    .news-article h2 {
        font-size: 1.25rem;
    }
}/* End custom CSS */