.container{
  align-items: stretch;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 24px;
  max-width: 1186px;
}

.section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 96px 0;
  position: relative;
}


/* ============================================
   GUIAS - Banner Principal
   ============================================ */

.guia-banner {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.guia-banner .container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 24px;
}

.guia-banner__content {
  text-align: center;
  color: #fff;
}

.guia-banner__icone {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guia-banner__icone img {
  width: 98px;
  height: 98px;
  object-fit: contain;
  background: #D60B52;
  border-radius: 50%;
  padding: 18px;
}

.guia-banner__categoria {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.3;
  color: hsla(0, 0%, 100%, .8);
  margin: 0 0 16px;
}

.guia-banner__titulo {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.18;
  color: #fff;
  margin-block: 0px 24px;
  max-width: 580px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .guia-banner {
    min-height: 350px;
  }

  .guia-banner__titulo {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

/* ============================================
   ÍNDICE/NAVEGAÇÃO STICKY
   ============================================ */

.pillar-nav {
  background: #fff;
  box-shadow: 0 16px 32px rgba(80,80,80,.05), 0 8px 16px rgba(80,80,80,.05);
  position: sticky;
  top: 0;
  transition: .2s ease-in-out;
  z-index: 100;
}

.pillar-nav--compact {
  box-shadow: none;
}

.pillar-nav.section {
  padding: 0;
}

/* Toggle para expandir/colapsar */
.pillar-nav__toggle {
  background: #fff;
  border: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 16px rgba(80,80,80,.05), 0 4px 8px rgba(80,80,80,.05);
  clip-path: inset(0 -50px -50px -50px);
  color: #505050;
  cursor: pointer;
  display: flex;
  line-height: 0;
  margin: 0;
  padding: .25rem .5rem;
  position: absolute;
  right: 12px;
  top: 100%;
}

.pillar-nav__toggle-chevron {
  transition: .2s ease-in-out;
}

.pillar-nav__toggle:hover .pillar-nav__toggle-chevron {
  transform: scale(1.1);
}

.pillar-nav__toggle-chevron--up {
  padding-bottom: 2px;
}

.pillar-nav__toggle-chevron--down {
  padding-top: 2px;
  display: none;
}

.pillar-nav--compact .pillar-nav__toggle-chevron--up {
  display: none;
}

.pillar-nav--compact .pillar-nav__toggle-chevron--down {
  display: flex;
}

/* Conteúdo principal */
.pillar-nav__content {
  padding-bottom: 24px;
  padding-top: 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pillar-nav--compact .pillar-nav__content {
  display: none;
}

/* Controle do dropdown */
.pillar-nav__control {
  flex-shrink: 0;
  max-width: 50%;
  padding-right: 72px;
  position: relative;
}

.pillar-nav__button {
  align-items: center;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: left;
}

.pillar-nav__button-arrow {
  flex-shrink: 0;
  line-height: 0;
  padding-left: 4px;
}

.pillar-nav__button-mobile {
  display: none;
}

/* Dropdown list */
.pillar-nav__list {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(80,80,80,.05), 0 8px 16px rgba(80,80,80,.05);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 70vh;
  overflow-y: auto;
  padding: 12px;
  position: absolute;
  top: 100%;
  width: 300px;
  z-index: 5;
  margin-top: 8px;
}

.pillar-nav--list-open .pillar-nav__list {
  display: block;
}

.pillar-nav__item {
  border-radius: 10px;
  padding: 12px;
  transition: .2s ease-in-out;
}

.pillar-nav__item:hover {
  background: #e6e6e6;
}

.pillar-nav__link,
.pillar-nav__link:hover {
  color: inherit;
  text-decoration: none;
  display: block;
}

.pillar-nav__overline {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #999;
  margin-bottom: 4px;
}

.pillar-nav__title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #666;
  line-height: 1.4;
}

/* Display da seção atual */
.pillar-nav__display {
  flex: 1;
}

.pillar-nav__display .pillar-nav__overline {
  font-size: 1rem;
  margin-bottom: 4px;
}

.pillar-nav__display .pillar-nav__title {
  font-size: 1.25rem;
  font-weight: 600;
}

/* Barra de progresso */
.pillar-nav__progress {
  background: #e6e6e6;
  border-radius: 4px;
  margin-top: 1rem;
  transition: .8s;
}

.pillar-nav__progress-bar {
  background: #d60b52;
  border-radius: 4px;
  height: 4px;
  transition: width 0.3s ease;
}

/* Responsivo */
@media (max-width: 767px) {
  .pillar-nav {
    top: 0;
  }
}

@media (max-width: 479px) {
  .pillar-nav__content {
    padding-bottom: 18px;
    padding-top: 12px;
  }

  .pillar-nav__progress {
    margin-top: .5rem;
  }

  .pillar-nav__control {
    max-width: 50%;
    padding-right: 24px;
  }

  .pillar-nav__display .pillar-nav__title {
    font-size: 1rem;
  }

  .pillar-nav__button-arrow,
  .pillar-nav__button-text {
    display: none;
  }

  .pillar-nav__button-mobile {
    display: flex;
    flex-shrink: 0;
  }

  .pillar-nav__list {
    width: 250px;
  }
}

/* ============================================
   GUIAS - Conteúdo Flexível
   ============================================ */

.guia-conteudo {
  background: #fff;
}

.guia-secao {
  padding: 60px 0;
  scroll-margin-top: 100px; /* Espaço para o header fixo ao usar âncoras */
}

.guia-secao .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.guia-secao__section-titulo{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  width: 100%;
  gap: 24px;  
  margin: 0 0 32px;
}

/* Título Principal da Seção */
.guia-secao__titulo-principal {
  font-size: 2.75rem;
  font-weight: 700;
  color: rgb(102, 102, 102);
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .guia-secao__titulo-principal {
    font-size: 1.75rem;
  }
}

/* Estilos gerais de texto WYSIWYG (padronizados) */
.guia-secao__content h2,
.guia-secao__texto h2,
.guia-topico__texto h2,
.guia-secao__texto-adicional h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #666;
  margin: 32px 0 20px;
}

.guia-secao__content h2:first-child,
.guia-secao__texto h2:first-child,
.guia-topico__texto h2:first-child,
.guia-secao__texto-adicional h2:first-child {
  margin-top: 0;
}

.guia-secao__content h3,
.guia-secao__texto h3,
.guia-topico__texto h3,
.guia-secao__texto-adicional h3 {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: #505050;
  margin-block: 0px .56rem;
}

.guia-secao__content h4,
.guia-secao__texto h4,
.guia-topico__texto h4,
.guia-secao__texto-adicional h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #505050;
  margin-block: 0px .56rem;
}

.guia-secao__content h4 b,
.guia-secao__texto h4 b,
.guia-topico__texto h4 b,
.guia-secao__texto-adicional h4 b,
.guia-secao__content h4 strong,
.guia-secao__texto h4 strong,
.guia-topico__texto h4 strong,
.guia-secao__texto-adicional h4 strong {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #505050;
  margin-block: 0px .56rem;
}

.guia-secao__content p,
.guia-secao__texto p,
.guia-topico__texto p,
.guia-secao__texto-adicional p {
  font-size: 1.125rem;
  line-height: 1.56;
  color: #666;
  font-weight: 500;
  margin: 0 0 24px;
}

.guia-secao__content p:last-child,
.guia-secao__texto p:last-child,
.guia-topico__texto p:last-child,
.guia-secao__texto-adicional p:last-child {
  margin-bottom: 0;
}

/* Listas não ordenadas (UL) - com ícone customizado */
.guia-secao__content ul,
.guia-secao__texto ul,
.guia-topico__texto ul,
.guia-secao__texto-adicional ul {
  margin-bottom: 50px;
  margin-left: 30px;
  margin-top: 50px;
  padding: 0;
  list-style: none;
}

.guia-secao__content ul li,
.guia-secao__texto ul li,
.guia-topico__texto ul li,
.guia-secao__texto-adicional ul li {
  font-size: 1.125rem;
  line-height: 1.56;
  color: #666;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}

.guia-secao__content ul li::before,
.guia-secao__texto ul li::before,
.guia-topico__texto ul li::before,
.guia-secao__texto-adicional ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("https://semparar.wicomm.com.br/wp-content/uploads/2025/11/tick.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Listas ordenadas (OL) - 2 colunas com números estilizados */
.guia-secao__content ol,
.guia-secao__texto ol,
.guia-topico__texto ol,
.guia-secao__texto-adicional ol {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  counter-reset: custom-counter;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 68px;
}

.guia-secao__content ol li,
.guia-secao__texto ol li,
.guia-topico__texto ol li,
.guia-secao__texto-adicional ol li {
  font-size: 1.125rem;
  line-height: 1.56;
  color: #666;
  font-weight: 500;
  padding-left: 84px;
  position: relative;
  min-height: 65px;
  counter-increment: custom-counter;
}

/* Quando for número ímpar, o último item fica centralizado */
.guia-secao__content ol li:last-child:nth-child(odd),
.guia-secao__texto ol li:last-child:nth-child(odd),
.guia-topico__texto ol li:last-child:nth-child(odd),
.guia-secao__texto-adicional ol li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 50%;
  margin: 0 auto;
}

.guia-secao__content ol li::before,
.guia-secao__texto ol li::before,
.guia-topico__texto ol li::before,
.guia-secao__texto-adicional ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  background-color: #d60b52;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guia-secao__content strong,
.guia-secao__texto strong,
.guia-topico__texto strong,
.guia-secao__texto-adicional strong {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #333;
  font-weight: 700;
}

.guia-secao__content a,
.guia-secao__texto a,
.guia-topico__texto a,
.guia-secao__texto-adicional a {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
  color: #d60b52;
  cursor: pointer;
  text-decoration: none;
}

.guia-secao__content a:hover,
.guia-secao__texto a:hover,
.guia-topico__texto a:hover,
.guia-secao__texto-adicional a:hover {
  color: #7c0630;
  text-decoration: underline;
}

/* Blockquote - Destaque rosa */
.guia-secao__content blockquote,
.guia-secao__texto blockquote,
.guia-topico__texto blockquote,
.guia-secao__texto-adicional blockquote {
  background: #d60b52;
  box-shadow: 0 16px 32px rgba(214, 11, 82, .2), 0 8px 16px rgba(214, 11, 82, .2);
  color: hsla(0, 0%, 100%, .8);
  border-radius: 24px;
  margin: 24px 0;
  padding: 24px;
  border-left: none;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.6;
}

.guia-secao__content blockquote p,
.guia-secao__texto blockquote p,
.guia-topico__texto blockquote p,
.guia-secao__texto-adicional blockquote p {
  color: hsla(0, 0%, 100%, .8);
  margin-bottom: 12px;
}

.guia-secao__content blockquote p:last-child,
.guia-secao__texto blockquote p:last-child,
.guia-topico__texto blockquote p:last-child,
.guia-secao__texto-adicional blockquote p:last-child {
  margin-bottom: 0;
}

.guia-secao__content blockquote strong,
.guia-secao__texto blockquote strong,
.guia-topico__texto blockquote strong,
.guia-secao__texto-adicional blockquote strong {
  color: #fff;
  font-weight: 700;
}

/* Section Intro (Texto flui ao redor da imagem) */
.guia-secao--section-intro .guia-secao__grid {
  display: block;
  margin-top: 24px;
}

.guia-secao--section-intro .guia-secao__imagem {
  float: right;
  width: 50%;
  margin-left: 80px;
  margin-bottom: 24px;
}

.guia-secao--section-intro .guia-secao__imagem img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

/* Clearfix para garantir que o container envolva os floats */
.guia-secao--section-intro .guia-secao__grid::after {
  content: "";
  display: table;
  clear: both;
}

/* Lista de Tópicos com Ícones (2 colunas) */
.guia-secao--section-intro .guia-secao__topicos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 68px;
  margin-top: 40px;
}

/* Quando for número ímpar, o último item fica centralizado */
.guia-secao--section-intro .guia-secao__topicos--impar .guia-topico:last-child {
  grid-column: 1 / -1;
  max-width: 50%;
  margin: 0 auto;
}

.guia-topico {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.guia-topico__icone {
  flex-shrink: 0;
  height: 4.0625rem;
  width: 4.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guia-topico__icone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.guia-topico__texto {
  flex: 1;
}

/* Grid de 3 imagens (opcional, no final) */
.guia-secao--section-intro .guia-secao__grid-imagens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.guia-secao--section-intro .guia-secao__grid-item img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Texto adicional após as imagens (opcional) */
.guia-secao--section-intro .guia-secao__texto-adicional {
  margin-top: 40px;
}

/* ============================================
   SECTION CONTENT
   ============================================ */

/* Lista de Ícones (reutiliza estrutura dos tópicos) */
.guia-secao--section-content .guia-secao__icones {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* 2 colunas */
.guia-secao__icones--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
}

/* 1 coluna */
.guia-secao__icones--1col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

/* Quando for 2 colunas e número ímpar, centraliza o último */
.guia-secao__icones--2col.guia-secao__icones--impar .guia-topico:last-child {
  grid-column: 1 / -1;
  max-width: 50%;
  margin: 0 auto;
}

/* Vídeo */
.guia-secao--section-content .guia-secao__video {
  width: 70%;
  margin: 40px auto;
  position: relative;
  padding-bottom: 39.375%; /* 70% de 56.25% (16:9 aspect ratio) */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
}

.guia-secao--section-content .guia-secao__video iframe,
.guia-secao--section-content .guia-secao__video object,
.guia-secao--section-content .guia-secao__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Grid de Imagens (reutiliza CSS do Section Intro) */
.guia-secao--section-content .guia-secao__grid-imagens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.guia-secao--section-content .guia-secao__grid-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Banner CTA - Imagem clicável */
.guia-secao__banner-cta {
  width: 50%;
  max-width: 500px;
  margin: 40px auto;
  text-align: center;
}

.guia-secao__banner-cta a {
  display: block;
}

.guia-secao__banner-cta img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Tabela */
.guia-secao__tabela-wrapper {
  margin: 40px 0;
  overflow-x: auto;
}

.guia-secao__tabela {
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #fff;
}

.guia-secao__tabela thead {
  background-color: #d60b52;
}

.guia-secao__tabela thead th {
  padding: 10px;
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border-right: 1px solid #fff;
}

.guia-secao__tabela thead th:last-child {
  border-right: none;
}

.guia-secao__tabela tbody tr {
  border-bottom: 1px solid #fff;
  background-color: rgb(230, 230, 224);
}

.guia-secao__tabela tbody td {
  padding: 10px;
  color: #505050;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 00;
  line-height: 1.2;
  border-right: 1px solid #fff;
}

.guia-secao__tabela tbody td:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .guia-secao--section-intro .guia-secao__imagem {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }

  /* Listas ordenadas (OL) - 1 coluna no mobile */
  .guia-secao__content ol,
  .guia-secao__texto ol,
  .guia-topico__texto ol,
  .guia-secao__texto-adicional ol {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guia-secao__content ol li:last-child:nth-child(odd),
  .guia-secao__texto ol li:last-child:nth-child(odd),
  .guia-topico__texto ol li:last-child:nth-child(odd),
  .guia-secao__texto-adicional ol li:last-child:nth-child(odd) {
    max-width: 100%;
  }

  .guia-secao--section-intro .guia-secao__topicos {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }

  .guia-secao--section-intro .guia-secao__topicos--impar .guia-topico:last-child {
    max-width: 100%;
  }

  /* Section Content - Lista de ícones em 1 coluna no mobile */
  .guia-secao__icones--2col {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .guia-secao__icones--2col.guia-secao__icones--impar .guia-topico:last-child {
    max-width: 100%;
  }

  /* Grid de Imagens em 1 coluna no mobile */
  .guia-secao--section-content .guia-secao__grid-imagens,
  .guia-secao--section-intro .guia-secao__grid-imagens {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  /* Vídeo em largura total no mobile */
  .guia-secao--section-content .guia-secao__video {
    width: 100%;
    padding-bottom: 56.25%; /* Volta para 16:9 normal */
  }

  /* Banner CTA em largura total no mobile */
  .guia-secao__banner-cta {
    width: 100%;
  }

  .guia-secao {
    padding: 40px 0;
  }

  .guia-secao__tabela {
    width: 100%;
  }
}

/* ============================================
   GUIAS - Carrossel de Posts (Fixo)
   ============================================ */

.guia-recent-posts {
  padding: 80px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(238, 238, 238, 1), rgba(238, 238, 238, 1)) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.guia-recent-posts .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

.guia-recent-posts__title {
  font-size: 1.22rem;
  margin-bottom: 10px;
  color: #666;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.guia-recent-posts__subtitle {
  font-size: 2.44rem;
  line-height: 1.18;
  font-style: normal;
  font-weight: 600;
  color: #666;
  text-align: center;
  margin: 0 0 24px;
}

.guia-recent-posts__desc {
  color: #666;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 24px;
}

.guia-recent-posts__divider-line {
  background: #d60b52;
  border-radius: 4px;
  display: inline-block;
  height: 4px;
  max-width: 100%;
  vertical-align: top;
  width: 80px;
}

.guia-recent-posts__grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.guia-recent-posts__grid .wc-post {
  background: #fff;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.guia-recent-posts__grid .wc-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.guia-recent-posts__grid .wc-post a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.guia-recent-posts__grid .wc-post__thumb {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}

.guia-recent-posts__grid .wc-post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guia-recent-posts__grid .wc-post__metas {
  padding: 16px 20px 0;
  display: flex;
  gap: 12px;
  font-size: 0.875rem;
  color: #666;
}

.guia-recent-posts__grid .wc-post-category {
  color: #D60B52;
  font-weight: 600;
}

.guia-recent-posts__grid .wc-post-title {
  padding: 12px 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.guia-recent-posts__grid .wc-post-text {
  padding: 0 20px;
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.6;
  margin: 0 0 16px;
}

.guia-recent-posts__grid .wc-post-see-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 20px 20px;
  color: #D60B52;
  font-weight: 600;
  font-size: 0.9375rem;
}

@media (max-width: 1024px) {
  .guia-recent-posts__subtitle {
    font-size: 1.56rem;
    font-weight: 700;
  }

  .guia-recent-posts {
    padding: 60px 0;
  }

  .guia-recent-posts__grid {
    flex-direction: column;
    gap: 24px;
  }
}
