.elementor-48199 .elementor-element.elementor-element-a619c82{--display:flex;}/* Start custom CSS for container, class: .elementor-element-a619c82 *//* Container articol */
.article-content {
    max-width: 850px;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    color: #243746;
    line-height: 1.9;
}

/* Titlu principal */
.article-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #0F2D3A;
    margin-bottom: 30px;
}

/* Subtitluri */
.article-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0F2D3A;
    margin: 60px 0 20px;
}

.article-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0F2D3A;
    margin: 40px 0 15px;
}

/* Paragrafe */
.article-content p {
    font-size: 18px;
    color: #52616B;
    margin-bottom: 24px;
}

/* Liste */
.article-content ul {
    padding-left: 25px;
    margin: 25px 0;
}

.article-content li {
    font-size: 18px;
    color: #52616B;
    margin-bottom: 12px;
}

/* Bold */
.article-content strong {
    color: #0F2D3A;
    font-weight: 600;
}

/* Linkuri */
.article-content a {
    color: #D6493B;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.article-content a:hover {
    color: #B73226;
}

/* Citate */
.article-content blockquote {
    border-left: 5px solid #D6493B;
    background: #F7FAFB;
    padding: 25px 30px;
    border-radius: 12px;
    font-size: 20px;
    font-style: italic;
    color: #243746;
    margin: 40px 0;
}

/* Responsive */
@media (max-width:768px){

.article-content h1{
    font-size:36px;
}

.article-content h2{
    font-size:28px;
}

.article-content p,
.article-content li{
    font-size:17px;
}

}/* End custom CSS */