.elementor-7447 .elementor-element.elementor-element-83936e4{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-227793d *//* --- Alert Bar --- */
.urgent-time-bar {
    background-color: #000;
    color: #FFD700; /* ذهبي */
    padding: 15px;
    text-align: center;
    font-family: monospace;
    font-size: 1.1rem;
    border-bottom: 4px solid #d50a0a;
    margin-bottom: 25px;
}

/* --- Table Styling (Airport Style) --- */
.time-table-container {
    overflow-x: auto;
    margin: 25px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
}

.schedule-table th {
    background-color: #0f264a;
    color: #fff;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.schedule-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 1rem;
}

/* الصف المميز (New York) */
.highlight-row {
    background-color: #e3f2fd;
    border-left: 5px solid #2196f3;
}

.highlight-row td {
    font-weight: bold;
    color: #0d47a1;
}

/* فواصل المناطق */
.divider-row td {
    background-color: #f4f4f4;
    color: #666;
    font-size: 0.85rem;
    text-transform: uppercase;
    padding: 8px 15px;
    letter-spacing: 1px;
    font-weight: bold;
}

/* حالة الوقت */
.status-badge {
    background-color: #d50a0a;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
}

/* --- CTA Button --- */
.cta-button {
    display: block;
    background: linear-gradient(90deg, #d50a0a 0%, #b00808 100%);
    color: white !important;
    text-align: center;
    padding: 18px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(213, 10, 10, 0.3);
    transition: transform 0.2s;
}

.cta-button:hover {
    transform: scale(1.02);
}

/* --- Mobile Fix --- */
@media (max-width: 600px) {
    .schedule-table td, .schedule-table th {
        padding: 10px;
        font-size: 0.9rem;
    }
}/* End custom CSS */