.elementor-7670 .elementor-element.elementor-element-101d788{--display:flex;overflow:visible;}.elementor-7670 .elementor-element.elementor-element-8fb7e59{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-fb3fb99 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

.wc-emergency-article {
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
    max-width: 850px;
    margin: 30px auto;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-radius: 12px;
}

.wc-alert-header {
    background-color: #fff3e0;
    border: 1px solid #ffe0b2;
    color: #e65100;
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 0.85rem;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.pulse-icon { animation: wc-pulse 1.5s infinite; }

.wc-emergency-article h1 {
    font-size: 2.6rem;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #000;
}

.wc-meta {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.wc-lead {
    font-size: 1.35rem;
    font-weight: 400;
    color: #222;
    border-left: 6px solid #e65100;
    padding-left: 25px;
    margin-bottom: 40px;
    background: #fff8f1;
    padding: 20px 25px;
}

.wc-section h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111;
    margin-top: 45px;
    margin-bottom: 25px;
}

.wc-warning-box {
    background-color: #ffebee;
    border-left: 6px solid #c62828;
    padding: 25px;
    margin: 30px 0;
    border-radius: 4px;
}

.wc-status-table {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0;
}

.status-row {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.status-row:last-child { border-bottom: none; }

.status-col.icon { font-size: 2rem; width: 70px; }

.status-col.desc strong { display: block; font-size: 1.1rem; color: #e65100; }

.wc-conclusion-box {
    background: #111;
    color: #fff;
    padding: 45px;
    border-radius: 12px;
    margin-top: 60px;
    text-align: center;
}

.wc-btn-link {
    display: inline-block;
    background-color: #e65100;
    color: #fff !important;
    padding: 18px 45px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 800;
    font-size: 1.2rem;
    margin-top: 25px;
    transition: all 0.3s;
}

.wc-btn-link:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(230, 81, 0, 0.3); }

@keyframes wc-pulse { 0% { opacity: 1; } 50% { opacity: 0.4; } 100% { opacity: 1; } }

@media (max-width: 768px) { .wc-emergency-article h1 { font-size: 1.9rem; } .status-row { flex-direction: column; text-align: center; } }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5fc7fb3 *//* Host Cities Scenario Card */
.wc-scenario-card {
    background: #fdfdfd;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin: 25px 0;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.02);
}

.wc-scenario-card h3 {
    margin-top: 0;
    color: #333;
    font-size: 1.2rem;
    border-bottom: 2px solid #e65100;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.wc-scenario-card ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.wc-scenario-card li {
    font-size: 0.95rem;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    color: #555;
}

.wc-scenario-card li strong {
    color: #e65100;
}/* End custom CSS */