/* =====================================================================
   PIRANOT CUSTOM — V3.1 (NBC News Aesthetic & Fixes)
   ===================================================================== */
:root {
  --pira-blue: #002e5b;
  --pira-yellow: #f6da09;
  --text-dark: #111111;
  --bg-light: #ffffff;
  --border-light: #e5e5e5;
  --font-heading: "Montserrat", "Roboto", "Helvetica Neue", sans-serif;
  --font-body: "PT Serif", "Merriweather", Georgia, serif;
}
body { background: var(--bg-light) !important; color: var(--text-dark) !important; }

/* HEADER VISIBILITY FIX (White Text on Blue Background) */
.jeg_header .jeg_topbar, .jeg_header .jeg_midbar, .jeg_header .jeg_bottombar, .jeg_navbar_wrapper {
    background-color: var(--pira-blue) !important;
}
.jeg_navbar .jeg_menu > li > a, 
.jeg_midbar .jeg_menu > li > a,
.jeg_topbar .jeg_nav_item a, 
.jeg_menu_style_1 > li > a,
.jeg_header .socials_widget > a > i.fa,
.jeg_header .jeg_search_toggle i {
    color: #ffffff !important;
    font-family: var(--font-heading) !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}
.jeg_navbar .jeg_menu > li > a:hover, 
.jeg_midbar .jeg_menu > li > a:hover {
    color: var(--pira-yellow) !important;
}
.jeg_navbar_mobile_menu { background: var(--pira-blue) !important; }
.jeg_mobile_menu li a, .jeg_mobile_bottombar i { color: #ffffff !important; }
.jeg_nav_search .jeg_search_input { background: rgba(255,255,255,0.1) !important; color: #fff !important; }

/* REBOOT SINGLE POSTS ("Totalmente quebrada") */
.jeg_main { display: block !important; } /* Reverts any frontend display none bugs */
.jeg_main_content { background: #ffffff !important; }

.jeg_single_tpl_1 .entry-header .jeg_post_title, 
.jeg_single_tpl_2 .entry-header .jeg_post_title,
.jeg_single_tpl_3 .entry-header .jeg_post_title {
    font-size: 44px !important;
    line-height: 1.15 !important;
    font-family: var(--font-heading) !important;
    font-weight: 800 !important;
    letter-spacing: -1px !important;
    color: var(--text-dark) !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.entry-header .jeg_post_subtitle, .entry-header .jeg_post_excerpt {
    font-size: 22px !important;
    line-height: 1.4 !important;
    color: #444444 !important;
    font-weight: 400 !important;
    font-family: var(--font-heading) !important;
}
.jeg_post_meta {
    border-top: 1px solid var(--border-light) !important;
    border-bottom: 1px solid var(--border-light) !important;
    padding: 12px 0 !important;
    font-family: var(--font-heading) !important;
}
.jeg_post_meta a { font-weight: 600 !important; color: var(--pira-blue) !important; }

/* Readable Articles */
.entry-content {
    font-size: 19px !important;
    line-height: 1.7 !important;
    color: #222222 !important;
    font-family: var(--font-body) !important;
    max-width: 760px !important;
    margin: 0 auto; /* Center like Medium/NBC */
}
.entry-content p { margin-bottom: 26px !important; }
.entry-content h2, .entry-content h3 {
    font-family: var(--font-heading) !important;
    font-weight: 800 !important;
    color: var(--text-dark) !important;
    margin-top: 45px !important;
    margin-bottom: 20px !important;
}

/* HUB/ARCHIVE STYLING (Modern Clean NBC Style - Fix anos 40/70) */
.jeg_archive_header {
    background: #f8f9fa !important;
    padding: 40px 20px;
    border-bottom: 3px solid var(--pira-blue) !important;
    margin-bottom: 40px;
}
.jeg_archive_title {
    font-size: 38px !important;
    font-weight: 800 !important;
    font-family: var(--font-heading) !important;
    color: var(--pira-blue) !important;
    text-transform: uppercase;
}

/* NBC News Grid layout */
.jeg_postblock .jeg_post {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid var(--border-light) !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
}
.jeg_postblock .jeg_post_title a {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    color: var(--text-dark) !important;
}
.jeg_postblock .jeg_post_title a:hover { color: var(--pira-blue) !important; }
.jeg_postblock .jeg_post_excerpt {
    font-size: 15px !important;
    color: #555555 !important;
    font-family: var(--font-heading) !important; /* using sans-serif for excerpts feels more modern */
}
.jeg_thumb img {
    border-radius: 4px !important;
}
.jeg_post_category a {
    background: var(--pira-yellow) !important;
    color: #000000 !important;
    font-family: var(--font-heading) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 4px 8px !important;
    border-radius: 2px !important;
}
