.elementor-7056 .elementor-element.elementor-element-72a3429{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-93f2d23 *//* Container */
.wc-update-container {
    font-family: 'Poppins', sans-serif;
    color: #2d3748;
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
}

/* Green Official Banner */
.update-banner {
    background: #276749; /* Dark Green for "Official/Safe" */
    color: #fff;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(39, 103, 73, 0.3);
}

.flash-badge {
    background: #fff;
    color: #276749;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 900;
}

/* Headers */
.wc-h1 {
    font-size: 2.4rem;
    line-height: 1.25;
    color: #1a202c;
    margin-bottom: 15px;
}

.highlight-red { color: #c53030; text-decoration: underline; text-decoration-color: #fc8181; }

/* The "Gossip/Scoop" Card */
.gossip-card {
    background: #fff5f5;
    border: 1px solid #feb2b2;
    border-radius: 12px;
    padding: 25px;
    margin: 35px 0;
    position: relative;
    box-shadow: 0 5px 20px rgba(254, 178, 178, 0.2);
}

.gossip-icon {
    position: absolute;
    top: -20px;
    right: 25px;
    background: #c53030;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 10px rgba(197, 48, 48, 0.3);
    border: 3px solid #fff;
}

/* Video Placeholder Style */
.panenka-simulation {
    background: #000;
    color: #fff;
    height: 250px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
    border: 2px solid #2d3748;
    text-align: center;
}

.play-icon { font-size: 3rem; opacity: 0.8; margin-bottom: 10px; }

/* Fixture Box */
.fixture-box {
    background: #ebf8ff;
    border-left: 5px solid #4299e1;
    padding: 20px;
    margin-top: 30px;
    border-radius: 8px;
}

/* Voting Grid */
.reaction-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.react-btn {
    padding: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    color: #4a5568;
    display: block;
}

.react-btn:hover {
    border-color: #0047AB;
    background: #f0f7ff;
    color: #0047AB;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Responsive */
@media (max-width: 768px) {
    .wc-h1 { font-size: 1.8rem; }
    .reaction-grid { grid-template-columns: 1fr; }
}/* End custom CSS */