.section__content-page {
  position: relative;
  padding: 17.3rem 8.611% 0;
}

.wrap__content-post {
  position: relative;
  background: white;
  padding: 8rem 9.5856% 8rem;
}

.wrap__content-post .wrap__content-post-meta {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: 2.3rem;
}

.wrap__content-post .wrap__content-post-meta time {
  display: inline-block;
  color: black;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 330;
  letter-spacing: 0.02em;
}

.wrap__content-post .wrap__content-post-meta .wp-block-post-terms {
  display: inline-flex;
  gap: 0.8rem;
  margin-top: 0;
}

.wrap__content-post .wrap__content-post-meta .wp-block-post-terms a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background: #ffd500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 330;
  letter-spacing: 0.05em;
  padding: 0 0.7rem;
  min-height: 1.8rem;
  /* border: 1px solid #333; */
  border-radius: 100em;
  overflow: hidden;
  opacity: 1;
}

.wrap__content-post .wrap__content-post-meta .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}

.wrap__content-post h1 {
  display: block;
  color: black;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 330;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 4.4rem;
  margin-bottom: 4.4rem;
}

.wrap__content-post .wp-block-post-content {
  position: relative;
}

.wrap__content-post .wp-block-post-content p {
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.02em;
}

.wrap-btn-back-single-post {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10.3rem;
}

.section__content-page .wrap-btn-back-single-post .wp-block-button {
  flex: 0 0 26.8456%;
  max-width: 26.8456%;
  width: 100%;
}

.section__content-page .wrap-btn-back-single-post .wp-block-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background: white;
  font-size: 1.4rem;
  line-height: 1.7rem;
  min-height: 6.4rem;
  border-radius: 100em;
  overflow: hidden;
  opacity: 1;
}

.section__content-page .wrap-btn-back-single-post .wp-block-button a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15.3125%;
  width: .5rem;
  height: .9rem;
  margin-top: -.4rem;
  background-color: currentColor;
  mask: url('data:image/svg+xml;utf8,<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.80951 0.5L1.26953 5.03992L5.80951 9.57996" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center / contain;
  transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (min-width: 1023px) {
  .section__content-page .wrap-btn-back-single-post .wp-block-button a:hover {
    font-weight: 530;
  }

  .section__content-page .wrap-btn-back-single-post .wp-block-button a:hover:before {
    transform: translateX(-1rem);
  }
}

.layout-footer .footer-entry {
  display: none;
}

.wrap__footer-entry+.wrap__footer {
  margin-top: 17rem;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .section__content-page {
    padding-inline: 5.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .section__content-page {
    padding-inline: 3.6rem;
  }

  .section__content-page .wrap-btn-back-single-post .wp-block-button {
    flex: 0 0 80%;
    max-width: 80%;
    width: 100%;
  }

  .section__content-page .wrap-btn-back-single-post .wp-block-button a {
    min-height: 5.1rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .wrap__footer-entry+.wrap__footer {
    margin-top: 9.4rem;
  }

  .wrap__footer .breadcrumb {
    top: -3.1rem;
    writing-mode: unset;
  }
}

@media screen and (max-width: 767px) {
  .section__content-page {
    padding: 2.2rem;
  }

  .wrap-btn-back-single-post {
    margin-top: 7rem;
  }

  .wrap__content-post h1 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}