.elementor-676 .elementor-element.elementor-element-1d168c4{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-a598640 *//* Контейнер статті */
.detailing-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: #000000;
    background-color: #ffffff;
}

/* Заголовки */
.detailing-article h1 {
    font-size: 2.2rem;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 25px;
    border-left: 8px solid #C8EC66;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

.detailing-article h2 {
    font-size: 1.6rem;
    color: #000000;
    margin-top: 45px;
    margin-bottom: 20px;
    border-bottom: 2px solid #C8EC66;
    display: inline-block;
}

/* Тексти та акценти */
.detailing-article p {
    margin-bottom: 20px;
}

.detailing-article strong {
    font-weight: 700;
}

/* Списки */
.detailing-article ul {
    list-style: none;
    padding-left: 0;
}

.detailing-article ul li::before {
    content: "—";
    color: #C8EC66;
    font-weight: bold;
    display: inline-block; 
    width: 1.5em;
}

.detailing-article ol li {
    margin-bottom: 15px;
    padding-left: 10px;
}

/* Посилання в тексті */
.detailing-article a.inline-link {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    box-shadow: inset 0 -3px 0 #C8EC66;
    transition: 0.2s;
}

.detailing-article a.inline-link:hover {
    background-color: #C8EC66;
}

/* Зображення */
.article-image-container img {
    max-width: 100%;
    height: auto;
    border: 1px solid #000;
    filter: grayscale(20%); /* Легкий ефект для стилю */
}

/* Цитата/Порада (використовуємо темно-зелений для читабельності на світлому фоні) */
.expert-tip {
    background: #f4fce6; /* Дуже світлий відтінок вашого кольору */
    border: 2px solid #C8EC66;
    padding: 25px;
    margin: 40px 0;
    color: #3d4c2a; /* Темний колір для тексту цитати */
    border-radius: 4px;
}

/* Блок заклику до дії (Чорний фон) */
.cta-section {
    background-color: #000000;
    color: #ffffff;
    padding: 45px 30px;
    text-align: center;
    margin-top: 60px;
}

.cta-section h3 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    background-color: #C8EC66;
    color: #000000 !important;
    padding: 18px 40px;
    text-decoration: none;
    border-radius: 0; /* Квадратна кнопка виглядає строгіше */
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.3s;
}

.cta-button:hover {
    background-color: #ffffff;
    transform: scale(1.05);
}

/* Мобільна адаптація */
@media (max-width: 600px) {
    .detailing-article h1 { font-size: 1.8rem; }
    .detailing-article { padding: 15px; }
    .cta-button { width: 100%; box-sizing: border-box; }
}/* End custom CSS */