body {
    background: #fff;
    color: #111;
    font-family: Arial, sans-serif;
}

.top {
    border-bottom: 1px solid #eee;
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #064a9b;
}

.nav-link {
    color: #111 !important;
    font-weight: 600;
    padding: 18px 14px !important;
}

.nav-link:hover {
    color: #064a9b !important;
}

.category-bar {
    border-bottom: 1px solid #ddd;
}

.category-bar a {
    color: #222;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    margin-right: 28px;
}

.news-title {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
}

.news-text {
    color: #555;
    line-height: 1.6;
}

.news-card {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-card h5 {
    font-weight: 700;
    line-height: 1.3;
}

.meta {
    color: #888;
    font-size: 14px;
}

.latest-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.latest-item h6 {
    font-size: 17px;
    line-height: 1.3;
}

.placeholder-img {
    height: 210px;
    background: #e9eef5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #789;
    font-size: 40px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .news-title {
        font-size: 23px;
    }

    .nav-link {
        padding: 10px 0 !important;
    }

    .category-bar {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }
}
