.elementor-1355 .elementor-element.elementor-element-464c8a8{--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 *//* === CSS Reset והגדרות בסיס === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    border-radius: 28px;
    box-shadow: 0 20px 40px -10px rgba(0,20,30,0.15);
    padding: 2.5rem;
}
/* === טיפוגרפיה === */
h1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0f3b5e;
    margin-bottom: 0.5rem;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 0.75rem;
}
h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1e4a6d;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-right: 0.5rem;
    border-right: 5px solid #ffc107;
}
h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 1.8rem;
    margin-bottom: 0.75rem;
}
.author-byline {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.author-byline span {
    background: #e9ecef;
    padding: 0.25rem 1rem;
    border-radius: 50px;
    font-weight: 500;
}
.key-takeaways {
    background: #eef2f5;
    border-radius: 20px;
    padding: 1.8rem 2rem;
    margin: 2rem 0;
    border-right: 6px solid #0d6efd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.02);
}
.key-takeaways p {
    font-size: 1.1rem;
    margin-bottom: 0;
}
.key-takeaways strong {
    color: #0b5e8a;
}
.direct-answer {
    background: #f8f9fc;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    margin: 1rem 0 1.5rem 0;
    border: 1px solid #dde3ed;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0,0,0,0.01);
}
.direct-answer::before {
    content: "⏺ תשובה ישירה: ";
    color: #0d6efd;
    font-weight: 700;
    margin-left: 0.5rem;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
th {
    background-color: #1e4a6d;
    color: white;
    font-weight: 600;
    padding: 1rem;
    text-align: center;
}
td {
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
}
tr:last-child td {
    border-bottom: none;
}
tr:nth-child(even) {
    background-color: #f8fafc;
}
.personal-story, .testing-results {
    background: #f0f7ff;
    padding: 1.5rem 2rem;
    border-radius: 24px;
    margin: 2rem 0;
    border: 1px dashed #1e4a6d;
}
.personal-story h4, .testing-results h4 {
    color: #0f3b5e;
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.faq-section {
    background: #f2f4f8;
    padding: 2rem;
    border-radius: 30px;
    margin: 2.5rem 0;
}
.faq-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #d0d9e4;
    padding-bottom: 1.5rem;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
    font-weight: 700;
    font-size: 1.2rem;
    color: #0b3b5c;
    margin-bottom: 0.5rem;
}
.faq-answer {
    padding-right: 1rem;
    color: #334155;
}
.internal-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted #0d6efd;
}
.internal-link:hover {
    color: #0a58ca;
    border-bottom: 1px solid;
}
.reference-item {
    background: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 40px;
    border: 1px solid #cbd5e1;
    display: inline-block;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.reference-item a {
    text-decoration: none;
    color: #1e4a6d;
}
.footer-note {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #eee;
    font-size: 0.95rem;
    color: #5f6b7a;
}
.button-schema-note {
    background: #1e293b;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 40px;
    font-size: 0.8rem;
    display: inline-block;
    margin: 2rem 0 0;
}
@media (max-width: 650px) {
    .container { padding: 1.5rem; }
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    table { font-size: 0.8rem; }
    th, td { padding: 0.5rem; }
}/* End custom CSS */