.elementor-7431 .elementor-element.elementor-element-61897b9{--display:flex;overflow:visible;}.elementor-7431 .elementor-element.elementor-element-6a6b2dd{--display:flex;overflow:visible;}@media(max-width:767px){.elementor-7431 .elementor-element.elementor-element-56c0df6 img{border-radius:8px 8px 8px 8px;}}/* Start custom CSS for text-editor, class: .elementor-element-617007d *//* --- Urgent Bar --- */
.urgent-alert-bar {
    background: linear-gradient(90deg, #d50a0a 0%, #b00808 100%);
    color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(213, 10, 10, 0.3);
    animation: pulseBar 2s infinite;
}

@keyframes pulseBar {
    0% { opacity: 1; }
    50% { opacity: 0.85; }
    100% { opacity: 1; }
}

/* --- Answer Box (Featured Snippet Bait) --- */
.answer-box {
    background-color: #e3f2fd;
    border-left: 5px solid #2196f3;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.answer-box strong {
    display: block;
    color: #0d47a1;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.answer-box p {
    margin: 0;
    color: #333;
    font-size: 1.05rem;
}

/* --- Typography & Layout --- */
.scoop-header h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #222;
}

.wc-section h2 {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    background: #f9f9f9;
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    font-weight: 500;
}

.check-list li strong {
    color: #d50a0a;
}

/* --- CTA Button --- */
.cta-button {
    display: block;
    background-color: #28a745;
    color: white !important;
    text-align: center;
    padding: 18px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 50px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
    transition: transform 0.2s;
}

.cta-button:hover {
    transform: scale(1.02);
    background-color: #218838;
}

/* --- Mobile --- */
@media (max-width: 600px) {
    .scoop-header h1 { font-size: 1.6rem; }
    .cta-button { font-size: 1rem; padding: 15px; }
}/* End custom CSS */