.news-article p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #374151;
    font-size: 1.05rem;
}

.news-article h2 {
    font-weight: 900;
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

.news-article blockquote {
    border-left: 4px solid #ef4444;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    font-weight: 600;
    color: #000;
    font-size: 1.25rem;
}
