/* =======================================================
   DISCOVERY BHARAT - MISSION NEWS PREMIUM NEWSPAPER STYLES
   ======================================================= */

/* 1. HIDE THE HOMEPAGE "HOME" TITLE */
.home .post-header,
.home .post-title,
.home .entry-header,
.home .page-header {
    display: none !important;
}

/* 2. BASE BACKGROUND & COLORS */
body, 
.site-content,
.main {
    background-color: #f7f4ee !important;
    color: #1f2937;
    line-height: 1.8;
}

a {
    color: #9f1239;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: #7f1d1d;
}

/* 3. HERO SECTION (2-Column Grid: Lead Story + Sidebar) */
.db-premium-hero {
    display: grid !important;
    grid-template-columns: 2fr 1.15fr !important;
    gap: 25px !important;
    margin: 25px 0 40px !important;
}

/* Main Featured Story Card */
.db-hero-main {
    background: #ffffff !important;
    padding: 22px !important;
    border-radius: 12px !important;
    border: 1px solid #e2d9cc !important;
    border-top: 4px solid #9f1239 !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
}

.db-hero-main .wp-show-posts-single {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.db-hero-main .wp-show-posts-image img {
    border-radius: 8px;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.db-hero-main .wp-show-posts-entry-title {
    font-size: 26px !important;
    line-height: 1.35 !important;
    margin: 14px 0 10px !important;
    font-weight: 700 !important;
}

.db-hero-main .wp-show-posts-entry-title a {
    color: #111827 !important;
}

.db-hero-main .wp-show-posts-entry-title a:hover {
    color: #9f1239 !important;
}

.db-kicker {
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d97706;
    font-weight: 800;
}

/* 4. SIDEBAR: LATEST UPDATES (Compact News List) */
.db-hero-side .db-side-box {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 12px !important;
    border: 1px solid #e2d9cc !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
}

.db-hero-side .db-side-box h3 {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f59e0b;
}

.db-hero-side .wp-show-posts-columns {
    margin: 0 !important;
}

.db-hero-side .wp-show-posts-single {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    border-bottom: 1px dashed #e5ddd2 !important;
}

.db-hero-side .wp-show-posts-single:last-child {
    border-bottom: none !important;
}

.db-hero-side .wp-show-posts-inner {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.db-hero-side .wp-show-posts-image {
    flex-shrink: 0;
    width: 75px;
    height: 60px;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 6px;
}

.db-hero-side .wp-show-posts-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

.db-hero-side .wp-show-posts-entry-title {
    font-size: 14.5px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

.db-hero-side .wp-show-posts-entry-title a {
    color: #1f2937 !important;
}

.db-hero-side .wp-show-posts-entry-title a:hover {
    color: #9f1239 !important;
}

/* 5. SECTION GRIDS (e.g., झारखंड News) */
.db-section {
    margin: 40px 0;
}

.db-section h2 {
    font-size: 26px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 3px solid #9f1239;
    display: inline-block;
}

.db-section .wp-show-posts-single {
    background: #ffffff !important;
    border: 1px solid #e2d9cc !important;
    border-radius: 10px !important;
    padding: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.db-section .wp-show-posts-single:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(159, 18, 57, 0.1) !important;
}

.db-section .wp-show-posts-entry-title a {
    color: #111827 !important;
    font-weight: 700;
    font-size: 16.5px;
}

/* 6. "खबरें और भी हैं" (CATEGORY BUTTONS GRID) */
.db-more-news {
    background: #ffffff;
    border: 1px solid #e2d9cc;
    border-radius: 12px;
    padding: 24px;
    margin: 35px 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
}

.db-more-news-head h2 {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 4px;
}

.db-more-news-head span {
    font-size: 13.5px;
    color: #6b7280;
    display: block;
    margin-bottom: 18px;
}

.db-more-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 12px;
}

.db-more-news-item {
    display: flex;
    align-items: center;
    background: #fdfbf7;
    border: 1px solid #e7dfd3;
    border-radius: 8px;
    padding: 10px 14px;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.db-more-news-item:hover {
    background: #ffffff;
    border-color: #9f1239;
    transform: translateX(3px);
    box-shadow: 0 3px 12px rgba(159, 18, 57, 0.08);
}

.db-news-arrow {
    color: #9f1239;
    font-weight: bold;
    margin-right: 8px;
}

.db-news-text {
    font-size: 14.5px;
    font-weight: 600;
    color: #1f2937;
}

/* 7. ABOUT BOX */
.db-about {
    background: #ffffff !important;
    border: 1px solid #e2d9cc !important;
    border-left: 4px solid #f59e0b !important;
    border-radius: 10px !important;
    padding: 20px 24px !important;
    margin: 30px 0 !important;
}

.db-about h2 {
    font-size: 19px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 8px;
}

.db-about p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
}

/* 8. MOBILE OPTIMIZATION */
@media(max-width: 768px) {
    .db-premium-hero {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .db-hero-main .wp-show-posts-entry-title {
        font-size: 20px !important;
    }
    .db-more-news-grid {
        grid-template-columns: 1fr;
    }
}