.m-hero.with-picture.in-wapoid-post {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: 120px 0 56px;
}

.m-hero.with-picture.in-wapoid-page {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 120px 0 56px;
}

.m-hero.with-picture.in-wapoid-post::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, .76) 0%,
    rgba(0, 0, 0, .42) 46%,
    rgba(0, 0, 0, .12) 100%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.m-hero.with-picture.in-wapoid-page::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, .72) 0%,
    rgba(0, 0, 0, .36) 48%,
    rgba(0, 0, 0, .08) 100%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.m-hero.with-picture.in-wapoid-post .m-hero__picture.in-post {
  opacity: 1;
}

.m-hero.with-picture.in-wapoid-page .m-hero__picture.in-post {
  opacity: 1;
}

.wapoid-post-hero {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  min-height: 280px;
  padding: 0 20px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}

.wapoid-page-hero {
  color: #fff;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}

.wapoid-page-hero__title {
  color: #fff;
  font-size: 2.45rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  max-width: 820px;
  text-wrap: balance;
}

.wapoid-page-hero__meta {
  align-items: center;
  color: rgba(255, 255, 255, .92);
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 600;
  gap: 10px;
  margin-top: 24px;
}

.wapoid-page-hero__meta.in-no-image {
  color: var(--primary-foreground-color);
  justify-content: center;
}

.wapoid-post-hero__body {
  max-width: 840px;
}

.wapoid-post-hero__author {
  align-items: center;
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 12px;
  text-decoration: none;
}

.wapoid-post-hero__author:hover {
  color: #fff;
}

.wapoid-post-hero__author img {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.wapoid-post-hero__title {
  color: #fff;
  font-size: 2.45rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  max-width: 820px;
  text-wrap: balance;
}

.wapoid-post-hero__meta {
  align-items: center;
  color: rgba(255, 255, 255, .92);
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 600;
  gap: 10px;
  margin-top: 34px;
  padding-top: 0;
}

.wapoid-post-hero__meta-divider {
  opacity: .75;
}

@media only screen and (min-width: 48rem) {
  .m-hero.with-picture.in-wapoid-post {
    min-height: 560px;
    padding-bottom: 64px;
  }

  .m-hero.with-picture.in-wapoid-page {
    min-height: 460px;
    padding-bottom: 64px;
  }

  .wapoid-post-hero {
    min-height: 420px;
    padding: 0 40px;
  }

  .wapoid-post-hero__title {
    font-size: 4rem;
  }

  .wapoid-page-hero {
    padding: 0 40px;
  }

  .wapoid-page-hero__title {
    font-size: 4rem;
  }

}

@media only screen and (max-width: 47.9375rem) {
  .m-hero.with-picture.in-wapoid-post {
    min-height: 390px;
    padding: 105px 0 38px;
  }

  .m-hero.with-picture.in-wapoid-page {
    min-height: 340px;
    padding: 105px 0 38px;
  }

  .m-hero.with-picture.in-wapoid-post::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, .2) 0%,
      rgba(0, 0, 0, .78) 100%
    );
  }

  .m-hero.with-picture.in-wapoid-page::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, .18) 0%,
      rgba(0, 0, 0, .76) 100%
    );
  }

  .wapoid-post-hero__title {
    font-size: 2.1rem;
  }

  .wapoid-page-hero__title {
    font-size: 2.1rem;
  }

  .wapoid-page-hero__meta {
    font-size: .95rem;
    margin-top: 18px;
  }

  .wapoid-post-hero {
    min-height: 285px;
  }

  .wapoid-post-hero__author {
    font-size: .95rem;
    margin-bottom: 20px;
  }

  .wapoid-post-hero__author img {
    height: 44px;
    width: 44px;
  }

  .wapoid-post-hero__meta {
    font-size: .95rem;
    margin-top: 24px;
  }
}
