

.wc-main-post .entry-header .entry-title {
  color: #EE6900;
  font-size: 18px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: normal;
  text-transform: uppercase;
}

main {
  background-color: white;
}

.article_content-header__title {
  font-size: 24px;
  margin: 0px;
  line-height: 29px;
  padding: 0px 18px;
  font-weight: 500;
  font-family: "Bitter", sans-serif;
  text-align: center;
  color: #3F5A5E;
}

.article_content-header__share-button {
  display: none;
}

.wc-main-post .post-thumbnail img {
  width: 100%;
  min-height: 374px;
  object-fit: cover;
}

.wc-post-content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding-top: 40px;
  background-color: #f5f5f5;
}

.wc-post-content .entry-content {
  margin-top: 0px;
}

.entry-content h2 {
  font-size: 20px;
}


.entry-content blockquote {
  font-family: 'Bitter', sans-serif;
  margin: 0px;
  border-left: 1px solid #3F5A5E;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;

}
.entry-content blockquote * {
  font-size: 28px !important;
  line-height: 34px !important;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 20px;
  padding: 0px 16px;
  color: #3F5A5E;
  font-family: 'Bitter', sans-serif;
}
.entry-content p {
  color: #3F5A5E;
  font-size: 16px;
  padding: 0px 16px;
  margin-bottom: 20px;
  font-family: 'Bitter', sans-serif;
}

.entry-content figure {
  margin-bottom: 20px;
}

.entry-content img {
 width: 100% !important;
}
.nav-links {
  position: relative;
  width: 100%;
  line-height: 22px;
  min-height: 42px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #3F5A5E !important;
}

.nav-links a {
  color: #3F5A5E !important;
}

.nav-links .nav-previous {
  position: absolute;
  right: 0;
}

.nav-links .nav-next {
  position: absolute;
  left: 0;
}
.article_content-header__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 24px;
}

.article_content-header__svg {
  border-radius: 100%;
}

.wc-main-post .nav-previous a span ,
.wc-main-post .nav-next a span {
  color: #3F5A5E;
  font-family: 'Bitter', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.article_content-header {
  display: flex;
  
  flex-direction: column-reverse;
}
.wc-home-latest-posts__item {
  background-color: white;
}

.wc-main-post article {
  margin-bottom: 0px;
  background-color: #f5f5f5;
  padding-bottom: 24px;
}

.wc-home-latest-posts {
  margin-top: 0px;
  padding-top: 40px;
  background-color: #f5f5f5;
}

.wc-home-latest-posts__title {
  padding: 0px;
}
@media (min-width: 1024px) {
  .wc-main-post .post-thumbnail img {
    border-radius: 8px;
  }

  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content p,
  .entry-content figure {
    padding: 0px;
  }
  
  .post-navigation {
    padding:  0px 80px;
    background-color: #f5f5f5;
  }

  .nav-links {
    height: 78px;
    padding: 16px 0px 40px 0px;
  }

  .entry-header {
    width: 35%;
  }

  .post-thumbnail {
    width: 65%;
  }

  .article_content-header {
    flex-direction: row;
    column-gap: 28px;
    align-items: center;
    background-color: white;
  }
  .wc-main-post .entry-content {
    padding: 24px 80px;
  }

  .wc-main-post .article_content-header {
    padding: 40px 20px;
  }
  .article_content-header__title {
    text-align: start;
    padding: 0px;
    margin-bottom: 24px;
  }

  .article_content-header__share-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    background-color: #EE6900;
    border: none;
    border-radius: 8px;
    color: white;
  }
  
}

@media (max-width: 1023px) {
  .wc-post-content {
    flex-direction: column;
  }

  .article_content-header__title {
    margin-top: 12px;
  }
  .wc-main-post .entry-header .entry-title,
  .article_content-header__share {
    display: none;
  }
  .post-navigation {
    padding: 0px 16px;
    background-color: #f5f5f5;
  }

}

