/*
Theme Name: Panteon News
Theme URI: https://panteonmarketing.com.br
Author: Panteon Marketing e Design
Author URI: https://panteonmarketing.com.br
Description: Tema de portal de notícias inspirado no G1 Globo, desenvolvido pela Panteon Marketing e Design. Suporte a destaques, banners, patrocinadores, clima e rádio online.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: panteon-news
Tags: news, blog, magazine, portal, responsive
*/

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --color-red:       #E8000A;
  --color-red-dark:  #B80008;
  --color-blue:      #003087;
  --color-blue-mid:  #0055A5;
  --color-white:     #FFFFFF;
  --color-gray-100:  #F5F5F5;
  --color-gray-200:  #E8E8E8;
  --color-gray-300:  #CCCCCC;
  --color-gray-600:  #666666;
  --color-gray-800:  #333333;
  --color-black:     #111111;
  --font-sans:       'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-serif:      'Merriweather', Georgia, serif;
  --radius-sm:       4px;
  --radius-md:       6px;
  --shadow-card:     0 2px 8px rgba(0,0,0,0.10);
  --transition:      0.2s ease;
  --container:       1240px;
}

html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--color-gray-800);
  background: var(--color-gray-100);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
a:hover { color: var(--color-red); }
ul { list-style: none; }

/* === CONTAINER === */
.container { max-width: var(--container); margin: 0 auto; padding: 0 16px; }

/* ============================================================
   HEADER
============================================================ */
.site-header {
  background: var(--color-red);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}
.site-logo img { max-height: 44px; }
.site-logo-text {
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-white);
  letter-spacing: -1px;
  font-family: var(--font-serif);
}

/* Weather widget in header */
.header-weather {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-white);
  font-size: 0.82rem;
  background: rgba(255,255,255,0.15);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  cursor: pointer;
  transition: background var(--transition);
}
.header-weather:hover { background: rgba(255,255,255,0.25); }
.weather-icon { font-size: 1.3rem; }
.weather-temp { font-size: 1.1rem; font-weight: 700; }
.weather-city { opacity: 0.85; }

/* Radio bar */
.radio-bar {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 6px 0;
  display: none; /* shown via JS when configured */
}
.radio-bar.active { display: block; }
.radio-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
}
.radio-btn {
  background: var(--color-white);
  color: var(--color-blue);
  border: none;
  border-radius: 50%;
  width: 28px; height: 28px;
  cursor: pointer;
  font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
  flex-shrink: 0;
}
.radio-btn:hover { background: var(--color-gray-200); }
.radio-name { font-weight: 600; }
.radio-volume { accent-color: var(--color-white); }

/* Navigation */
.main-nav { background: var(--color-red-dark); }
.nav-list {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-list::-webkit-scrollbar { display: none; }
.nav-list li a {
  display: block;
  padding: 10px 16px;
  color: var(--color-white);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: background var(--transition);
}
.nav-list li a:hover,
.nav-list li.current-menu-item a { background: rgba(255,255,255,0.15); color: var(--color-white); }

/* Hamburger (mobile) */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 6px;
}

/* ============================================================
   BREAKING NEWS BAR
============================================================ */
.breaking-bar {
  background: var(--color-black);
  color: var(--color-white);
  padding: 7px 0;
  font-size: 0.82rem;
  overflow: hidden;
}
.breaking-inner { display: flex; align-items: center; gap: 12px; }
.breaking-label {
  background: var(--color-red);
  color: var(--color-white);
  padding: 2px 10px;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  flex-shrink: 0;
}
.breaking-ticker {
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
}
.breaking-ticker-inner {
  display: inline-block;
  animation: ticker 30s linear infinite;
}
@keyframes ticker {
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
}

/* ============================================================
   HERO BANNER (Notícias em Destaque)
============================================================ */
.hero-section { background: var(--color-white); padding: 20px 0 0; }

/* ============================================================
   HERO BANNER — destaque principal
============================================================ */
/* ============================================================
   HERO GRID — Estilo G1 original
============================================================ */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-template-rows: 230px 230px;
  gap: 3px;
  background: var(--color-gray-200);
  overflow: hidden;
}

/* ── CARD PRINCIPAL — foto ocupa tudo, texto no overlay ── */
.hero-main {
  grid-row: 1 / 3;
  grid-column: 1;
  position: relative;
  overflow: hidden;
  display: block;
  background: var(--color-black);
  text-decoration: none;
}
.hero-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .9;
  transition: transform .4s ease, opacity .3s;
}
.hero-main:hover img { transform: scale(1.03); opacity: .8; }

/* Overlay gradiente só no bottom — foto visível no topo */
.hero-main-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 80px 22px 22px;
  background: linear-gradient(to top,
    rgba(0,0,0,.85) 0%,
    rgba(0,0,0,.4)  50%,
    transparent     100%);
  color: #fff;
}
.hero-main .post-category {
  background: var(--color-red);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 3px 10px;
  border-radius: var(--radius-sm);
  display: inline-block;
  margin-bottom: 10px;
}
.hero-main h2 {
  font-size: 1.5rem;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.hero-main .post-meta { font-size: .78rem; opacity: .8; }

/* ── CARDS SECUNDÁRIOS — foto em cima, texto embaixo ── */
.hero-secondary {
  background: var(--color-white);
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.hero-secondary img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .3s ease;
}
.hero-secondary:hover img { transform: scale(1.04); }

.hero-secondary-content {
  padding: 10px 14px 12px;
}
.hero-secondary .post-category {
  background: var(--color-red);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  display: inline-block;
  margin-bottom: 6px;
}
.hero-secondary h3 {
  font-size: .9rem;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-black);
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-secondary h3:hover { color: var(--color-red); }
.hero-secondary .post-meta {
  font-size: .72rem;
  color: var(--color-gray-600);
}

/* ============================================================
   SECTION LABELS (estilo G1)
============================================================ */
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--color-red);
}
.section-label h2 {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-red);
}
.section-label .view-all {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--color-blue-mid);
  font-weight: 600;
}
.section-label .view-all:hover { text-decoration: underline; }

/* ============================================================
   MAIN CONTENT AREA
============================================================ */
.content-area { padding: 28px 0; }
.main-content-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: start;
}

/* News grid */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* News card */
.news-card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
}
.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.13);
}
.news-card-img { position: relative; overflow: hidden; }
.news-card-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card:hover .news-card-img img { transform: scale(1.05); }
.news-card-img .post-category {
  position: absolute;
  top: 8px; left: 8px;
  background: var(--color-red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}
.news-card-body { padding: 14px; }
.news-card-body h3 {
  font-size: 0.9rem;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  color: var(--color-black);
}
.news-card-body .post-meta {
  font-size: 0.73rem;
  color: var(--color-gray-600);
}

/* Horizontal list card (sidebar style) */
.news-list-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-gray-200);
}
.news-list-card:last-child { border-bottom: none; }
.news-list-card img {
  width: 88px;
  height: 66px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}
.news-list-card-body h4 {
  font-size: 0.82rem;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 4px;
  color: var(--color-black);
}
.news-list-card-body .post-meta {
  font-size: 0.7rem;
  color: var(--color-gray-600);
}

/* ============================================================
   SIDEBAR
============================================================ */
.sidebar { position: sticky; top: 90px; }
.sidebar-widget {
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  margin-bottom: 20px;
  overflow: hidden;
}
.sidebar-widget-title {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-white);
  background: var(--color-red);
  padding: 10px 16px;
}
.sidebar-widget-body { padding: 14px 16px; }

/* Weather widget (sidebar expanded) */
.weather-widget { text-align: center; }
.weather-big-temp {
  font-size: 3rem;
  font-weight: 300;
  color: var(--color-blue);
  line-height: 1;
}
.weather-big-icon { font-size: 2.5rem; margin-bottom: 6px; }
.weather-desc { font-size: 0.82rem; color: var(--color-gray-600); margin-bottom: 12px; }
.weather-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--color-gray-600);
}
.weather-detail-item { display: flex; align-items: center; gap: 4px; }
.weather-forecast {
  display: flex;
  justify-content: space-around;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--color-gray-200);
  font-size: 0.72rem;
  color: var(--color-gray-600);
  text-align: center;
}
.forecast-day { font-weight: 700; color: var(--color-black); }

/* ============================================================
   SPONSORS / PATROCINADORES
============================================================ */
.sponsors-section { padding: 28px 0; background: var(--color-white); }
.sponsors-label {
  text-align: center;
  font-size: 0.72rem;
  color: var(--color-gray-600);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.sponsors-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-gray-300) transparent;
  align-items: center;
}
.sponsor-item {
  flex-shrink: 0;
  background: var(--color-gray-100);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 80px;
  transition: box-shadow var(--transition);
}
.sponsor-item:hover { box-shadow: var(--shadow-card); }
.sponsor-item img { max-height: 50px; max-width: 130px; object-fit: contain; }

/* ============================================================
   CATEGORIES FULL SECTIONS
============================================================ */
.category-section { padding: 24px 0; }
.category-section + .category-section { border-top: 1px solid var(--color-gray-200); }

/* ============================================================
   LOAD MORE
============================================================ */
.load-more-wrap { text-align: center; margin-top: 24px; }
.btn-load-more {
  background: none;
  border: 2px solid var(--color-red);
  color: var(--color-red);
  padding: 10px 32px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition);
}
.btn-load-more:hover {
  background: var(--color-red);
  color: var(--color-white);
}

/* ============================================================
   ABOUT / CONTACT PAGES
============================================================ */
.page-hero {
  background: var(--color-red);
  color: var(--color-white);
  padding: 48px 0;
  text-align: center;
}
.page-hero h1 { font-size: 2rem; font-family: var(--font-serif); margin-bottom: 8px; }
.page-hero p { opacity: 0.9; font-size: 1rem; }

.page-content-wrap { background: var(--color-white); padding: 40px 0; }
.page-content-inner { max-width: 800px; margin: 0 auto; }

.contact-form label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 4px; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--color-gray-300);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: 0.9rem;
  font-family: var(--font-sans);
  margin-bottom: 16px;
  transition: border-color var(--transition);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-red);
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.btn-submit {
  background: var(--color-red);
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition);
}
.btn-submit:hover { background: var(--color-red-dark); }

/* ============================================================
   SINGLE POST
============================================================ */
.single-post-wrap { display: grid; grid-template-columns: 1fr 300px; gap: 28px; padding: 28px 0; }
.single-post-header { margin-bottom: 20px; }
.single-post-category {
  background: var(--color-red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: var(--radius-sm);
  display: inline-block;
  margin-bottom: 12px;
}
.single-post-title {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  line-height: 1.25;
  color: var(--color-black);
  margin-bottom: 10px;
}
.single-post-meta {
  font-size: 0.8rem;
  color: var(--color-gray-600);
  margin-bottom: 18px;
}
.single-post-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 24px;
}
.single-post-content {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-gray-800);
}
.single-post-content p { margin-bottom: 16px; }
.single-post-content h2,
.single-post-content h3 {
  font-family: var(--font-serif);
  margin: 24px 0 10px;
}
.single-post-content blockquote {
  border-left: 4px solid var(--color-red);
  padding: 10px 16px;
  margin: 20px 0;
  background: var(--color-gray-100);
  font-style: italic;
  color: var(--color-gray-600);
}
.share-bar {
  display: flex;
  gap: 10px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--color-gray-200);
}
.share-btn {
  padding: 8px 18px;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  color: #fff;
}
.share-fb  { background: #1877F2; }
.share-tw  { background: #1DA1F2; }
.share-wpp { background: #25D366; }

/* ============================================================
   FOOTER
============================================================ */
.site-footer { background: var(--color-black); color: var(--color-white); padding: 40px 0 20px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.footer-brand .site-logo-text { font-size: 1.8rem; }
.footer-brand p {
  font-size: 0.82rem;
  color: #aaa;
  margin-top: 10px;
  line-height: 1.6;
}
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a {
  background: rgba(255,255,255,0.1);
  color: #fff;
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  transition: background var(--transition);
}
.footer-social a:hover { background: var(--color-red); }
.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  color: #ddd;
}
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 0.82rem; color: #aaa; transition: color var(--transition); }
.footer-col ul li a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: #666;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-panteon { color: var(--color-red); font-weight: 700; }

/* ============================================================
   UTILITIES
============================================================ */
.post-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.post-meta .author::before { content: '●'; font-size: 0.4rem; margin-right: 4px; vertical-align: middle; }
.badge-new { background: var(--color-red); color: #fff; font-size: 0.65rem; font-weight: 700; padding: 1px 5px; border-radius: 2px; }
.skeleton { background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; border-radius: 4px; }
@keyframes shimmer { to { background-position: -200% 0; } }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .main-content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .hero-main img { height: 260px; }
  .hero-secondary img { height: 160px; }
  .hero-secondary:nth-child(3) { display: none; }
  .news-grid { grid-template-columns: 1fr; }
  .single-post-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: flex; }
  .nav-list { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--color-red-dark); }
  .nav-list.open { display: flex; }
  .nav-list li a { padding: 12px 20px; }
  .header-weather .weather-city { display: none; }
}
@media (max-width: 480px) {
  .hero-main h2 { font-size: 1.1rem; }
  .site-logo-text { font-size: 1.5rem; }
}

/* ============================================================
   FOOTER — CONTATOS & WHATSAPP FLOAT
============================================================ */
.footer-contacts { margin: 14px 0; display: flex; flex-direction: column; gap: 7px; }
.footer-contact-item { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: #aaa; transition: color .2s; }
.footer-contact-item:hover { color: #fff; }

.footer-wpp-btn {
  display: inline-flex; align-items: center; gap: 9px;
  background: #25D366; color: #fff;
  padding: 11px 18px; border-radius: 8px;
  font-size: .85rem; font-weight: 700;
  transition: background .2s, transform .2s;
}
.footer-wpp-btn:hover { background: #1ebe57; transform: translateY(-2px); color: #fff; }

.footer-contact-list { display: flex; flex-direction: column; gap: 8px; }
.fci { display: flex; align-items: center; gap: 7px; font-size: .78rem; color: #888; }
.fci a { color: #aaa; transition: color .2s; }
.fci a:hover { color: #fff; }

/* BOTÃO WHATSAPP FLUTUANTE */
.wpp-float {
  position: fixed;
  bottom: 28px; right: 24px;
  z-index: 9999;
  background: #25D366;
  color: #fff;
  display: flex; align-items: center; gap: 10px;
  padding: 13px 20px 13px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  font-size: .85rem; font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  animation: wpp-pulse 2.5s infinite;
}
.wpp-float:hover {
  background: #1ebe57;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(37,211,102,.55);
  color: #fff;
}
.wpp-float-label { white-space: nowrap; }
@keyframes wpp-pulse {
  0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.45); }
  50%      { box-shadow: 0 4px 28px rgba(37,211,102,.7); }
}
@media (max-width: 480px) {
  .wpp-float-label { display: none; }
  .wpp-float { padding: 14px; border-radius: 50%; }
}

/* ============================================================
   WIDGETS EM PORTUGUÊS — overrides nos títulos padrão
============================================================ */
.widget_recent_entries .widget-title::before    { content: '📰 '; }
.widget_recent_comments .widget-title::before   { content: '💬 '; }
.widget_archive .widget-title::before           { content: '🗂️ '; }
.widget_categories .widget-title::before        { content: '📂 '; }
.widget_search .widget-title::before            { content: '🔍 '; }
.widget_tag_cloud .widget-title::before         { content: '🏷️ '; }
.widget_recent_entries ul, .widget_archive ul, .widget_categories ul { padding: 0; }
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li { border-bottom: 1px solid var(--color-gray-200); padding: 8px 0; font-size: .83rem; }
.widget_recent_entries ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child { border-bottom: none; }
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a { color: var(--color-gray-800); }
.widget_recent_entries ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover { color: var(--color-red); }
.widget_recent_comments ul li { font-size: .8rem; border-bottom: 1px solid var(--color-gray-200); padding: 8px 0; }
.widget_recent_comments ul li:last-child { border-bottom: none; }
.widget_categories ul .children { padding-left: 14px; }

/* Post pagination */
.posts-navigation .nav-links,
.pagination .nav-links { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 24px; }
.posts-navigation .nav-links a,
.posts-navigation .nav-links span,
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 36px; padding: 0 10px;
  border: 1.5px solid var(--color-gray-300); border-radius: var(--radius-sm);
  font-size: .82rem; font-weight: 600; color: var(--color-gray-800);
  transition: all .2s;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover {
  background: var(--color-red); border-color: var(--color-red); color: #fff;
}



/* Sidebar widget banner */
.panteon-banner-zone a { display: block; margin-bottom: 12px; border-radius: var(--radius-sm); overflow: hidden; }
.panteon-banner-zone img { width: 100%; border-radius: var(--radius-sm); transition: opacity .2s; }
.panteon-banner-zone a:hover img { opacity: .9; }

/* ============================================================
   NEWSLETTER BLOCK
============================================================ */
.newsletter-block {
  background: linear-gradient(135deg, var(--color-red) 0%, var(--color-red-dark) 100%);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 32px 28px;
  text-align: center;
  margin: 8px 0;
}
.nlb-icon  { font-size: 2.4rem; margin-bottom: 8px; }
.nlb-title { font-size: 1.3rem; font-family: var(--font-serif); font-weight: 700; margin-bottom: 6px; }
.nlb-desc  { font-size: .88rem; opacity: .88; margin-bottom: 18px; }
.nlb-form  { display: flex; flex-direction: column; gap: 10px; max-width: 420px; margin: 0 auto; }
.nlb-input {
  border: none; border-radius: var(--radius-sm);
  padding: 12px 16px; font-size: .9rem;
  width: 100%; box-sizing: border-box;
}
.nlb-btn {
  background: var(--color-black); color: #fff;
  border: none; border-radius: var(--radius-sm);
  padding: 12px 24px; font-size: .9rem; font-weight: 700;
  cursor: pointer; transition: background var(--transition);
}
.nlb-btn:hover { background: #333; }
#nlb-msg { padding: 10px; border-radius: var(--radius-sm); font-weight: 600; font-size: .85rem; }

/* ============================================================
   POLL / ENQUETE
============================================================ */
.poll-widget {
  background: var(--color-white);
  border: 2px solid var(--color-red);
  border-radius: var(--radius-md);
  padding: 20px;
  margin: 24px 0;
}
.pw-header {
  display: flex; align-items: center; gap: 6px;
  font-size: .72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .5px; color: var(--color-red); margin-bottom: 10px;
}
.pw-question { font-family: var(--font-serif); font-size: 1rem; font-weight: 700; margin-bottom: 14px; }
.pw-options  { display: flex; flex-direction: column; gap: 8px; }
.pw-opt {
  background: var(--color-gray-100); border: 1.5px solid var(--color-gray-300);
  border-radius: var(--radius-sm); padding: 10px 14px;
  text-align: left; font-size: .88rem; cursor: pointer;
  transition: all var(--transition); font-family: var(--font-sans);
}
.pw-opt:hover { border-color: var(--color-red); background: #fff0f0; color: var(--color-red); }
.pw-results   { display: flex; flex-direction: column; gap: 10px; }
.pw-result-item { font-size: .83rem; }
.pw-bar  { height: 8px; background: var(--color-gray-200); border-radius: 4px; margin: 4px 0; overflow: hidden; }
.pw-fill { height: 100%; background: var(--color-red); border-radius: 4px; transition: width .6s ease; }
.pw-pct  { font-weight: 700; color: var(--color-red); }
.pw-total{ font-size:.75rem;color:#999;margin-top:8px;text-align:right; }

/* ============================================================
   TEMPO DE LEITURA
============================================================ */
.read-time-bar {
  display: flex; align-items: center; gap: 6px;
  background: var(--color-gray-100);
  border-left: 3px solid var(--color-red);
  padding: 8px 14px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: .78rem; color: var(--color-gray-600);
  margin-bottom: 20px;
}

/* ============================================================
   RELÓGIO AO VIVO
============================================================ */
.panteon-clock { text-align: center; padding: 4px 0; }

/* ============================================================
   MAIS LIDAS LISTA
============================================================ */


/* ============================================================
   BANNER ENTRE SEÇÕES / RODAPÉ
============================================================ */

.banner-label {
  font-size: .65rem; color: #bbb; text-transform: uppercase;
  letter-spacing: 1px; margin: 0 0 6px; text-align: center;
}

/* ============================================================
   NEWSLETTER POPUP
============================================================ */
.nlb-popup-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.6);
  z-index: 99998; display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.nlb-popup-overlay.open { opacity: 1; pointer-events: all; }
.nlb-popup-box {
  background: #fff; border-radius: var(--radius-md);
  max-width: 480px; width: 92%; padding: 36px 32px;
  position: relative; transform: translateY(20px);
  transition: transform .3s;
}
.nlb-popup-overlay.open .nlb-popup-box { transform: translateY(0); }
.nlb-popup-close {
  position: absolute; top: 12px; right: 14px;
  background: none; border: none; font-size: 1.4rem;
  cursor: pointer; color: #999; line-height: 1;
}
.nlb-popup-close:hover { color: var(--color-red); }

/* ============================================================
   ARCHIVE VÍDEOS
============================================================ */
.videos-archive-hero { background: var(--color-black); padding: 36px 0; }
.videos-archive-hero h1 { color: #fff; font-family: var(--font-serif); font-size: 1.8rem; margin: 0 0 6px; }
.videos-archive-hero p  { color: rgba(255,255,255,.75); font-size: .9rem; margin: 0; }
.videos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding: 28px 0; }
.video-card { background: var(--color-white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-card); transition: transform var(--transition), box-shadow var(--transition); }
.video-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.14); }
.video-card-thumb { position: relative; aspect-ratio: 16/9; background: #000; overflow: hidden; }
.video-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.video-card:hover .video-card-thumb img { transform: scale(1.04); }
.video-card-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.35); transition: background var(--transition);
}
.video-card:hover .video-card-play { background: rgba(232,0,10,.5); }
.video-card-play svg { filter: drop-shadow(0 2px 6px rgba(0,0,0,.4)); transition: transform var(--transition); }
.video-card:hover .video-card-play svg { transform: scale(1.15); }
.video-card-dur { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,.8); color: #fff; font-size: .7rem; padding: 2px 6px; border-radius: 3px; }
.video-card-body { padding: 14px; }
.video-card-cat { font-size: .68rem; font-weight: 700; text-transform: uppercase; color: var(--color-red); margin-bottom: 5px; display: block; }
.video-card-title { font-family: var(--font-serif); font-size: .92rem; font-weight: 700; line-height: 1.35; color: var(--color-black); margin-bottom: 6px; }
.video-card-meta { font-size: .72rem; color: #999; }

.video-featured-banner {
  background: #000; padding: 0;
  aspect-ratio: 16/9; position: relative;
  border-radius: var(--radius-md); overflow: hidden;
  margin-bottom: 28px;
}
.video-featured-banner iframe { width: 100%; height: 100%; border: none; }

@media (max-width: 900px) { .videos-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 540px) { .videos-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CORREÇÕES v2 — Junho 2026
============================================================ */

/* ------ RÁDIO NO CABEÇALHO ------ */
.radio-bar { display: none !important; } /* remove barra antiga */

.header-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50px;
  padding: 6px 14px 6px 8px;
  flex-shrink: 0;
}
.header-radio-btn {
  background: rgba(255,255,255,0.2);
  border: none;
  border-radius: 50%;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: #fff;
  flex-shrink: 0;
  transition: background var(--transition);
}
.header-radio-btn:hover { background: rgba(255,255,255,0.35); }
.header-radio-btn.playing { background: var(--color-red); }

.header-radio-info {
  display: flex; align-items: center; gap: 6px;
}
.header-radio-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #aaa;
  flex-shrink: 0;
  transition: background .3s;
}
.header-radio-dot.live { background: #4cff72; animation: dot-pulse 1.2s infinite; }
@keyframes dot-pulse { 0%,100%{opacity:1;} 50%{opacity:.3;} }

.header-radio-name {
  font-size: .75rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-radio-volume {
  width: 70px;
  accent-color: #fff;
  cursor: pointer;
}
@media (max-width: 860px) {
  .header-radio-volume { display: none; }
  .header-radio-name   { max-width: 90px; font-size:.7rem; }
}
@media (max-width: 540px) {
  .header-radio { padding: 5px 8px; gap: 6px; }
  .header-radio-name { display: none; }
}



/* ------ WIDGETS NATIVOS WP — forçar português ------ */
/* Esconde título original e injeta via CSS para os que persistem em inglês */
.widget_recent_entries > .widgettitle,
.widget_recent_entries > h2,
.widget_recent_entries > h3 {
  font-size: 0 !important;  /* esconde texto original */
  color: transparent !important;
}
.widget_recent_entries > .widgettitle::before,
.widget_recent_entries > h2::before,
.widget_recent_entries > h3::before {
  content: '📰 Posts Recentes';
  font-size: .78rem;
  color: var(--color-white);
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.widget_recent_comments > .widgettitle,
.widget_recent_comments > h2,
.widget_recent_comments > h3 {
  font-size: 0 !important; color: transparent !important;
}
.widget_recent_comments > .widgettitle::before,
.widget_recent_comments > h2::before,
.widget_recent_comments > h3::before {
  content: '💬 Comentários Recentes';
  font-size: .78rem; color: var(--color-white);
  font-weight: 800; letter-spacing: .5px; text-transform: uppercase;
}
.widget_archive > .widgettitle,
.widget_archive > h2,
.widget_archive > h3 {
  font-size: 0 !important; color: transparent !important;
}
.widget_archive > .widgettitle::before,
.widget_archive > h2::before,
.widget_archive > h3::before {
  content: '🗂 Arquivos';
  font-size: .78rem; color: var(--color-white);
  font-weight: 800; letter-spacing: .5px; text-transform: uppercase;
}
.widget_categories > .widgettitle,
.widget_categories > h2,
.widget_categories > h3 {
  font-size: 0 !important; color: transparent !important;
}
.widget_categories > .widgettitle::before,
.widget_categories > h2::before,
.widget_categories > h3::before {
  content: '📂 Categorias';
  font-size: .78rem; color: var(--color-white);
  font-weight: 800; letter-spacing: .5px; text-transform: uppercase;
}

/* ============================================================
   CARD "OUTRAS POSTAGENS" — Sidebar
============================================================ */
.sidebar-outro-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-gray-200);
}
.sidebar-outro-card:last-of-type {
  border-bottom: none;
  margin-bottom: 8px;
  padding-bottom: 0;
}

/* Thumb em cima */
.soc-thumb-wrap {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  background: var(--color-black);
}
.soc-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
.sidebar-outro-card:hover .soc-thumb-wrap img { transform: scale(1.04); }

/* Corpo */
.soc-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.soc-cat {
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--color-red);
  display: block;
}
.soc-title {
  font-size: .88rem;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.soc-title a {
  color: var(--color-black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.soc-title a:hover { color: var(--color-red); }

.soc-excerpt {
  font-size: .75rem;
  color: var(--color-gray-600);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.soc-meta {
  font-size: .68rem;
  color: var(--color-gray-300);
  display: block;
  margin-top: 2px;
}

/* Botão ver mais */
.sidebar-ver-mais {
  display: block;
  text-align: center;
  font-size: .78rem;
  font-weight: 700;
  color: var(--color-red);
  padding: 10px 0 4px;
  border-top: 1px solid var(--color-gray-200);
  margin-top: 4px;
  transition: color var(--transition);
}
.sidebar-ver-mais:hover { color: var(--color-red-dark); }

/* ============================================================
   MAIS LIDAS & OUTRAS POSTAGENS — layout horizontal minimalista
============================================================ */
/* ============================================================
   MAIS LIDAS & OUTRAS POSTAGENS — card vertical estilo notícia
============================================================ */
.mais-lidas-lista {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ml-item {
  list-style: none !important;
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-gray-200);
}
.ml-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.ml-item::before, .ml-item::marker { display: none !important; content: none !important; }

/* Imagem do card */
.ml-thumb-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  position: relative;
  background: var(--color-gray-200);
}
.ml-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s ease;
}
.ml-item:hover .ml-thumb-wrap img { transform: scale(1.04); }

/* Badge de categoria sobre a imagem */
.ml-cat-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--color-red);
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  z-index: 2;
  line-height: 1.4;
}

/* Corpo do card */
.ml-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ml-body a {
  font-size: .9rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.4;
  font-family: var(--font-sans);
  display: block;
}
.ml-body a:hover { color: var(--color-red); }
.ml-meta {
  font-size: .72rem;
  color: var(--color-gray-600);
  display: block;
}

/* ============================================================
   BANNERS — versão definitiva limpa
============================================================ */

/* Banner de topo (após hero / nav) */
.panteon-banner-top {
  background: var(--color-white);
  border-top: 1px solid var(--color-gray-200);
  border-bottom: 1px solid var(--color-gray-200);
  padding: 10px 0;
  text-align: center;
}
.panteon-banner-top .banner-label { margin-bottom: 6px; }
.panteon-banner-top img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: var(--radius-sm);
}

/* Banner entre seções */
.panteon-between-banner {
  background: var(--color-white);
  border-top: 1px solid var(--color-gray-200);
  border-bottom: 1px solid var(--color-gray-200);
  padding: 12px 0;
  margin: 24px 0;
  text-align: center;
  clear: both;
}
.panteon-between-banner .container { padding: 0 16px; }
.panteon-between-banner a {
  display: block;
  line-height: 0;
}
.panteon-between-banner img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: var(--radius-sm);
}

/* Banner rodapé */
.panteon-footer-banner {
  background: var(--color-gray-100);
  border-top: 1px solid var(--color-gray-200);
  padding: 14px 0;
  text-align: center;
}
.panteon-footer-banner img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: var(--radius-sm);
}

/* Label "Publicidade" */
.banner-label {
  font-size: .62rem;
  color: var(--color-gray-300);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 6px;
  display: block;
}

/* ============================================================
   SIDEBAR — card cards corretos (Mais Lidas & Outras Postagens)
============================================================ */

/* Remove classes antigas de outras postagens que não são mais usadas */
.sidebar-ver-mais { display: block; text-align:center; font-size:.78rem; font-weight:700; color:var(--color-red); padding:10px 0 4px; border-top:1px solid var(--color-gray-200); margin-top:4px; }

/* Garante que ml-thumb-wrap existe e funciona na sidebar */
.sidebar-widget .mais-lidas-lista { padding: 0; margin: 0; list-style: none !important; }
.sidebar-widget .ml-item {
  list-style: none !important;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--color-gray-200);
}
.sidebar-widget .ml-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.sidebar-widget .ml-item::before,
.sidebar-widget .ml-item::marker { display: none !important; content: none !important; }

.sidebar-widget .ml-thumb-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
  position: relative;
  background: var(--color-gray-200);
}
.sidebar-widget .ml-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s ease;
}
.sidebar-widget .ml-item:hover .ml-thumb-wrap img { transform: scale(1.04); }
.sidebar-widget .ml-cat-badge {
  position: absolute;
  top: 7px; left: 7px;
  background: var(--color-red);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 2px 7px;
  border-radius: var(--radius-sm);
  z-index: 2;
}
.sidebar-widget .ml-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar-widget .ml-body a {
  font-size: .82rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.35;
  display: block;
}
.sidebar-widget .ml-body a:hover { color: var(--color-red); }
.sidebar-widget .ml-meta {
  font-size: .7rem;
  color: var(--color-gray-300);
  display: block;
}

/* ============================================================
   BARRA DE FILTRO / EDITORIAS no topo da home
============================================================ */
.filter-bar {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-gray-200);
  padding: 12px 0;
  position: sticky;
  top: 110px; /* abaixo do header sticky */
  z-index: 90;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.filter-bar-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.filter-bar-inner::-webkit-scrollbar { display: none; }

.filter-tag {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid var(--color-gray-200);
  background: none;
  color: var(--color-gray-600);
  transition: all .18s;
  text-decoration: none;
  flex-shrink: 0;
}
.filter-tag:hover,
.filter-tag.active {
  background: var(--color-red);
  border-color: var(--color-red);
  color: var(--color-white);
}
.filter-tag-count {
  font-size: .65rem;
  opacity: .7;
  margin-left: 4px;
}

/* ============================================================
   VISITANTES ONLINE — header widget
============================================================ */
.header-online {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50px;
  padding: 5px 12px;
  flex-shrink: 0;
}
.online-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4cff72;
  flex-shrink: 0;
  animation: online-pulse 2s infinite;
}
@keyframes online-pulse {
  0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(76,255,114,.5); }
  50%      { opacity: .8; box-shadow: 0 0 0 4px rgba(76,255,114,0); }
}
.online-count {
  font-size: .88rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.online-label {
  font-size: .68rem;
  color: rgba(255,255,255,.7);
  font-weight: 500;
}
@media (max-width: 640px) {
  .online-label { display: none; }
  .header-online { padding: 5px 8px; }
}
