.elementor-1851 .elementor-element.elementor-element-509e9ab1{--display:flex;}/* Start custom CSS *//* קובץ עיצוב למאמר - style.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Heebo', sans-serif;
    direction: rtl;
    background-color: #faf8f5;
    color: #2c3e50;
    line-height: 1.8;
    padding: 20px;
}

.article-container {
    max-width: 800px;
    margin: 30px auto;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
    padding: 50px 60px;
}

@media (max-width: 600px) {
    .article-container {
        padding: 30px 20px;
        margin: 15px auto;
    }
}

.article-header {
    text-align: center;
    margin-bottom: 40px;
}

.article-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2639;
    line-height: 1.3;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .article-header h1 {
        font-size: 2rem;
    }
}

.header-decoration {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #e67e22, #f1c40f);
    margin: 0 auto;
    border-radius: 2px;
}

.intro {
    font-size: 1.2rem;
    font-weight: 400;
    color: #4a5a6e;
    border-right: 4px solid #e67e22;
    padding-right: 20px;
    margin-bottom: 30px;
    background-color: #fff9f0;
    padding: 20px;
    border-radius: 12px;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2639;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background-color: #e67e22;
    border-radius: 2px;
}

h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #2d4059;
}

ul {
    margin-bottom: 25px;
    padding-right: 25px;
}

li {
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.benefits-list {
    list-style-type: none;
    padding-right: 0;
}

.benefits-list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%232ecc71"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat right center;
    background-size: 20px;
    padding-right: 30px;
}

.challenges-list {
    list-style-type: none;
    padding-right: 0;
}

.challenges-list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23e74c3c"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') no-repeat right center;
    background-size: 20px;
    padding-right: 30px;
}

.tip {
    background-color: #f8f9fa;
    border: 1px solid #eaeef2;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tip:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #f1c40f;
}

.tip h3 {
    margin-top: 0;
    color: #e67e22;
    font-weight: 700;
    font-size: 1.3rem;
}

.example {
    background-color: #fff3e0;
    padding: 15px 20px;
    border-radius: 12px;
    font-style: italic;
    border-right: 4px solid #f1c40f;
    margin-top: 15px;
    margin-bottom: 0;
    color: #4a4a4a;
}

.cta-box {
    background: linear-gradient(135deg, #f5f0e8, #fcf9f4);
    border: 2px dashed #e67e22;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin: 50px 0 30px;
}

.cta-box p {
    font-size: 1.3rem;
    font-weight: 500;
    color: #1a2639;
    margin-bottom: 0;
}

.cta-box strong {
    color: #e67e22;
    font-size: 1.4rem;
}

.article-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e1e8ed;
    text-align: center;
    color: #7f8c8d;
    font-size: 0.9rem;
}/* End custom CSS */