.elementor-6830 .elementor-element.elementor-element-345eba4{--display:flex;overflow:visible;}.elementor-6830 .elementor-element.elementor-element-49b37e9 img{border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}/* Start custom CSS for text-editor, class: .elementor-element-60dd442 */<style>
/* Import Professional Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Merriweather:wght@300;700&display=swap');

/* Main Container - Clean White Theme */
.wc-pro-article {
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Header Section */
.wc-header {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.wc-category {
    background-color: #0047AB;
    color: #fff;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.wc-header h1 {
    font-family: 'Merriweather', serif;
    color: #111;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px;
}

.wc-meta {
    font-size: 0.9rem;
    color: #6b7280;
}

/* Content Typography */
.wc-content-body p, 
.wc-section p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    color: #374151;
}

.wc-lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #111;
    border-left: 4px solid #0047AB;
    padding-left: 20px;
    margin-bottom: 30px !important;
}

.wc-section h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #111;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Alert Box */
.wc-alert-box {
    background-color: #fff5f5;
    border: 1px solid #feb2b2;
    padding: 15px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.alert-icon { font-size: 1.5rem; }

/* Status Grid */
.wc-status-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.status-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.status-header {
    padding: 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: white;
    text-align: center;
}

.status-body { padding: 15px; font-size: 0.95rem; }

.status-card.red .status-header { background-color: #dc2626; }
.status-card.green .status-header { background-color: #16a34a; }
.status-card.yellow .status-header { background-color: #ca8a04; color: #fff; }

/* Promo Box */
.wc-promo-box {
    background-color: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    margin: 40px 0;
    overflow: hidden;
}

.promo-header {
    background-color: #0284c7;
    padding: 20px;
}

.promo-header h2 {
    color: #fff;
    margin: 0;
    font-size: 1.4rem;
}

.promo-body { padding: 25px; }

/* Data Table */
.wc-data-table {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin: 20px 0;
}

.data-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.data-row:last-child { border-bottom: none; }

.data-label { font-weight: 600; color: #555; }
.data-value { font-weight: 700; color: #000; text-align: right; }

/* Strategy List */
.wc-strategy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc-strategy-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.step-num {
    background-color: #111;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

/* Base Camp Cards */
.wc-camps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.camp-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    background-color: #fafafa;
}

.camp-flag {
    font-size: 0.9rem;
    font-weight: 700;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.camp-card h3 {
    margin: 5px 0 10px 0;
    font-size: 1.3rem;
    color: #111;
}

.camp-note {
    font-size: 0.9rem !important;
    background-color: #fff;
    padding: 8px;
    border-left: 3px solid #0047AB;
    margin-top: 10px;
}

/* Conclusion */
.wc-conclusion {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #111;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .wc-header h1 { font-size: 1.8rem; }
    .data-row { flex-direction: column; gap: 5px; }
    .data-value { text-align: left; }
    .wc-status-grid, .wc-camps-grid { grid-template-columns: 1fr; }
}
</style>/* End custom CSS */