    body {
        font-family: 'Inter', sans-serif;
        line-height: 1.6;
        color: #495057;
        background-color: #f8f9fa;
    }
    .top-bar {
        background-color: #343a40;
        color: #abd5bd;
        font-size: 0.85rem;
        padding: 0.5rem 0;
    }
    .top-bar .social-icons a {
        color: #adb5bd;
        margin-left: 10px;
        transition: color 0.2s ease;
    }
    .top-bar .social-icons a:hover {
        color: #ffffff;
    }
    .header-main {
        background-color: #ffffff;
        padding: 1.5rem 0;
        border-bottom: 1px solid #e9ecef;
    }
    .header-main .logo {
        font-family: 'Times New Roman', serif;
        font-size: 3.5rem;
        font-weight: bold;
        color: #212529;
    }
    .header-main .ad-banner {
    background-color: #e9ecef;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.2rem;
    border-radius: .25rem;
    }
    .main-navbar {
        background-color: #ffffff;
        border-bottom: 1px solid #e9ecef;
        margin-bottom: 2rem;
        padding: 0.5rem 0;
    }
    .main-navbar .nav-link {
        font-weight: 600;
        color: #343a40;
        padding: 0.75rem 1rem;
    }
    .main-navbar .nav-link:hover {
        color: #007bff;
    }
    .featured-article {
        background-color: #ffffff;
        border-radius: 0.5rem;
        overflow: hidden;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
    }
    .featured-article .featured-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        background-color: #e9ecef;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
        font-size: 1.2rem;
    }
    .featured-article .featured-content {
        padding: 2rem;
        flex-grow: 1;
    }
    .card-category {
        font-size: 0.75rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #007bff;
        margin-bottom: 0.5rem;
        display: block;
    }
    .featured-article .featured-title {
        font-family: 'Times New Roman', serif;
        font-weight: bold;
        color: #212529;
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    .featured-article .featured-text {
        font-size: 1rem;
        color: #495057;
    }
    .featured-article .featured-meta {
        font-size: 0.85rem;
        color: #868e96;
        margin-top: 1rem;
    }
    .news-card {
        background-color: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: .5rem;
        overflow: hidden;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: box-shadow 0.3s ease;
    }
    .news-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    .news-card .card-img-top {
        width: 100%;
        height: 200px;
        object-fit: cover;
        background-color: #e9ecef;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
        font-size: 0.9rem;
    }
    .news-card .card-body {
        padding: 1.25rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    .news-card .card-title {
        font-family: 'Times New Roman', serif;
        font-weight: bold;
        color: #212529;
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
    .news-card .card-text {
        font-size: 0.9rem;
        color: #6c757d;
        flex-grow: 1;
    }
    .news-card .card-footer {
        background-color: #ffffff;
        border-top: 1px solid #e9ecef;
        padding: 0.75rem 1.25rem;
        font-size: 0.8rem;
        color: #868e96;
        margin-top: auto;
    }
    .sidebar-section {
        background-color: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: .5rem;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .sidebar-section h5 {
        font-family: 'Times New Roman', serif;
        font-weight: bold;
        color: #212529;
        margin-bottom: 1rem;
    }
    .sidebar-section .list-group-item {
        border: none;
        padding: 0.75rem 0;
        color: #495057;
    }
    .sidebar-section .list-group-item:hover {
        color: #007bff;
    }
    .sidebar-section .ad-block {
        background-color: #e9ecef;
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
        font-size: 1rem;
        border-radius: .25rem;
        margin-bottom: 1.5rem;
    }
/* Must Read Section */
        .must-read-card {
        background-color: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: .5rem;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        margin-bottom: 1.5rem;
        transition: box-shadow 0.3s ease;
        height: 100%;
    }
    .must-read-card:hover {
        box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.08);
    }
    .must-read-card .card-img {
        width: 150px;
        height: 100%;
        object-fit: cover;
        background-color: #e9ecef;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
        font-size: 0.8rem;
        flex-shrink: 0;
    }
    .must-read-card .card-body {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .must-read-card .card-title {
        font-family: 'Times New Roman', serif;
        font-weight: bold;
        color: #212529;
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
    .must-read-card .card-text {
        font-size: 0.85rem;
        color: #6c757d;
        flex-grow: 1;
    }
    .must-read-card .card-meta {
        font-size: 0.75rem;
        color: #868e96;
        margin-top: 0.5rem;
    }
    .must-read-section .col-md-6 {
        display: flex;
    }
    .must-read-section .must-read-card {
        width: 100%;
    }
    /* Flexbox for must-read-card on mobile */
    @media (max-width: 767.98px) {
        .must-read-card {
        flex-direction: column;
}
.must-read-card .card-img {
    width: 100%;
    height: 200px;
}
}
.footer {
        background-color: #343a40;
        color: #ffffff;
        padding: 3rem 0;
        font-size: 0.9rem;
    }
    .footer h5 {
        color: #ffffff;
        margin-bottom: 1rem;
        font-weight: bold;
    }
    .footer ul {
        list-style: none;
        padding: 0;
    }
    .footer ul li a {
        color: #adb5bd;
        text-decoration: none;
        padding: 0.25rem 0;
        display: block;
    }
    .footer ul li a:hover {
        color: #ffffff;
    }
    .footer .copyright {
        border-top: 1px solid #495057;
        padding-top: 1.5rem;
        margin-top: 2rem;
        color: #adb5bd;
        font-size: 0.8rem;
    }