.elementor-2864 .elementor-element.elementor-element-409e9e0e{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2864 .elementor-element.elementor-element-409e9e0e.e-con{--align-self:center;}.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 );}.elementor-2864 .elementor-element.elementor-element-452a5647{font-family:"Alef", Sans-serif;font-weight:400;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2864 .elementor-element.elementor-element-409e9e0e{--content-width:100vw;}}/* Start custom CSS for text-editor, class: .elementor-element-452a5647 *//* הגדרת מבנה כללי */
.article-uv {
  direction: rtl;
  font-family: "Heebo", "Assistant", sans-serif;
  line-height: 1.9;
  color: #0E0E10;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  padding: 40px 20px;
  border-radius: 24px;
  box-shadow: 0 0 30px rgba(0,0,0,0.05);
  max-width: 880px;
  margin: 0 auto;
}

/* כותרות ראשיות H2 */
.article-uv h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ED105B;
  text-align: right;
  border-right: 5px solid #FCEF13;
  padding-right: 16px;
  margin: 60px 0 24px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.article-uv h2:hover {
  color: #FCEF13;
  border-right-color: #ED105B;
}

/* פסקאות */
.article-uv p {
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 24px;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease;
}
.article-uv p:hover {
  transform: scale(1.01);
}

/* תמונות */
.article-uv .wp-block-image img {
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.article-uv .wp-block-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* קישורים בתוך הפסקאות */
.article-uv a {
  color: #ED105B;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.article-uv a:hover {
  color: #FCEF13;
  text-decoration: none;
}

/* הדגשות בתוך הטקסט */
.article-uv strong {
  color: #ED105B;
  font-weight: 700;
}

/* אפקט כניסה עדין בעת גלילה */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.article-uv h2,
.article-uv p {
  animation: fadeUp 0.8s ease forwards;
}

/* תוספת אופציונלית לאנימציית כניסה מדורגת */
.article-uv h2:nth-of-type(odd) { animation-delay: 0.2s; }
.article-uv h2:nth-of-type(even) { animation-delay: 0.4s; }
.article-uv p:nth-of-type(odd) { animation-delay: 0.1s; }
.article-uv p:nth-of-type(even) { animation-delay: 0.3s; }/* End custom CSS */