
.post {
  padding: 0 0 30px 0;
}
.post h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
  padding: 0;
}
.post h2 {
  font-weight: 700;
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  margin: 2.5em 0 1em 0;
  padding: 0;
}
.post h3 {
  color: var(--theme-green);
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin: 2em 0 1em 0;
  padding: 0;
}
.post h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin: 2em 0;
  padding: 0;
}
.post h5 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 20px;
  margin: 1.5em 0 1em 0;
  padding: 0;
}
.post p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin: 1em 0;
  padding: 0;
}
.post a {
  color: var(--theme-green);
  text-decoration: underline !important;
}
.post li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.post .posted-on {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
}
.post .entry-date {
  color: #7D7D7D;
  font-weight: 400;
  font-size: 11px;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
.post .post-thumbnail {
  width: 100%;
}
.post .post-thumbnail img {
  width: 100%;
  height: unset;
  aspect-ratio: 2.1;
  object-fit: cover;
  object-position: center;
}
.post .share {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 2em auto 4em auto;
  padding: 0;
}
.post .share .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-right: 2em;
  padding: 0;
}
.post .share .norm_row.sfsi_wDiv {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100% !important;
}
.post .sfsi_shortcode_container .sfsi_wicons {
  margin: 0 0.3em !important;
  z-index: 0 !important;
  padding: 0;
}
.post .sfsi_shortcode_container {
  min-height: unset;
  padding: 0.5em 0em;
  /* background: var(--theme-light-gray); */
}
@media (max-width: 992px) {
  .post {
  }
  .post h1 {
    font-weight: 500;
    font-size: 35px;
    text-align: left;
  }
  .post h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .post h3 {
    line-height: 42px;
  }
  .post h4 {
    line-height: 42px;
  }
  .post #categories-wrapper {
    background-color: unset;
    margin: 0 0 1em 0;
    padding: 0;
  }
  .post .posted-on {
    justify-content: flex-start;
  }
  .post .share {
    justify-content: flex-start;
    margin: 1em 0 3em 0;
  }
}

#single-post #categories-wrapper {
  color: #000;
  background-color: var(--theme-light-gray);
  margin: 1em auto;
  padding: 0em 0.5em;
}
#single-post h2 {
  color: var(--theme-green);
  text-align: left;
}
#single-post .wp-block-button__link {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    background-color: var(--theme-green);
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: 0.5em 0.75em;
    margin: 1em 0;
    transition: all 0.5s ease-in-out;
}
#single-post .wp-block-button__link:hover {
    color: var(--theme-green);
    background-color: #000;
}
@media (max-width: 992px) {
  #single-post #categories-wrapper {
      margin: 1em 0;
  }
}

#other-posts {
  padding: 6em 0;
}
#other-posts .section-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 3em;
}
#posts-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap ;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
#posts-cards.post-cards-wrapper {
  justify-content: flex-start;
  column-gap: 6%;
  row-gap: 4rem;
}
#posts-cards .post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31.5%;
}
#posts-cards.post-cards-wrapper .post-card {
  width: 20.5%;
}
#posts-cards .post-image {
  width: 100%;
}
#posts-cards .post-image img {
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
  object-position: center;
}
#posts-cards .post-category {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  padding: 0.3em 0.5em;
  width: fit-content;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 10px;
}
#posts-cards .post-tag-wrapper {
  display: block;
  align-items: center;
  margin-top:  10px;
}
#posts-cards .post-tag {
  color: var(--theme-green);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  width: fit-content;
}
#posts-cards .post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top:  5px;
}
#posts-cards .post-date {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  opacity: 0.35;
  margin-top:  5.5px;
}
@media (max-width: 992px) {
  #other-posts {
    padding: 2em 0;
  }
  #other-posts .section-title {
    margin-bottom: 1em;
  }
  #posts-cards {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
  #posts-cards.post-cards-wrapper {
    row-gap: 2rem;
  }
  #posts-cards .post-card {
    width: 100%;
    max-width: 550px;
    margin: 0;
  }
  #posts-cards.post-cards-wrapper .post-card {
    width: 100%;
  }
}
