/* ========== ARTIGO | LAYOUT FLUIDO (SEM SIDEBAR) ========== */
.layout-fluid.com-content-article .article-inner > .row > .col-md-3 {
  display: none !important;
}

.layout-fluid.com-content-article .article-inner > .row > .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* ========== ARTIGO | LEITURA E TIPOGRAFIA ========== */
.layout-fluid.com-content-article .item-page {
  text-align: left;
}

.layout-fluid.com-content-article .item-page .com-content-article__body {
  max-width: 980px;
}

.layout-fluid.com-content-article .item-page p {
  line-height: 1.75;
}

/* ========== VEIGA'S STORY | ESTRUTURA ========== */
.veigas-story {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0;
}

.veigas-story__sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ========== VEIGA'S STORY | BLOCOS TEXTO + IMAGEM ========== */
.veigas-block {
  display: flex;
  align-items: center;
  gap: 48px;
}

.veigas-story__sections .veigas-block:nth-child(even) {
  flex-direction: row-reverse;
}

.veigas-block__content {
  flex: 1;
}

.veigas-block__image {
  flex: 0 0 42%;
}

.veigas-block__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* ========== VEIGA'S STORY | TÍTULOS DE BLOCO ========== */
.veigas-story__h {
  margin: 26px 0 12px;
  padding-left: 12px;
  border-left: 4px solid #e6dcc7;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* ========== RESPONSIVO ========== */
@media (max-width: 991px) {
  .veigas-block,
  .veigas-story__sections .veigas-block:nth-child(even) {
    flex-direction: column;
  }

  .veigas-block__image {
    width: 100%;
  }
}
