/* Info Page Styles */
.did-you-know-title {
    color: #D32F2F;
    /* Red color */
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

.highlight-box {
    margin-top: 20px;
    font-size: 0.95rem;
}

.purple-bold {
    color: #6A1B9A;
    font-weight: 700;
}

/* News Snippet Mockup */
.news-snippet {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    /* Softer, broader shadow */
    border: 1px solid #eee;
}

.news-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 2px solid #C62828;
    /* G1 Red Accent */
    padding-bottom: 5px;
}

.news-source {
    font-size: 0.75rem;
    font-weight: 900;
    color: #C62828;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.news-meta-row {
    font-size: 0.7rem;
    color: #888;
    font-family: 'Inter', sans-serif;
}

.news-headline {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 10px;
}

.news-footer {
    font-size: 0.7rem;
    color: #888;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
}