/* Custom News Page Styles */

/* Custom News Page Styles */
/* :root specific to this file removed - using assets/css/variables.css */

/* --- Hero Section --- */
/* Hero styles handled by .cb-common-hero */

/* --- Content Container --- */
.news-content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .news-hero-title {
        font-size: 2.2rem;
    }

    .news-hero-section {
        padding: 50px 16px 30px;
    }

    .news-content-container {
        padding: 0 16px 60px;
    }
}