.elementor-6893 .elementor-element.elementor-element-94311e7{--display:flex;overflow:visible;}.elementor-6893 .elementor-element.elementor-element-8223071 img{border-radius:8px 8px 8px 8px;box-shadow:0px 0px 8px 0px rgba(0,0,0,0.5);}/* Start custom CSS for text-editor, class: .elementor-element-c635436 */<style>
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:wght@300;400;700&display=swap');

/* Main Container */
.wc-news-article {
    background-color: #fff;
    color: #111;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto;
}

/* Breaking Banner */
.breaking-banner {
    background: #c1272d; /* Morocco Red */
    color: #fff;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 4px;
}

.pulse-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
    animation: pulse-white 1.5s infinite;
}

/* Typography */
.wc-news-article h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    color: #111;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.wc-meta {
    font-size: 0.9rem;
    color: #666;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.wc-lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #222;
    border-left: 5px solid #006233; /* Morocco Green */
    padding-left: 20px;
}

.wc-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: #c1272d;
    margin-top: 40px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

/* Quote Box */
.quote-box {
    background: #f9f9f9;
    padding: 30px;
    margin: 30px 0;
    border-right: 5px solid #c1272d;
    position: relative;
    font-style: italic;
    font-size: 1.2rem;
    color: #444;
}

.quote-icon {
    font-size: 4rem;
    color: #ddd;
    position: absolute;
    top: -10px;
    left: 10px;
    opacity: 0.5;
}

.quote-author {
    margin-top: 15px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 1rem;
    text-align: right;
}

/* Match Card */
.match-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 25px 0;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.match-header {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.score-board {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.score {
    background: #c1272d;
    padding: 5px 20px;
    border-radius: 8px;
    font-weight: 700;
}

.match-footer {
    color: #ffd700; /* Gold */
    font-weight: 700;
    font-size: 1rem;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    background: #f0fdf4;
    padding: 15px;
    margin-bottom: 10px;
    border-left: 4px solid #006233;
    font-size: 1.05rem;
}

/* FAQ Styles */
.wc-faq-container {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-top: 50px;
}

.faq-header h2 {
    font-family: 'Oswald', sans-serif;
    color: #111;
    margin: 0 0 20px 0;
    border: none;
}

.wc-faq-item summary {
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.wc-faq-item summary::after {
    content: '+';
    color: #c1272d;
    font-weight: bold;
    font-size: 1.5rem;
}

.wc-faq-item[open] summary::after { content: '-'; }

.faq-answer {
    padding: 15px 0;
    color: #555;
}

@keyframes pulse-white {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Mobile */
@media (max-width: 768px) {
    .wc-news-article h1 { font-size: 2rem; }
    .score-board { flex-direction: column; gap: 10px; }
}
</style>/* End custom CSS */