.elementor-656 .elementor-element.elementor-element-5a8f26d{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-855c287 *//* Основний контейнер статті */
.blog-article-container {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1.8;
}

/* Заголовки */
.article-title {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.article-subtitle {
    font-size: 24px;
    color: #0f96d0; /* Ваш фірмовий синій колір */
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Текстові абзаци */
.article-intro {
    font-size: 18px;
    color: #444444;
    margin-bottom: 30px;
}

.article-text {
    font-size: 16px;
    margin-bottom: 20px;
}

/* Списки */
.article-list {
    margin-bottom: 30px;
    padding-left: 20px;
}

.article-list li {
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
}

.article-list li strong {
    color: #0f96d0;
}

/* Виділений блок з кроками */
.article-highlight {
    background-color: #f4f9fc;
    border-left: 5px solid #0f96d0;
    padding: 25px;
    margin: 35px 0;
    border-radius: 0 8px 8px 0;
}

.article-highlight strong {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.article-highlight ol {
    margin-bottom: 0;
    padding-left: 20px;
}

.article-highlight ol li {
    margin-bottom: 10px;
}

/* Блок із закликом до дії (CTA) */
.article-cta-box {
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #0f96d0;
    padding: 40px 20px;
    border-radius: 12px;
    margin-top: 50px;
}

.article-cta-box h3 {
    font-size: 24px;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px;
}

.article-cta-box p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
}

/* Кнопка */
.article-cta-button {
    display: inline-block;
    background-color: #0f96d0;
    color: #ffffff !important;
    text-decoration: none;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(15, 150, 208, 0.3);
}

.article-cta-button:hover {
    background-color: #0b7eb0;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Адаптивність для мобільних */
@media (max-width: 768px) {
    .article-title {
        font-size: 26px;
    }
    .article-subtitle {
        font-size: 22px;
    }
    .article-highlight {
        padding: 20px 15px;
    }
    .article-cta-box {
        padding: 30px 15px;
    }
    .article-cta-button {
        display: block;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
}/* End custom CSS */