.elementor-7415 .elementor-element.elementor-element-ae8b16b{--display:flex;overflow:visible;}.elementor-7415 .elementor-element.elementor-element-64f7174 img{border-radius:9px 9px 9px 9px;}/* Start custom CSS for text-editor, class: .elementor-element-9a3ec04 *//* --- Live Status Box --- */
.live-status-box {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 6px solid #d50a0a; /* شريط أحمر جانبي */
    font-family: Consolas, monospace;
}

.status-header {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.blinking-dot {
    height: 12px;
    width: 12px;
    background-color: #d50a0a;
    border-radius: 50%;
    margin-right: 10px;
    animation: blink 1s infinite;
}

@keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }

.live-cta-button {
    display: block;
    background-color: #d50a0a;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: background 0.2s;
}

.live-cta-button:hover {
    background-color: #b00808;
}

/* --- Live Feed --- */
.live-feed {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border: 1px solid #ddd;
}

.live-feed h2 {
    margin-top: 0;
    color: #d50a0a;
    font-size: 1.3rem;
}

.feed-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.feed-item:last-child {
    border-bottom: none;
}

.timestamp {
    background: #333;
    color: #fff;
    padding: 3px 8px;
    font-size: 0.75rem;
    border-radius: 3px;
    margin-right: 8px;
    font-weight: bold;
}

/* --- General Text --- */
.intro-lead {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.wc-faq-container details {
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.wc-faq-container summary {
    cursor: pointer;
    font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6cb101a */.resources-box {
    background-color: #f8f9fa;
    border-left: 5px solid #0f264a; /* اللون الأزرق الرسمي */
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.resources-box h3 {
    margin-top: 0;
    color: #0f264a;
    font-size: 1.4rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.resource-list p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

/* تنسيق الروابط الداخلية (لون قوي للنقر) */
.internal-link {
    color: #d50a0a; /* أحمر فيفا */
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.2s;
}

.internal-link:hover {
    color: #b00808;
    background-color: #ffeaea;
}

/* تنسيق الروابط الخارجية (لون رسمي) */
.external-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.external-link:hover {
    text-decoration: underline;
}

.external-resources {
    margin-top: 20px;
    font-size: 0.9rem;
    background: #e9ecef;
    padding: 10px;
    border-radius: 5px;
}/* End custom CSS */