/* ==========================================================================
   30 · BLOG
   Publico e par tecnico: desconfia de site bonito demais e vai embora se o
   conteudo demorar. Lista densa, data em agua, zero card com sombra.
   ========================================================================== */

/* --- LISTAGEM ------------------------------------------------------------ */
.et_pb_blog_grid .et_pb_post,
.et_pb_posts .et_pb_post,
#left-area .post{
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--mf-line);
  border-radius: 0;
  box-shadow: none;
  padding: 26px 0;
  margin: 0;
}

.et_pb_post .entry-title,
.et_pb_post h2.entry-title{
  font-family: var(--mf-font-display);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -.03em;
  line-height: 1.12;
  margin: 0 0 6px;
}
.et_pb_post .entry-title a{
  color: var(--mf-ink);
  text-decoration: none;
}
.et_pb_post .entry-title a:hover{ color: var(--mf-rosa); }

/* metadados em mono e agua · a data e um dado, nao um enfeite */
.et_pb_post .post-meta,
.et_pb_post .post-meta a,
.published, .post-meta .author{
  font-family: var(--mf-font-mono);
  font-size: var(--mf-t-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mf-meta);
  text-decoration: none;
}
.et_pb_post .post-meta a:hover{ color: var(--mf-rosa); }
.et_pb_post .post-meta{ margin-bottom: 8px; }

.et_pb_post .post-content p{
  color: var(--mf-muted);
  font-size: .98rem;
  margin-bottom: 12px;
}
.et_pb_post .more-link,
.et_pb_post .post-content .more-link{
  font-family: var(--mf-font-mono);
  font-size: var(--mf-t-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mf-rosa);
  text-decoration: none;
}
.et_pb_post .more-link::after{ content: " \2192"; }

.et_pb_image_container,
.et_pb_post a img{ border-radius: var(--mf-raio-p); }

/* --- POST INDIVIDUAL ----------------------------------------------------- */
.single .entry-title,
.single #main-content h1.entry-title{
  font-size: var(--mf-t-h1);
  margin-bottom: 18px;
}

.single #left-area{ padding-bottom: 40px; }

.single .entry-content{ font-size: 1.115rem; line-height: 1.68; }
.single .entry-content > p,
.single .entry-content > ul,
.single .entry-content > ol,
.single .entry-content > blockquote{ max-width: var(--mf-medida); }

.single .entry-content h2{
  margin-top: 52px;
  margin-bottom: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--mf-line);
  position: relative;
}
.single .entry-content h2::before{
  content: "";
  position: absolute;
  top: -1px; left: 0;
  width: 46px; height: 3px;
  background: var(--mf-rosa);
}
.single .entry-content h3{ margin-top: 36px; margin-bottom: 10px; }

.single .entry-content ul,
.single .entry-content ol{ padding-left: 0; list-style: none; }
.single .entry-content ul li{
  position: relative;
  padding: 0 0 10px 26px;
}
.single .entry-content ul li::before{
  content: "\2014";
  position: absolute;
  left: 0;
  color: var(--mf-rosa);
  font-family: var(--mf-font-mono);
}
.single .entry-content ol{ counter-reset: mf; }
.single .entry-content ol li{
  position: relative;
  padding: 0 0 10px 34px;
  counter-increment: mf;
}
.single .entry-content ol li::before{
  content: counter(mf, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--mf-agua);
  font-family: var(--mf-font-mono);
  font-size: .78rem;
  top: 4px;
}

/* --- COMENTARIOS --------------------------------------------------------- */
#comment-wrap{ border-top: 1px solid var(--mf-line); padding-top: 34px; margin-top: 44px; }
#comments, #reply-title{
  font-family: var(--mf-font-display);
  font-weight: 800;
  letter-spacing: -.03em;
}
.comment-body{
  background: var(--mf-surface);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-raio);
  padding: 22px;
}
.comment_postinfo,
.comment_date{
  font-family: var(--mf-font-mono);
  font-size: var(--mf-t-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mf-meta);
}

/* --- PAGINACAO ----------------------------------------------------------- */
.pagination a,
.wp-pagenavi a, .wp-pagenavi span{
  font-family: var(--mf-font-mono);
  font-size: var(--mf-t-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--mf-ink);
}
.wp-pagenavi span.current{ color: var(--mf-rosa); }

/* --- SIDEBAR ------------------------------------------------------------- */
#sidebar .widget_title,
.et_pb_widget h4{
  font-family: var(--mf-font-mono);
  font-size: var(--mf-t-mono);
  font-weight: 500;
  letter-spacing: var(--mf-track-mono);
  text-transform: uppercase;
  color: var(--mf-muted);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--mf-ink);
}
#sidebar li{ border-bottom: 1px solid var(--mf-line); padding: 9px 0; }
