.news-img {
    width: 100%;
    max-width: 250px;
    height: 275px;
    object-fit: cover;
    border-radius: 12px;
}

.news-meta {
    font-size: 0.95rem;
    color: #888;
}

.news-title {
    color: #003366;
    font-weight: bold;
}

.btn-view-more {
    background: #ffcc00;
    color: #003366;
    font-weight: bold;
}

.btn-view-more:hover {
    background: #ffd633;
    color: #003366;
}

.modal-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}

.modal-title{
    color: #003366;
}

.news-date, .news-date-icon{
    color: #ffd633;
    font-size: 12px;
}