/* Extracted from index.blade.php */

body { background-color: #0d1117; color: #c9d1d9; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        .page-title { background-size: cover; background-position: center; padding: 80px 0; color: #fff; text-align: center; }
        .page-title .title { font-size: 48px; font-weight: bold; color: #FF9D23; }
        .page-breadcrumb { list-style: none; padding: 0; margin: 10px 0 0; color: #aaa; display: flex; justify-content: center; gap: 10px; }
        .page-breadcrumb li a { color: #f5f5f5; text-decoration: none; }
        .news-section { padding: 90px 0; }
        .news-item { background: #161b22; border-radius: 12px; box-shadow: 0 0 15px rgba(255, 255, 255, 0.05); overflow: hidden; transition: all 0.3s ease-in-out; height: 100%; }
        .news-item:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(255, 207, 35, 0.15); }
        .newsimg img { width: 100%; height: 220px; object-fit: cover; border-bottom: 1px solid #2c2f33; }
        .news-content { padding: 20px; }
        .news_postdate { color: #7dc3ff; font-size: 13px; }
        .news-content h3 { color: #FF9D23; font-size: 20px; margin: 10px 0; }
        .news-content p { font-size: 15px; color: #c9d1d9; }
        a.card-link { text-decoration: none; color: inherit; }
        @media (max-width: 767px) { .page-title .title { font-size: 32px; } }
