.elementor-461 .elementor-element.elementor-element-5bdde98{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-8215d8b */.medical-article {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-family: 'Georgia', serif;
    color: #333;
}

.article-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #b71c1c;
}

.article-header h1 {
    font-size: 2rem;
    color: #b71c1c;
    margin-bottom: 10px;
}

.author {
    font-size: 0.9rem;
    color: #777;
}

.article-content h2 {
    font-size: 1.5rem;
    color: #2e7d32;
    border-left: 5px solid #2e7d32;
    padding-left: 10px;
    margin-top: 20px;
}

.article-content p {
    line-height: 1.6;
    margin-bottom: 15px;
}

blockquote {
    background: #f5f5f5;
    border-left: 5px solid #b71c1c;
    padding: 15px;
    font-style: italic;
    color: #444;
    margin: 20px 0;
}

.article-footer {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #666;
    border-top: 2px solid #d32f2f;
    padding-top: 10px;
}/* End custom CSS */