.elementor-6869 .elementor-element.elementor-element-837c1c9{--display:flex;overflow:visible;}.elementor-6869 .elementor-element.elementor-element-8d7010e img{border-radius:14px 14px 14px 14px;box-shadow:0px 0px 8px 0px rgba(0,0,0,0.5);}.elementor-6869 .elementor-element.elementor-element-6810e4c{--display:flex;--border-radius:10px 10px 10px 10px;box-shadow:0px 0px 4px 0px rgba(0,0,0,0.5);overflow:visible;}.elementor-6869 .elementor-element.elementor-element-e278873{border-radius:8px 8px 8px 8px;}.elementor-6869 .elementor-element.elementor-element-f9ccfad{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-a13c796 */<style>
/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

/* Main Container */
.wc-emergency-article {
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto;
}

/* Alert Header */
.wc-alert-header {
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    color: #c62828;
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pulse-icon {
    animation: pulse 1.5s infinite;
}

/* Typography */
.wc-emergency-article h1 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #111;
}

.wc-meta {
    font-size: 0.9rem;
    color: #757575;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.wc-lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: #212121;
    border-left: 4px solid #c62828; /* Urgent Red */
    padding-left: 20px;
    margin-bottom: 30px !important;
}

.wc-section h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
}

/* Warning Box */
.wc-warning-box {
    background-color: #fff8e1;
    border-left: 5px solid #ffb300;
    padding: 20px;
    margin: 20px 0;
    color: #4e342e;
}

/* Scenario Card */
.wc-scenario-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.wc-scenario-card h3 {
    margin-top: 0;
    color: #333;
    font-size: 1.1rem;
}

.wc-scenario-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc-scenario-card li {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

/* Status Table */
.wc-status-table {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.status-row {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.status-row:last-child { border-bottom: none; }

.status-col.icon {
    font-size: 1.5rem;
    width: 50px;
    text-align: center;
    flex-shrink: 0;
}

.status-col.desc {
    font-size: 0.95rem;
}

/* Action Plan Steps */
.wc-action-plan {
    margin-top: 30px;
}

.step-card {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    background: #fafafa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.step-number {
    background-color: #c62828;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h3 {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    color: #c62828;
}

.script-quote {
    background: #fff;
    border-left: 3px solid #333;
    margin: 10px 0;
    padding: 10px 15px;
    font-style: italic;
    color: #555;
    font-size: 0.95rem;
}

/* Conclusion Box & Button */
.wc-conclusion-box {
    background: #212121;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-top: 50px;
    text-align: center;
}

.wc-conclusion-box h2 {
    color: #fff;
    border-bottom: none;
    margin-top: 0;
}

.wc-conclusion-box p {
    color: #ccc;
}

.wc-btn-link {
    display: inline-block;
    background-color: #c62828;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    margin-top: 15px;
    transition: background 0.3s;
}

.wc-btn-link:hover {
    background-color: #b71c1c;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .wc-emergency-article h1 { font-size: 1.8rem; }
    .step-card { flex-direction: column; }
    .status-row { flex-direction: row; align-items: flex-start; }
}
</style>/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e278873 */<style>
/* FAQ Container */
.wc-faq-container {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: 'Roboto', sans-serif;
}

/* Header */
.faq-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 15px;
}

.faq-icon {
    font-size: 2rem;
    animation: bounce 2s infinite;
}

.faq-header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

/* Accordion Items */
.wc-faq-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.wc-faq-item:last-child {
    border-bottom: none;
}

/* The Question (Summary) */
.wc-faq-item summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 1.05rem;
    color: #333;
    padding: 15px 0;
    list-style: none; /* Hide default triangle */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

/* Custom Plus Icon */
.wc-faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    color: #c62828; /* Red for emergency theme */
    font-weight: bold;
}

.wc-faq-item[open] summary::after {
    content: '-';
}

.wc-faq-item summary:hover {
    color: #c62828;
}

/* The Answer */
.faq-answer {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-bottom: 20px;
    padding-left: 10px;
    border-left: 3px solid #c62828; /* Accent border */
    margin-left: 5px;
    animation: fadeIn 0.4s ease-in-out;
}

.faq-answer strong {
    color: #000;
}

/* Animations */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Remove default marker for Chrome */
.wc-faq-item summary::-webkit-details-marker {
    display: none;
}
</style>/* End custom CSS */