/* CSS Gerado Dinamicamente - Configurações de Fontes com Prioridade Máxima */

:root {
  --cor_primaria: #0b8103;
  --cor_secundaria: #000000;
  --cor_sucesso: #28a745;
  --cor_perigo: #dc3545;
  --cor_aviso: #fcbd07;
  --cor_info: #17a2b8;
  
  /* VARIÁVEIS DE FONTES - CORRIGIDAS */
  --font-primary: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --font-secondary: "Inter", sans-serif;
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - HEADER
   ===================================================== */
body .site-title {
  font-family: var(--font-primary) !important;
  font-weight: 700 !important;
  font-size: 28px !important;
}

@media (max-width: 768px) {
  body .site-title {
    font-size: 24px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - SIDEBAR GERAL
   ===================================================== */
body .sidebar {
  font-family: var(--font-secondary) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  list-style: none!important;
}

@media (max-width: 768px) {
  body .sidebar {
    font-size: 12px !important;
  }
}


/* =====================================================
   CONFIGURAÇÕES ADMIN - TÍTULOS SIDEBAR
   ===================================================== */
body .sidebar .sidebar-title {
  font-family: var(--font-primary) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

@media (max-width: 768px) {
  body .sidebar .sidebar-title {
    font-size: 16px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - LINKS SIDEBAR
   ===================================================== */
body .sidebar a {
  font-family: var(--font-secondary) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

/* ESPECIFICIDADE MÁXIMA para links de posts na sidebar */
body .sidebar .card .card-body .list-unstyled li a {
  font-family: var(--font-secondary) !important;
  font-weight: 900 !important;
  font-size: 18px !important;
}

@media (max-width: 768px) {
  body .sidebar a {
    font-size: 17px !important;
  }
  body .sidebar .card .card-body .list-unstyled li a {
    font-size: 17px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - WIDGETS SIDEBAR
   ===================================================== */
body .sidebar .sidebar-widget h3 {
  font-family: var(--font-primary) !important;
  font-weight: 600 !important;
  font-size: 19px !important;
}

@media (max-width: 768px) {
  body .sidebar .sidebar-widget h3 {
    font-size: 17px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - CONTEÚDO
   ===================================================== */
body .post-content {
  font-family: var(--font-secondary) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

@media (max-width: 768px) {
  body .post-content {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

/* Garantir que parágrafos e listas herdem a tipografia ajustada */
body .post-content p,
body .post-content li {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - TÍTULOS CONTEÚDO
   ===================================================== */
body .post-content h2 {
  font-family: var(--font-primary) !important;
  font-weight: 700 !important;
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - TÍTULOS CARDS
   ===================================================== */
body .post-card .card-title, 
body .featured-post .card-title {
  font-family: var(--font-primary) !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

@media (max-width: 768px) {
  body .post-card .card-title, 
  body .featured-post .card-title {
    font-size: 18px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - HEADERS CARDS
   ===================================================== */
body .card-header h3 {
  font-weight: 700 !important;
  font-size: 22px !important;
}

@media (max-width: 768px) {
  body .card-header h3 {
    font-size: 20px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - BADGES
   ===================================================== */
body .badge, 
body .category-badge {
  font-family: var(--font-secondary) !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  background: #000!important;
  color: #fff!important;
}

@media (max-width: 768px) {
  body .badge, 
  body .category-badge {
    font-size: 10px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - TÍTULOS FOOTER
   ===================================================== */
body .footer-title {
  font-family: var(--font-secondary) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

@media (max-width: 768px) {
  body .footer-title {
    font-size: 16px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - BREADCRUMB
   ===================================================== */
body .breadcrumb, 
body .breadcrumb-item {
  font-family: var(--font-secondary) !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

@media (max-width: 768px) {
  body .breadcrumb, 
  body .breadcrumb-item {
    font-size: 10px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - SEÇÕES ESPECÍFICAS
   ===================================================== */
/* Seção "Leia Também" */
.related-posts-title {
  font-family: var(--font-primary) !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}

.related-post-title {
  font-family: var(--font-primary) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .related-posts-title {
    font-size: 20px !important;
  }
  .related-post-title {
    font-size: 12px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - ANÚNCIOS
   ===================================================== */
body .anuncio-titulo-sidebar,
body .anuncio-titulo-conteudo,
body .anuncio-titulo-grade,
body .anuncio-titulo-carrossel {
  font-family: var(--font-secondary) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  body .anuncio-titulo-sidebar,
  body .anuncio-titulo-conteudo,
  body .anuncio-titulo-grade,
  body .anuncio-titulo-carrossel {
    font-size: 12px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - NAVEGAÇÃO
   ===================================================== */
body .navbar,
body .navbar-nav .nav-link {
  font-family: var(--font-secondary) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  body .navbar,
  body .navbar-nav .nav-link {
    font-size: 12px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - BOTÕES
   ===================================================== */
body .btn {
  font-family: var(--font-secondary) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  body .btn {
    font-size: 12px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - META TEXTOS
   ===================================================== */
body .text-muted,
body .meta-text,
body small {
  font-family: var(--font-secondary) !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

@media (max-width: 768px) {
  body .text-muted,
  body .meta-text,
  body small {
    font-size: 10px !important;
  }
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - TÍTULOS GERAIS
   ===================================================== */
body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6 {
  font-family: var(--font-primary) !important;
  color: var(--cor_secundaria) !important;
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - PARÁGRAFOS E CONTEÚDO
   ===================================================== */
body p, 
body div {
  font-family: var(--font-secondary) !important;
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - CORES
   ===================================================== */
.navbar {
  background-color: #f8f9fa;
  color: #333333;
}

.navbar-nav .nav-link {
  color: #1d1d1d;
}

.navbar-nav .nav-link:hover {
  color: #0a6b02;
}

footer {
  background-color: #f8f9fa;
  color: #6c757d;
}

footer a {
  color: #0b8103;
}

/* =====================================================
   CONFIGURAÇÕES ADMIN - UTILITÁRIOS
   ===================================================== */
.titulo {
  font-size: 28px;
}

.subtitulo {
  font-size: 20px;
}

.paragrafo {
  font-size: 16px;
}

.pequeno {
  font-size: 14px;
} 