.elementor-256 .elementor-element.elementor-element-721012f3{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS *//* DCN Israel - Cornerstone Article CSS 2026 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.article-container {
  max-width: 1280px;
  margin: 0 auto;
  background: white;
  border-radius: 28px;
  box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 2rem;
}

@media (max-width: 768px) {
  .article-container {
    padding: 1.25rem;
  }
  body {
    padding: 1rem;
  }
}

/* כותרת ראשית */
h1 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: #003366;
  border-left: 6px solid #f5a623;
  padding-left: 1.2rem;
}

.author-byline {
  font-size: 0.9rem;
  color: #2c5a7a;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

/* תקצירים דו-לשוניים */
.dual-abstract {
  background: #eef2f9;
  padding: 1.25rem;
  border-radius: 24px;
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.abstract-he, .abstract-en {
  flex: 1;
  min-width: 200px;
}

.abstract-he h3, .abstract-en h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0055a4;
  margin-bottom: 0.5rem;
}

.abstract-en p {
  font-family: 'Inter', monospace;
  font-size: 0.9rem;
  color: #1e2f3d;
}

/* takeaways */
.key-takeaways {
  background: #f9f3e3;
  border-left: 4px solid #f5a623;
  padding: 1.25rem 1.8rem;
  margin: 1.5rem 0;
  border-radius: 20px;
}

.key-takeaways h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.key-takeaways ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
}

.key-takeaways li {
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 40px;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* headings question-first */
h2 {
  font-size: 1.7rem;
  margin: 1.8rem 0 0.5rem 0;
  color: #003366;
  font-weight: 600;
  border-bottom: 2px solid #f0e5d2;
  padding-bottom: 0.3rem;
}

h3 {
  font-size: 1.3rem;
  margin: 1.2rem 0 0.4rem;
  color: #1f4e79;
}

/* direct answer box */
.direct-answer {
  background: #eaf6f0;
  padding: 0.75rem 1.2rem;
  border-radius: 16px;
  font-weight: 500;
  margin: 0.5rem 0 1rem 0;
  border-left: 4px solid #2c7a4d;
}

/* plain language paragraphs */
p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

/* טבלה השוואתית */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.comparison-table th {
  background-color: #003366;
  color: white;
  padding: 12px 16px;
  text-align: left;
}

.comparison-table td {
  border-bottom: 1px solid #ddd;
  padding: 12px 16px;
  vertical-align: top;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

/* references & personal experience */
.references, .personal-note {
  background: #f8fafc;
  padding: 1rem 1.5rem;
  border-radius: 20px;
  margin: 1.8rem 0;
  font-size: 0.9rem;
}

.cta {
  background: linear-gradient(135deg, #003366 0%, #1f5e96 100%);
  color: white;
  text-align: center;
  padding: 2rem;
  border-radius: 28px;
  margin: 2rem 0 1rem;
}

.cta a {
  display: inline-block;
  background: #f5a623;
  color: #1a2c3e;
  font-weight: bold;
  padding: 0.8rem 2rem;
  border-radius: 60px;
  text-decoration: none;
  margin-top: 1rem;
  transition: 0.2s;
}

.cta a:hover {
  background: #ffb84d;
  transform: scale(1.02);
}

.faq-section {
  background: #fef9ef;
  border-radius: 24px;
  padding: 1.5rem;
  margin: 2rem 0;
}

hr {
  margin: 2rem 0;
  border: none;
  height: 1px;
  background: linear-gradient(to right, #ccc, transparent);
}/* End custom CSS */