.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 for text-editor, class: .elementor-element-4167f27 *//* הגדרות כלליות */
.schedule-container {
    direction: rtl;
    font-family: 'Heebo', sans-serif;
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
}

.schedule-main-title {
    color: #21274F;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}

/* מבנה הטיים-ליין */
.timeline {
    position: relative;
    padding-right: 40px;
}

/* הקו האנכי */
.timeline::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #e1e8ed;
    border-radius: 10px;
}

.timeline-item {
    position: relative;
    margin-bottom: 35px;
}

/* עיגול הזמן על הקו */
.time-marker {
    position: absolute;
    right: -55px;
    width: 80px;
    background: #21274F;
    color: #28A2A6;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 800;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 2;
}

/* תיבת התוכן */
.content-box {
    background: #fff;
    border: 1px solid #e1e8ed;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: all 0.3s ease;
    margin-right: 20px;
}

.timeline-item:hover .content-box {
    border-color: #28A2A6;
    transform: translateX(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.content-box i {
    font-size: 24px;
    color: #21274F;
    margin-top: 5px;
}

.content-box .text h3 {
    margin: 0 0 5px 0;
    font-size: 19px;
    color: #21274F;
    font-weight: 800;
}

.content-box .text p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
}

/* הדגשות לצבעי שוונג */
.timeline-item.race .time-marker { background: #28A2A6; color: #21274F; }
.timeline-item.race .content-box { border-right: 5px solid #28A2A6; }

/* סעיף Cut-Off */
.cutoff-section {
    margin-top: 60px;
    background: #21274F;
    padding: 30px;
    border-radius: 20px;
    color: white;
}

.cutoff-section h3 {
    color: #28A2A6;
    margin-top: 0;
    font-weight: 800;
    margin-bottom: 20px;
}

.cutoff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.cutoff-card {
    background: rgba(255,255,255,0.05);
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(40, 162, 166, 0.3);
}

.cutoff-card span {
    display: block;
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 5px;
}

/* מובייל */
@media (max-width: 768px) {
    .timeline { padding-right: 30px; }
    .time-marker { right: -45px; width: 70px; font-size: 12px; }
    .content-box { padding: 15px; }
    .schedule-main-title { font-size: 26px; }
}/* End custom CSS */