.elementor-1401 .elementor-element.elementor-element-3f48b40{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* style.css – עיצוב למאמר איחוד חובות */

article {
    background: white;
    padding: 35px 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 20, 30, 0.08);
}

h1 {
    font-size: 2.4rem;
    color: #0a3144;
    border-right: 8px solid #0077b6;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

h2 {
    font-size: 1.9rem;
    color: #0b4f6c;
    background: #e1f0f7;
    padding: 12px 20px;
    border-radius: 50px 20px 20px 50px;
    margin: 40px 0 20px;
    font-weight: 500;
    border-bottom: 2px solid #b3d4e9;
}

h3 {
    font-size: 1.4rem;
    color: #155a7b;
    margin-top: 30px;
    font-weight: 500;
}

.direct-answer {
    background: #f0f8ff;
    border-right: 6px solid #0077b6;
    padding: 15px 25px;
    font-size: 1.15rem;
    border-radius: 0 18px 18px 0;
    margin: 10px 0 20px;
    font-weight: 400;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.key-takeaways, .conclusion-takeaways {
    background: linear-gradient(145deg, #f1f9ff, #ffffff);
    border: 1px solid #cde3f0;
    padding: 20px 30px;
    border-radius: 30px;
    margin: 30px 0;
    box-shadow: 0 6px 12px rgba(0, 80, 120, 0.05);
}

.key-takeaways h2, .conclusion-takeaways h2 {
    background: none;
    padding: 0;
    margin-top: 0;
    font-size: 1.7rem;
    color: #004b6e;
}

.byline {
    font-size: 1.1rem;
    color: #2c5775;
    border-bottom: 2px dashed #b0d3e8;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-weight: 400;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.98rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    overflow: hidden;
}

caption {
    font-weight: 500;
    background: #d2e6f5;
    padding: 10px;
    caption-side: top;
    color: #003952;
    border-radius: 16px 16px 0 0;
}

th {
    background-color: #1e5a7c;
    color: white;
    font-weight: 500;
    padding: 14px 8px;
    text-align: center;
}

td {
    background-color: white;
    padding: 12px 8px;
    border-bottom: 1px solid #d0e1ed;
    text-align: center;
}

tr:last-child td {
    border-bottom: none;
}

.faq {
    background: #f5faff;
    padding: 25px 30px;
    border-radius: 30px;
    margin-top: 40px;
}

.faq h3 {
    margin-top: 0;
    color: #0f4763;
}

.faq div[itemprop="acceptedAnswer"] {
    background: white;
    padding: 15px 20px;
    border-radius: 16px;
    margin: 5px 0 20px;
    border-right: 4px solid #0077b6;
}

a {
    color: #0077b6;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}

a:hover {
    border-bottom-color: #0077b6;
}

ul {
    list-style-type: square;
    padding-right: 25px;
}

li {
    margin-bottom: 8px;
}

/* רספונסיביות */
@media (max-width: 600px) {
    body { padding: 12px; }
    article { padding: 20px; }
    h1 { font-size: 1.9rem; }
    h2 { font-size: 1.5rem; }
    .direct-answer { font-size: 1rem; }
    table { font-size: 0.85rem; }
}/* End custom CSS */