#page-header #header-nav-perso .wpb_column {
  padding: 0 !important;
}

.box-indice {
  background: #fff;
  padding: 10px 30px 30px 30px;
  border-radius: 25px;
}

.box-indice #ez-toc-container {
  border: none;
  padding: 0;
}

#ez-toc-container nav .ez-toc-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}

#ez-toc-container nav .ez-toc-list .ez-toc-page-1 {
  padding: 20px 0;
  border-bottom: 1px solid #bfc5c7;
  width: 100%;
}

#img-post {
  border-radius: 30px;
  overflow: hidden;
}

.fp-share {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.fp-share-btn {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea6c70;
  text-decoration: none;
  transition: 200ms ease-in-out;
}

.fp-share-btn svg {
  width: 55%;
  fill: #fff;
  transition: 200ms ease-in-out;
}

.fp-share-btn:hover {
  background: #191b1d;
}

.compartilha h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  margin-top: 0;
}

.compartilha {
  margin-top: 60px;
}

/* Barra de progresso de leitura */
#fp-read-progress {
  position: fixed;
  left: 0;
  top: 0; /* o JS ajusta esse valor conforme a altura do header */
  width: 100%;
  height: 4px; /* ajuste se quiser mais fino/grosso */
  background: transparent;
  z-index: 999; /* abaixo do header (1000) e acima do conteúdo */
  pointer-events: none;
}
#fp-read-progress .fp-read-fill {
  width: 0%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.08s linear; /* bem responsivo */
  background: #ea6c70;
}
@media (max-width: 767px) {
  #fp-read-progress {
    height: 3px;
  }
}

.row-breadcrumb {
  display: none !important;
}

.ez-toc-sticky {
  display: none !important;
}

.post-footer {
  display: none !important;
}

/* PERSONALIZAÇÃO POST */

/* ============================
   BASE GERAL PARA POSTS
   ============================ */
#holder-text-post,
#holder-text-post .uncode_text_column {
  color: #111827; /* cor principal do texto */
}

/* ============================
   HEADINGS
   ============================ */
#holder-text-post .uncode_text_column h1 {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -1.2px;
  font-weight: 700;
  margin: 0 0 18px;
  max-width: 900px;
}

#holder-text-post .uncode_text_column h2 {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 500;
  max-width: 85%;
  line-height: 1.5;
  margin: 40px 0 12px;
  scroll-margin-top: 112px; /* compensar header sticky */
}

#holder-text-post .uncode_text_column h3 {
  font-size: 22px;
  letter-spacing: -0.4px;
  font-weight: 600;
  line-height: 1.45;
  margin: 28px 0 10px;
  scroll-margin-top: 112px;
}

#holder-text-post .uncode_text_column h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 22px 0 8px;
  color: #6b7280;
  scroll-margin-top: 112px;
}

/* ============================
   PARÁGRAFOS
   ============================ */
#holder-text-post .uncode_text_column p {
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 16px;
  color: #111827;
}

#holder-text-post .uncode_text_column p.lead {
  font-size: 20px;
  line-height: 1.6;
  color: #374151;
}

/* ============================
   LINKS
   ============================ */
#holder-text-post .uncode_text_column a {
  color: #ea6c70;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#holder-text-post .uncode_text_column a:hover {
  text-decoration-thickness: 2px;
}

/* ============================
   LISTAS
   ============================ */
#holder-text-post .uncode_text_column ul,
#holder-text-post .uncode_text_column ol {
  margin: 0 0 16px 22px;
  padding: 0;
  max-width: 85%;
}

#holder-text-post .uncode_text_column ul li,
#holder-text-post .uncode_text_column ol li {
  margin: 6px 0;
  line-height: 1.55;
}

#holder-text-post .uncode_text_column ul li::marker {
  color: #ea6c70;
}

/* ============================
   BLOCKQUOTE
   ============================ */
#holder-text-post blockquote,
#holder-text-post .uncode_text_column blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid #ea6c70;
  background: #f5f7ff;
  border-radius: 10px;
  color: #1f2937;
}

#holder-text-post blockquote p:last-child {
  margin-bottom: 0;
}

/* ============================
   IMAGENS
   ============================ */
#holder-text-post .uncode_text_column img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

#holder-text-post .wp-caption,
#holder-text-post figure {
  margin: 20px 0;
  text-align: center;
}

#holder-text-post .wp-caption-text,
#holder-text-post figure figcaption {
  font-size: 13px;
  color: #6b7280;
  margin-top: 8px;
}

/* Alinhamentos padrão do WP */
#holder-text-post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#holder-text-post .alignleft {
  float: left;
  margin: 6px 20px 10px 0;
}

#holder-text-post .alignright {
  float: right;
  margin: 6px 0 10px 20px;
}

/* ============================
   TABELAS
   ============================ */
#holder-text-post .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#holder-text-post table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 15px;
}

#holder-text-post table th,
#holder-text-post table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: left;
}

#holder-text-post table thead th {
  background: #f9fafb;
  font-weight: 600;
}

/* ============================
   CÓDIGO (inline e bloco)
   ============================ */
#holder-text-post code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", monospace;
  font-size: 14px;
  background: #f7fafc;
  border: 1px solid #e5e7eb;
  padding: 2px 6px;
  border-radius: 6px;
}

#holder-text-post pre {
  background: #0b1220;
  color: #e5e7eb;
  padding: 16px;
  border-radius: 12px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.6;
  margin: 18px 0;
}

#holder-text-post pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}

/* ============================
   HR / SEPARADORES
   ============================ */
#holder-text-post hr {
  border: 0;
  height: 1px;
  background: #e5e7eb;
  margin: 28px 0;
}

/* ============================
   VÍDEOS / EMBEDS
   ============================ */
#holder-text-post .embed-responsive,
#holder-text-post .ratio-16x9,
#holder-text-post .video-holder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  margin: 18px 0;
}

#holder-text-post .embed-responsive iframe,
#holder-text-post .ratio-16x9 iframe,
#holder-text-post .video-holder iframe,
#holder-text-post iframe[src*="youtube"],
#holder-text-post iframe[src*="vimeo"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================
   BOTÕES
   ============================ */
#holder-text-post .uncode_text_column a.button,
#holder-text-post .uncode_text_column .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #ea6c70;
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(11, 95, 255, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

#holder-text-post .uncode_text_column a.button:hover,
#holder-text-post .uncode_text_column .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(11, 95, 255, 0.22);
}

/* ============================
   ALERTAS / CALLOUTS
   ============================ */
#holder-text-post .callout {
  padding: 16px 18px;
  border-radius: 12px;
  background: #f5f7ff;
  border: 1px solid #e6ebff;
  margin: 18px 0;
}

#holder-text-post .callout strong {
  color: #0b1a2a;
}

/* ============================
   RESPONSIVO
   ============================ */
@media (max-width: 1200px) {
  #holder-text-post .uncode_text_column h1 {
    font-size: 36px;
  }
  #holder-text-post .uncode_text_column h2 {
    font-size: 28px;
  }
  #holder-text-post .uncode_text_column p {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  #holder-text-post .uncode_text_column p,
  #holder-text-post .uncode_text_column ul,
  #holder-text-post .uncode_text_column ol,
  #holder-text-post .uncode_text_column h2 {
    max-width: 100%;
  }

  #holder-text-post .alignleft,
  #holder-text-post .alignright {
    float: none;
    margin: 10px 0;
  }
}

@media (max-width: 640px) {
  #holder-text-post .uncode_text_column h1 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }
  #holder-text-post .uncode_text_column h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #holder-text-post .uncode_text_column h3 {
    font-size: 19px;
  }
  #holder-text-post .uncode_text_column p {
    font-size: 16px;
  }
}
