/* --- Post Header --- */
.viralgrid-breadcrumbs {
    font-size: 0.85rem; font-weight: 600; color: #94a3b8; 
    margin-bottom: 15px; display: flex; flex-wrap: wrap; align-items: center; line-height: 1.4;
}
.viralgrid-breadcrumbs a { color: var(--accent-color); }
.viralgrid-breadcrumbs .sep { margin: 0 8px; color: #cbd5e1; }

h1.entry-title {
    font-size: 2.6rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.02em;
    color: var(--heading-color); margin-top: 0; margin-bottom: 15px; 
}

.entry-meta-header {
    font-size: 0.95rem; color: #64748b; font-weight: 500;
    margin-bottom: 30px; display: flex; align-items: center; flex-wrap: wrap;
}
.entry-meta-header .meta-sep { margin: 0 5px; }

/* Featured Image (Desktop) */
.post-thumbnail { margin-bottom: 30px; display: block; }
.post-thumbnail img {
    max-width: 100%; height: auto; display: block; border-radius: 8px; 
    margin: 0 auto; box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Content */
.post-content img { max-width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 5px; }
.post-content { word-wrap: break-word; font-size: 1.1rem; color: var(--text-color); }
.post-content p { margin-bottom: 1.5em; }

/* Mobile Single Post Layout */
@media (max-width: 600px) {
    article { padding-top: 25px; }
    
    /* Restore padding for text */
    .viralgrid-breadcrumbs, h1.entry-title, .entry-meta-header, .post-content { 
        padding-left: 20px; padding-right: 20px; 
    }
    
    h1.entry-title { font-size: 2rem; margin-bottom: 12px; }

    /* FULL WIDTH IMAGE FIX */
    .post-thumbnail { 
        margin-left: 0; margin-right: 0; margin-bottom: 25px; width: 100%; 
    }
    .post-thumbnail img { 
        border-radius: 0; width: 100%; display: block; 
    }
}