/* Título principal do post */
.entry-title {
font-family: Georgia, 'Times New Roman', serif;
font-size: 2.1rem;
line-height: 1.2;
font-weight: 700;
color: #111;
margin-bottom: 8px;
}


/* Links de títulos em listas */
.entry-title a {
color: #111;
text-decoration: none;
}


.entry-title a:hover {
text-decoration: underline;
}
/* Linha fina */
.subtitle,
.entry-subtitle {
font-family: Georgia, serif;
font-size: 1.1rem;
color: #444;
margin-bottom: 14px;
}
.dateline {
font-size: 0.9rem;
color: #666;
font-style: italic;
margin: 6px 0 2px;
}


.byline {
font-size: 0.85rem;
color: #777;
margin-bottom: 18px;
}
.entry-content {
font-family: Georgia, serif;
font-size: 1.05rem;
line-height: 1.7;
color: #222;
}


.entry-content p {
margin-bottom: 1.2em;
}
.entry-content h2 {
font-size: 1.4rem;
margin: 2em 0 0.8em;
font-weight: 700;
}


.entry-content h3 {
font-size: 1.2rem;
margin: 1.6em 0 0.6em;
}
.entry-content a {
color: #0056b3;
text-decoration: underline;
}


.entry-content a:hover {
color: #003f7f;
}
.wp-post-image {
margin-bottom: 18px;
}


.wp-caption-text {
font-size: 0.8rem;
color: #666;
}
.entry-content ul,
.entry-content ol {
margin-left: 1.4em;
margin-bottom: 1.2em;
}
body {
font-family: Georgia, 'Times New Roman', serif;
font-size: 17px;
line-height: 1.75;
color: #1a1a1a;
}
.entry-title {
font-size: 34px;
line-height: 1.25;
font-weight: 700;
letter-spacing: -0.5px;
margin-bottom: 12px;
}
@media (max-width: 768px) {
.entry-title {
font-size: 26px;
}
}
.linha-fina {
font-size: 18px;
color: #555;
margin-bottom: 18px;
}
.dateline {
font-size: 0.9rem;
color: #666;
font-style: italic;
margin: 6px 0 2px;
}


.byline {
font-size: 0.85rem;
color: #777;
margin-bottom: 18px;
}
.entry-content p {
margin-bottom: 1.4em;
}


.entry-content a {
color: #1a1a1a;
text-decoration: underline;
}


.entry-content a:hover {
color: #b00000;
}
.entry-content h2 {
font-size: 24px;
margin-top: 2em;
margin-bottom: 0.6em;
}


.entry-content h3 {
font-size: 20px;
margin-top: 1.6em;
}
.wp-block-image {
margin: 24px 0;
}


.wp-block-image figcaption {
font-size: 0.8rem;
color: #777;
}
.entry-footer {
border-top: 1px solid #e0e0e0;
padding-top: 12px;
font-size: 0.85rem;
}
------------------------------
.live-updates {
  border-top: 3px solid #b30000;
  margin: 40px 0;
  padding-top: 20px;
}

.live-header {
  margin-bottom: 20px;
}

.live-badge {
  background: #b30000;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.live-feed {
  list-style: none;
  padding: 0;
}

.live-item {
  border-left: 3px solid #b30000;
  padding: 12px 15px;
  margin-bottom: 15px;
  background: #f9f9f9;
}

.live-time {
  font-size: 12px;
  color: #666;
  display: block;
  margin-bottom: 5px;
}

.live-text {
  margin: 0;
  font-size: 15px;
}
-------------------------
.live-item.highlight {
  background: #fff3f3;
  border-left: 4px solid #b30000;
}
.info-box.updated {
  border-left: 4px solid #b30000;
  background: #fff8f8;
}
--------------------------
.nyt-reading-time {
    font-family: var(--font-serif, Georgia, "Times New Roman", serif);
    font-size: 13px;
    color: #666;
    letter-spacing: .02em;
}
.nyt-reading-time {
    text-transform: lowercase;
}
/* =====================================
   BOXES EDITORIAIS – Jornal de Curitiba
   Apenas posts individuais
   ===================================== */

body.wp-singular.single-post .wp-block-post-content .box-explicativo,
body.wp-singular.single-post .wp-block-post-content .box-comparativo,
body.wp-singular.single-post .wp-block-post-content .box-beneficiados {
  background-color: #f9f9f9;
  border-left: 4px solid #c62828;
  padding: 20px 24px;
  margin: 32px 0;
  border-radius: 4px;
}

/* Títulos */
body.wp-singular.single-post .wp-block-post-content .box-explicativo h3,
body.wp-singular.single-post .wp-block-post-content .box-comparativo h3,
body.wp-singular.single-post .wp-block-post-content .box-beneficiados h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
}

/* Texto e listas */
body.wp-singular.single-post .wp-block-post-content .box-explicativo p,
body.wp-singular.single-post .wp-block-post-content .box-beneficiados li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

body.wp-singular.single-post .wp-block-post-content .box-beneficiados ul {
  padding-left: 18px;
  margin: 0;
}

/* Tabela comparativa */
body.wp-singular.single-post .wp-block-post-content .box-comparativo table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

body.wp-singular.single-post .wp-block-post-content .box-comparativo th,
body.wp-singular.single-post .wp-block-post-content .box-comparativo td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

body.wp-singular.single-post .wp-block-post-content .box-comparativo th {
  background-color: #eceff1;
  font-weight: 600;
  text-align: left;
}