:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-744e3bd */:root {
    --accent-green: #76b82a;
    --dark-text: #2d3436;
    --grey-bg: #f8f9fa;
    --border-color: #dfe6e9;
}

.news-article-skeptic {
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: var(--dark-text);
    line-height: 1.6;
    background: #fff;
    padding: 20px 0;
}

.news-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.news-breadcrumb { font-size: 13px; color: #b2bec3; margin-bottom: 20px; }
.news-breadcrumb a { color: var(--accent-green); text-decoration: none; }

.news-title { font-size: 32px; line-height: 1.2; margin-bottom: 15px; color: #1e272e; }
.news-meta { font-size: 14px; color: #636e72; margin-bottom: 25px; }
.meta-item { margin-right: 20px; }

.news-main-image img { width: 100%; border-radius: 8px; }
.image-caption { font-size: 12px; color: #95a5a6; margin-top: 5px; text-align: right; }

.intro-bold { font-size: 18px; font-weight: 600; margin: 25px 0; color: #444; }

/* Блок скептичного аналізу */
.analysis-box {
    background: var(--grey-bg);
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
    border-left: 5px solid #dcdde1;
}
.analysis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 15px;
}
.analysis-card h4 { color: #c0392b; margin-bottom: 8px; font-size: 16px; }
.analysis-card p { font-size: 14px; color: #636e72; }

blockquote {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0;
    margin: 30px 0;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    color: var(--accent-green);
}

.btn-news {
    display: inline-block;
    background: var(--accent-green);
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
}

@media (max-width: 600px) {
    .news-title { font-size: 24px; }
    .intro-bold { font-size: 16px; }
}/* End custom CSS */