.elementor-25 .elementor-element.elementor-element-e4c9b8b.elementor-element{--align-self:center;}.elementor-25 .elementor-element.elementor-element-9e20adf{--display:flex;}.elementor-25 .elementor-element.elementor-element-fbb5950{--display:flex;}.elementor-25 .elementor-element.elementor-element-db5d692{--display:flex;}/* Start custom CSS *//* Estiliza o título do post */
.entry-title, .post-title, h1.entry-title {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}

/* Estiliza a imagem destacada */
.post-thumbnail img, .entry-content img:first-child {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 30px;
}

/* Cria o efeito "card" no conteúdo */
.entry-content {
  background-color: #3D2E15;
  padding: 40px;
  border-radius: 8px;
  color: #ffffff;
}

/* Fundo geral da página */
body.single-post {
  background: linear-gradient(135deg, #4a3a1a, #2a2010);
}/* End custom CSS */