.cpc-latest-articles-wrapper-274e3b92 {
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 0;
    box-sizing: border-box;
}

.cpc-latest-articles-heading-274e3b92 {
    color: #999999;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16px;
    margin-top: 0;
}

.cpc-latest-articles-list-274e3b92 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cpc-article-card-274e3b92 {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 18px;
    box-sizing: border-box;
}

.cpc-article-category-274e3b92 {
    color: #3a7bd5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.cpc-article-title-274e3b92 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}

.cpc-article-title-274e3b92:hover {
    color: #2C5F2E;
}

.cpc-article-date-274e3b92 {
    color: #888888;
    font-size: 13px;
}
