/*
Theme Name: LitePress Fast-News
Theme URI: https://jharkhandnama.com/
Description: Hyper-fast news theme for Jharkhand Media Team.
Version: 1.0
Author: LP-Team
*/

/* न्यूज़ लेआउट के लिए बेसिक क्लीन CSS */
.news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.news-card {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}