.elementor-5067 .elementor-element.elementor-element-47c35cc0{--display:flex;}.elementor-5067 .elementor-element.elementor-element-f53d81c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-5067 .elementor-element.elementor-element-5d7b5d1 .elementor-button{background-color:var( --e-global-color-primary );fill:#FFFFFF;color:#FFFFFF;}.elementor-5067 .elementor-element.elementor-element-d4ce699 .elementor-button{background-color:var( --e-global-color-primary );fill:#FFFFFF;color:#FFFFFF;}.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 );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-widget-image .widget-image-caption{color:var( --e-global-color-text );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 );}.elementor-5067 .elementor-element.elementor-element-a7dba23{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-5067 .elementor-element.elementor-element-89c84a3 .elementor-wrapper{--video-aspect-ratio:1.77777;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS *//* John Bryce table style: gray + #d90020 */
table.w-fit.min-w-\(--thread-content-width\) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  color: #111;
  font-size: 0.95rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  direction: rtl;
  box-shadow: 0 1px 10px rgba(0,0,0,0.04);
}

/* Header */
table.w-fit.min-w-\(--thread-content-width\) thead th {
  background: #d90020;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem; /* גודל כותרת גדול יותר */
  line-height: 1.6;
  text-align: start;
  padding: 14px 18px;
  border-bottom: 2px solid #b9001b;
  white-space: nowrap;
  text-transform: none; /* לא באותיות קטנות מדי */
}

/* Cells */
table.w-fit.min-w-\(--thread-content-width\) td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-size: 0.95rem;
}

/* Zebra */
table.w-fit.min-w-\(--thread-content-width\) tbody tr:nth-child(odd) td {
  background: #f9fafb;
}

/* Hover */
table.w-fit.min-w-\(--thread-content-width\) tbody tr:hover td {
  background: #fff4f6;
}

/* Accent bar בעת ריחוף */
table.w-fit.min-w-\(--thread-content-width\) tbody tr:hover td:first-child::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #d90020;
}

/* Links */
table.w-fit.min-w-\(--thread-content-width\) a {
  color: #d90020;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .15s ease;
}
table.w-fit.min-w-\(--thread-content-width\) a:hover {
  border-color: #d90020;
}

/* Responsive */
@media (max-width: 640px) {
  table.w-fit.min-w-\(--thread-content-width\) {
    font-size: 0.9rem;
  }
  table.w-fit.min-w-\(--thread-content-width\) thead th {
    font-size: 1rem;
    padding: 12px 14px;
  }
  table.w-fit.min-w-\(--thread-content-width\) td {
    padding: 10px 12px;
  }
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  table.w-fit.min-w-\(--thread-content-width\) {
    background: #0f1115;
    color: #e5e7eb;
    border-color: #1f242e;
  }
  table.w-fit.min-w-\(--thread-content-width\) thead th {
    background: #d90020;
    border-bottom-color: #9a0015;
    color: #fff;
  }
}/* End custom CSS */