/**
 * PIRANOT V33 — Final Stabilizer
 * Força o visual aprovado sobre qualquer lixo legado.
 */

/* 1. IMAGENS (FIM DAS FOTOS EM BRANCO) */
img, .wp-post-image, .post-thumbnail img, .article-featured-image img, .ult-thumb-giant img { 
    opacity: 1 !important; 
    visibility: visible !important; 
    display: block !important;
}

/* 2. CABEÇALHOS E CONTRASTE */
.article-title, .ult-headline-giant, .section-title { 
    color: #000000 !important; 
    font-weight: 950 !important; 
    text-transform: uppercase !important;
}

.article-lead, .ult-lead { 
    color: #334155 !important; 
    opacity: 1 !important;
}

/* 3. RADAR / MINUTO A MINUTO */
.ultimate-sidebar { background: #1e293b !important; }
.ult-minuto-header h2 { color: #ffff00 !important; }
.ult-headline-sidebar { color: #ffffff !important; }
.ult-time { background: #ffff00 !important; color: #000 !important; font-weight: 900 !important; }

/* 4. ALINHAMENTO GLOBAL */
.pira-wrap, .v20-container, .single-v32, .pira-footer-v33 { 
    max-width: 1260px !important; 
    margin: 0 auto !important; 
    padding: 0 20px !important;
    float: none !important;
}

/* 5. FIX PARA MOBILE ARREBENTADO */
@media (max-width: 768px) {
    .nbc-cluster-grid, .ultimate-grid, .news-density-row, .single-v32 { 
        display: block !important; 
    }
    .ult-headline-giant { font-size: 32px !important; }
    .article-title { font-size: 28px !important; }
}

/* JNews Style Refinements V33.2.2 */
.jeg_post_title { font-size: 42px !important; font-weight: 950 !important; line-height: 1.1 !important; color: #000 !important; text-transform: uppercase !important; }
.jeg_meta_container { border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; padding: 15px 0; margin: 20px 0; display: flex; gap: 20px; font-size: 13px; color: #64748b; font-weight: 700; }
.pira-author-box { background: #f8fafc !important; border: 1px solid #e2e8f0 !important; }
.pira-video-wrapper iframe { width: 100% !important; height: auto !important; aspect-ratio: 16/9 !important; }
.jeg_thumb img, .jeg_featured img, .wp-post-image { opacity: 1 !important; visibility: visible !important; display: block !important; }

/* Force Sidebar below content on Mobile V33.2.3 */
@media (max-width: 1024px) {
    .pira-single-row {
        display: flex !important;
        flex-direction: column !important;
    }
    .pira-main-content {
        order: 1 !important;
        width: 100% !important;
    }
    .pira-sidebar {
        order: 2 !important;
        width: 100% !important;
        margin-top: 40px !important;
    }
}
