body {
    background: #f4f4f4;
    color: #222;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin: 0;
    padding: 0;
}

.news-container {
    max-width: 700px;
    margin: 2.5rem auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem 2.5rem 2rem;
    border: 1px solid #e2e2e2;
}

.news-header {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.news-source {
    color: #1a7f5a;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.news-headline {
    font-size: 2.1rem;
    font-weight: 700;
    margin: 0.5rem 0 0.7rem 0;
    color: #1a202c;
    line-height: 1.18;
}

.news-byline {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 0.1rem;
}

.news-meta {
    font-size: 0.98rem;
    color: #888;
    margin-bottom: 0.2rem;
}

.news-location {
    font-size: 0.98rem;
    color: #888;
    margin-bottom: 1.2rem;
}

.news-body {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 1.7rem;
}

.news-quote {
    font-style: italic;
    background: #f7fafc;
    border-left: 4px solid #1a7f5a;
    padding: 1rem 1.2rem;
    margin: 2rem 0 2rem 0;
    color: #1a4d36;
    border-radius: 0 8px 8px 0;
}

.news-benefits-title {
    font-weight: 700;
    color: #1a7f5a;
    margin-bottom: 0.7rem;
    font-size: 1.13rem;
}

.news-benefits-list {
    margin: 0 0 1.5rem 1.2em;
    color: #222;
    font-size: 1.08rem;
}

.news-benefits-list li {
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.news-footer {
    margin-top: 2.5rem;
    text-align: left;
    color: #888;
    font-size: 0.98rem;
    border-top: 1px solid #e2e2e2;
    padding-top: 1.2rem;
}

.cta-link {
    display: inline-block;
    margin-top: 2.2rem;
    background: none;
    color: #1a7f5a;
    font-weight: 700;
    font-size: 1.13rem;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    padding: 0.2em 0.5em;
    border-radius: 4px;
    transition: background 0.15s;
}

.cta-link:hover {
    background: #e6f4ea;
    text-decoration: none;
}

@media (max-width: 750px) {
    .news-container {
        padding: 1.2rem 0.5rem 2rem 0.5rem;
    }

    .news-headline {
        font-size: 1.3rem;
    }
}