.elementor-7506 .elementor-element.elementor-element-111da6c{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-a629ebf *//* --- Live Status Bar --- */
.live-status-bar {
    background-color: #000;
    color: #28a745;
    padding: 12px;
    text-align: center;
    font-family: monospace;
    font-size: 1.1rem;
    border-bottom: 3px solid #28a745;
    margin-bottom: 30px;
}

.pulse-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border-radius: 50%;
    margin-right: 10px;
    animation: pulseGreen 1.5s infinite;
}

@keyframes pulseGreen {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

/* --- Availability Table --- */
.availability-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.availability-table th {
    background-color: #0f264a;
    color: white;
    padding: 12px;
    text-align: left;
}

.availability-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.high-demand td {
    background-color: #fff5f5;
    color: #c0392b;
}

.good-demand td {
    background-color: #f0fff4;
    color: #27ae60;
}

/* --- Strategy Box --- */
.strategy-box {
    background: #f8f9fa;
    border-left: 5px solid #28a745;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.strategy-box ol {
    margin-left: 20px;
}

.strategy-box li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* --- Links --- */
.external-link {
    color: #007bff;
    text-decoration: underline;
    font-weight: 600;
}

.external-link:hover {
    color: #0056b3;
}

/* --- CTA Button --- */
.cta-button {
    display: block;
    background: linear-gradient(90deg, #0f264a 0%, #1a3c6e 100%);
    color: white !important;
    text-align: center;
    padding: 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 30px;
    transition: transform 0.2s;
    box-shadow: 0 4px 15px rgba(15, 38, 74, 0.3);
}

.cta-button:hover {
    transform: scale(1.02);
}/* End custom CSS */