.elementor-7718 .elementor-element.elementor-element-307b13f{--display:flex;overflow:visible;}.elementor-7718 .elementor-element.elementor-element-9ba7a6b img{width:100%;}@media(max-width:767px){.elementor-7718 .elementor-element.elementor-element-9ba7a6b img{border-radius:8px 8px 8px 8px;}}/* Start custom CSS for text-editor, class: .elementor-element-30740b0 */@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;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.wc-alert-header {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.wc-emergency-article h1 { font-size: 2.6rem; font-weight: 900; margin-top: 25px; line-height: 1.2; color: #111; }

.wc-meta { font-size: 0.95rem; color: #757575; margin-bottom: 30px; border-bottom: 1px solid #eee; padding-bottom: 20px; display: flex; justify-content: space-between; }

.wc-lead { background: #fcfcfc; border-left: 6px solid #1a237e; padding: 25px; font-size: 1.3rem; margin: 40px 0; color: #212121; }

.wc-section h2 { font-size: 1.9rem; font-weight: 800; color: #111; margin-top: 55px; margin-bottom: 25px; border-bottom: 2px solid #eee; padding-bottom: 15px; }

.wc-warning-box { background: #fffde7; border-left: 6px solid #fbc02d; padding: 25px; margin: 30px 0; border-radius: 0 8px 8px 0; }

.wc-status-table { border: 1px solid #eee; border-radius: 10px; overflow: hidden; margin: 30px 0; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }

.status-row { display: flex; padding: 20px; border-bottom: 1px solid #eee; align-items: center; background: #fff; }
.status-row:hover { background: #fbfbfb; }

.status-col.icon { font-size: 2rem; width: 70px; text-align: center; }
.status-col.desc strong a { color: #c62828; text-decoration: underline; }

.wc-faq { background: #fafafa; padding: 30px; border-radius: 12px; margin: 40px 0; border: 1px solid #eee; }
.wc-faq h3 { color: #1a237e; margin-bottom: 15px; }

.wc-conclusion-box { background: #000; color: #fff; padding: 50px; text-align: center; border-radius: 12px; margin-top: 60px; border-top: 6px solid #c62828; }

.wc-btn-link { background: #c62828; color: #fff !important; padding: 20px 45px; border-radius: 50px; text-decoration: none; font-weight: 900; display: inline-block; margin-top: 30px; font-size: 1.2rem; transition: transform 0.3s; box-shadow: 0 10px 20px rgba(198, 40, 40, 0.3); }
.wc-btn-link:hover { transform: translateY(-3px); }

.pulse-icon { animation: wc-pulse 2s infinite; }
@keyframes wc-pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.2); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }

@media (max-width: 768px) { .status-row { flex-direction: column; text-align: left; align-items: flex-start; } .wc-emergency-article h1 { font-size: 1.9rem; } }/* End custom CSS */