.post_banner {
  background-color: #000;
}
.post_banner.img_bg > picture {
  max-width: 256rem;
  left: 50%;
  transform: translateX(-50%);
}
.post_banner .content {
  max-width: 124.4rem;
}
.post_banner .flex {
  flex-direction: column;
  min-height: 45.4rem;
  padding: 8rem 0;
}
.post_banner .breadcrumbs {
  color: #fff;
}
.post_banner .breadcrumbs span span::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 0.6rem;
  margin: 0 0.2rem 0 0.8rem;
  transform: translateY(-1px) rotate(-90deg);
  background: url(../img/icon-select.svg) no-repeat center / contain;
}
.post_banner .breadcrumbs span span:last-child::after {
  display: none;
}
.post_banner .breadcrumbs a {
  color: #aab0b9;
  transition: all 0.3s;
}
.post_banner .breadcrumbs a:hover {
  color: var(--primary);
}
.post_banner .cat {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.14em;
  border-radius: 1.7rem;
  text-transform: uppercase;
  background-color: var(--primary);
  padding: 1rem 1.4rem;
  margin-top: 2rem;
}
.post_banner h1 {
  color: #fff;
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 1.2;
  max-width: 103rem;
  margin-top: 1rem;
}
.post_banner h1 em {
  color: var(--primary);
}
.post_banner .metas {
  color: #aab0b9;
  font-size: 1.6rem;
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3rem;
}
.post_banner .metas span {
  gap: 1.6rem;
  display: flex;
  align-items: center;
}
.post_banner .metas span::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--primary);
}
.post_banner .metas span:last-child::after {
  display: none;
}
.post_main {
  margin: 6rem 0 16.3rem;
}
.post_main .content {
  max-width: 114rem;
}
.post_main .lt {
  flex: 1;
  max-width: 76.2rem;
}
.post_main .post_img {
  padding-bottom: 67.454068%;
  border-radius: 1.4rem;
  margin-bottom: 3.5rem;
}
.post_main .post_detail .content > *:first-child {
  margin-top: 0;
}
.post_main .post_detail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .post_detail h2 {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 5.2rem 0 2rem;
}
.post_main .post_detail h3 {
  font-weight: 600;
  font-size: 2rem;
  margin: 3.2rem 0 2rem;
}
.post_main .post_detail p {
  color: #33373f;
  line-height: 1.9;
  margin: 2rem 0;
}
.post_main .post_detail strong {
  color: #15171d;
  font-weight: 500;
  font-size: 1.8rem;
}
.post_main .post_detail ul {
  margin: 2.5rem 0;
}
.post_main .post_detail li {
  position: relative;
  padding-left: 2em;
  color: #33373f;
}
.post_main .post_detail li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: var(--primary);
}
.post_main .post_detail li strong {
  font-weight: 700;
  font-size: inherit;
}
.post_main .post_detail li + li {
  margin-top: 2.2rem;
}
.post_main .post_detail .wp-block-quote {
  margin: 4.5rem 0 3.8rem;
  padding: 0.6rem 3.2rem;
  border-left: 0.4rem solid var(--primary);
}
.post_main .post_detail .wp-block-quote p {
  font-size: 2rem;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
}
.post_main .post_detail .wp-block-image {
  margin: 3.8rem 0 6.7rem;
}
.post_main .post_detail .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
.post_main .post_detail .wp-block-image figcaption {
  color: #8a909a;
  font-size: 1.5rem;
  margin-top: 1.2rem;
}
.post_main .hr {
  height: 1px;
  margin-top: 4.2rem;
  background-color: #e8eaee;
}
.post_main .tags {
  margin-top: 2.9rem;
}
.post_main .tags ul {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.post_main .tags li {
  color: #5e646e;
  font-size: 1.3rem;
  text-align: center;
  transition: all 0.3s;
  border-radius: 2.1rem;
  border: 1px solid #e8eaee;
  padding: 1.2rem 1.6rem;
}
.post_main .tags li:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.post_main .author {
  gap: 1.6rem;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  border-radius: 1rem;
  background-color: #f5f6f8;
  padding: 2.4rem 2.6rem;
  margin-top: 3.2rem;
}
.post_main .author .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: var(--title);
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
}
.post_main .author .info {
  align-self: center;
}
.post_main .author .info .name {
  font-weight: 700;
  font-size: 1.7rem;
}
.post_main .author .info .desc {
  color: #8a909a;
  font-size: 1.5rem;
  margin-top: 0.6rem;
}
.post_main .rt {
  position: sticky;
  top: 150px;
  width: max(28.070175%, 20rem);
}
.post_main .box {
  padding: 2.4rem 2.6rem 2.6rem;
  border-radius: 1rem;
  border: 1px solid #e8eaee;
}
.post_main .box + .box {
  margin-top: 2.4rem;
}
.post_main .box .label {
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.post_main .share ul {
  gap: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.post_main .share a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 50%;
  border: 1px solid #e8eaee;
  position: relative;
  transition: all 0.3s;
}
.post_main .share a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: no-repeat center / contain;
}
.post_main .share a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.post_main .share a:hover::after {
  filter: none;
}
.post_main .share .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
.post_main .share .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
.post_main .share .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
.post_main .catalog ul {
  margin-top: 2.5rem;
}
.post_main .catalog li {
  margin-top: 1.8rem;
}
.post_main .catalog a {
  color: #5e646e;
  font-size: 1.4rem;
  transition: all 0.3s;
}
.post_main .catalog a:hover {
  color: var(--primary);
}
.post_main .related {
  padding-right: 1.8rem;
}
.post_main .related li {
  padding: 1.4rem 0 1.6rem;
  border-top: 1px solid #e8eaee;
}
.post_main .related li:first-child {
  border-top: none;
  padding-top: 0;
}
.post_main .related a {
  gap: 1.4rem;
  display: grid;
  align-items: start;
  grid-template-columns: 6.6rem 1fr;
}
.post_main .related a:hover img {
  transform: scale(1.03);
}
.post_main .related .img {
  --h: 75.757576%;
  border-radius: 0.6rem;
}
.post_main .related .info {
  align-items: center;
}
.post_main .related .info .title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_main .related .info .date {
  color: #8a909a;
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.post_main .quote {
  border-color: #16171c;
  background-color: #16171c;
}
.post_main .quote .label {
  color: #fff;
  margin-bottom: 1.2rem;
}
.post_main .quote .desc {
  color: #c3c7ce;
  font-size: 1.35rem;
  line-height: 1.5;
}
.post_main .quote .btn {
  margin-top: 2rem;
}
.post_related {
  margin: 16rem 0;
}
.post_related .head h2::before {
  display: none;
}
.post_related .swiper_box {
  margin-top: 4rem;
}
.post_related .btn {
  margin-top: 5.4rem;
}
@media screen and (max-width: 768px) {
  .post_banner .flex {
    padding: 30px 0;
    min-height: unset;
  }
  .post_banner .cat {
    margin-top: 12px;
  }
  .post_banner h1 {
    font-size: 30px;
  }
  .post_banner .metas {
    gap: 10px;
    font-size: 14px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.8);
  }
  .post_banner .metas span {
    gap: 10px;
  }
  .post_main {
    margin: 0;
    padding: 50px 0;
  }
  .post_main .post_img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .post_main .post_detail p {
    font-size: 14px;
    line-height: 1.7;
    margin: 15px 0;
  }
  .post_main .post_detail strong {
    font-size: 15px;
  }
  .post_main .post_detail h2 {
    margin: 30px 0 15px;
  }
  .post_main .post_detail h3 {
    margin: 20px 0 15px;
  }
  .post_main .post_detail ul {
    margin: 20px 0;
  }
  .post_main .post_detail li {
    padding-left: 20px;
  }
  .post_main .post_detail li + li {
    margin-top: 15px;
  }
  .post_main .post_detail .wp-block-quote {
    margin: 30px 0;
    padding: 5px 15px;
    border-width: 3px;
  }
  .post_main .post_detail .wp-block-quote p {
    font-size: 16px;
  }
  .post_main .post_detail .wp-block-image {
    margin: 20px 0;
  }
  .post_main .post_detail .wp-block-image figcaption {
    font-size: 14px;
    margin-top: 12px;
  }
  .post_main .hr {
    margin-top: 30px;
  }
  .post_main .tags {
    margin-top: 20px;
  }
  .post_main .author {
    padding: 15px;
    margin-top: 30px;
  }
  .post_main .rt {
    position: static;
  }
  .post_main .box {
    padding: 15px;
    border-radius: 8px;
  }
  .post_main .box + .box {
    margin-top: 20px;
  }
  .post_main .box .label {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .post_main .share a {
    width: 44px;
    height: 44px;
  }
  .post_main .catalog ul {
    margin-top: 20px;
  }
  .post_main .catalog li {
    margin-top: 12px;
  }
  .post_main .related li {
    padding: 12px 0;
  }
  .post_main .related a {
    gap: 8px;
    grid-template-columns: 50px 1fr;
  }
  .post_main .related .info .title {
    font-size: 13px;
  }
  .post_main .related .info .date {
    font-size: 12px;
    margin-top: 6px;
  }
  .post_related {
    margin: 0;
    padding: 50px 0;
  }
  .post_related .swiper_box {
    margin-top: 20px;
  }
  .post_related .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .post_banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .post_main .flex {
    display: block;
  }
  .post_main .rt {
    width: 100%;
    margin-top: 30px;
  }
  .post_related .swiper_btns {
    display: none;
  }
}
