.post_main {
  padding: 13.4rem 0 17rem;
}
.post_main h1 {
  font-weight: 600;
  font-size: 5.8rem;
  line-height: 6.4rem;
  text-align: center;
  max-width: 112.6rem;
  margin: 0 auto;
}
.post_main .metas {
  max-width: 112.6rem;
  margin: 2.5rem auto 0;
}
.post_main .metas ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3.377778%;
}
.post_main .metas li {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
}
.post_main .metas li::before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center / contain;
}
.post_main .metas .author::before {
  background-image: url(../img/icon-author.svg);
}
.post_main .metas .date::before {
  background-image: url(../img/icon-date.svg);
}
.post_main .metas .time::before {
  background-image: url(../img/icon-time.svg);
}
.post_main .inner {
  gap: 3.285968%;
  display: grid;
  align-items: start;
  grid-template-columns: 5.3rem 1fr 5.3rem;
  max-width: 112.6rem;
  margin: 3.7rem auto 0;
}
.post_main .image {
  margin-bottom: 5.8rem;
  border-radius: 3.1rem;
  padding-bottom: 70.718816%;
}
.post_main .author_card {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: 24.524313% 1fr;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.post_main .author_card .avatar {
  border-radius: 1rem;
}
.post_main .author_card .wrap {
  position: relative;
}
.post_main .author_card .info {
  overflow: auto;
  padding: 3rem 5.602241%;
  position: absolute;
  left: 0;
  top: 1rem;
  right: 0;
  bottom: 1rem;
}
.post_main .author_card .info .name {
  font-weight: 600;
  font-size: 3.2rem;
}
.post_main .author_card .info .desc {
  color: var(--text);
  font-size: 1.9rem;
  line-height: 3.2rem;
  margin-top: 2rem;
  max-width: 58.7rem;
}
.post_main .author_card .social {
  gap: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.post_main .author_card .social a {
  width: 3.8rem;
  height: 3.8rem;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
.post_main .author_card .social a:hover {
  transform: scale(1.1);
}
.post_main .author_card .social .facebook a {
  background-image: url(../img/social-facebook.png);
}
.post_main .author_card .social .linkedin a {
  background-image: url(../img/social-linkedin.png);
}
.post_main .rt {
  position: sticky;
  top: 160px;
}
.post_main .rt .social {
  gap: 1.5rem;
  display: grid;
}
.post_main .rt .social .active a,
.post_main .rt .social a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.post_main .rt .social .active a::after,
.post_main .rt .social a:hover::after {
  filter: contrast(0) brightness(2);
}
.post_main .rt .social a {
  display: block;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  border: 1px solid #dadde1;
  position: relative;
  transition: all 0.3s;
}
.post_main .rt .social a:hover span {
  opacity: 1;
  left: 143.396226%;
}
.post_main .rt .social a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
.post_main .rt .social span {
  position: absolute;
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 2rem;
  border-radius: 0.4rem;
  background-color: #232323;
  padding: 0.5rem 2rem;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.post_main .rt .social span::before {
  content: '';
  display: block;
  border: 0.6rem solid transparent;
  border-right-color: #232323;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.post_main .rt .social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
.post_main .rt .social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
.post_main .rt .social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
.post_detail {
  color: var(--text);
  font-size: 1.9rem;
  line-height: 3.2rem;
}
.post_detail .content > *:first-child {
  margin-top: 0;
}
.post_detail .content > *:last-child {
  margin-bottom: 0;
}
.post_detail h2 {
  color: var(--title);
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.3;
  margin: 5.2rem 0 2.4rem;
}
.post_detail h3 {
  color: var(--title);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.3;
  margin: 4.2rem 0 2.4rem;
}
.post_detail p {
  margin: 2rem 0;
}
.post_detail li {
  margin: 1rem 0;
  position: relative;
  padding-left: 2rem;
}
.post_detail li::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.post_detail a {
  color: var(--primary);
  background-color: #f9ebfc;
  text-decoration: underline;
  transition: all 0.3s;
}
.post_detail a:hover {
  background-color: transparent;
  text-decoration-color: transparent;
}
.post_detail .wp-block-columns {
  gap: 3.59408%;
  display: flex;
}
.post_detail .wp-block-columns .wp-block-column {
  flex: 1;
}
.post_detail .wp-block-columns .wp-block-column img {
  border-radius: 1.6rem;
  margin-bottom: 0;
}
.post_detail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.4rem 0;
}
.post_related {
  padding-bottom: 7.4rem;
}
.post_related .post_related_swiper {
  overflow: hidden;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .post_main h1 {
    font-size: 4.6rem;
    line-height: 1.2;
  }
  .post_main .rt .social {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .post_main .author_card .info .name {
    font-size: 2.8rem;
  }
  .post_main .author_card .info .desc {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .post_main .rt .social span {
    left: unset;
    right: 120%;
  }
  .post_main .rt .social a:hover span {
    left: unset;
    right: 120%;
  }
  .post_main .rt .social span::before {
    right: unset;
    left: 100%;
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .post_main {
    padding: 5rem 0;
  }
  .post_main h1 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .post_main .metas {
    margin-top: 1.6rem;
  }
  .post_main .metas ul {
    justify-content: flex-start;
    gap: 0.8rem 1.6rem;
  }
  .post_main .metas li {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-left: 2.4rem;
  }
  .post_main .metas li::before {
    width: 1.8rem;
    height: 1.8rem;
  }
  .post_main .inner {
    margin-top: 2.4rem;
  }
  .post_main .image {
    margin-bottom: 3rem;
    border-radius: 1rem;
  }
  .post_main .author_card {
    margin-top: 3rem;
    border-radius: 1rem;
  }
  .post_main .author_card .avatar {
    border-radius: 1rem 1rem 0 0;
  }
  .post_main .author_card .info {
    position: static;
    padding: 2rem;
  }
  .post_main .author_card .info .name {
    font-size: 2.2rem;
  }
  .post_main .author_card .info .desc {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
  .post_main .author_card .social {
    margin-top: 1.4rem;
  }
  .post_main .author_card .social a {
    width: 3.2rem;
    height: 3.2rem;
  }
  .post_main .rt .social a {
    width: 4rem;
    height: 4rem;
  }
  .post_main .rt .social span {
    display: none;
  }
  .post_detail {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .post_detail h2 {
    font-size: 2rem;
    margin: 2.4rem 0 1.2rem;
  }
  .post_detail h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
  .post_detail p {
    margin: 1rem 0;
  }
  .post_detail li {
    padding-left: 1.6rem;
  }
  .post_detail li::before {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.8rem;
  }
  .post_detail .wp-block-columns {
    gap: 1.2rem;
    flex-direction: column;
  }
  .post_related {
    overflow: hidden;
    padding-bottom: 5rem;
  }
  .post_related .post_related_swiper {
    margin-top: 3rem;
    overflow: unset;
  }
}
@media screen and (max-width: 576px) {
  .post_main .metas ul {
    justify-content: center;
  }
  .post_main .inner {
    display: block;
  }
  .post_main .rt {
    position: static;
    margin-top: 30px;
  }
  .post_main .author_card {
    grid-template-columns: 1fr;
  }
}
