/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 27 2026 | 13:29:36 */
/* Основний контейнер статті */
.health-article {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

/* Заголовки */
.health-article h1 {
    color: #2c3e50;
    font-size: 32px;
    border-bottom: 3px solid #3498db;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.health-article h2 {
    color: #2980b9;
    margin-top: 40px;
}

/* Блок з цитатою або акцентом */
.health-quote {
    background-color: #f7f9f9;
    border-left: 5px solid #3498db;
    padding: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
}

/* Блок з порадами (зелений) */
.health-tips-box {
    background-color: #e8f6f3;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #d1f2eb;
    margin: 40px 0;
}

.health-tips-box h3 {
    color: #16a085;
    margin-top: 0;
}

.health-tips-box li strong {
    font-size: 1.1em;
    color: #2c3e50;
}