.section-posts .section-posts__post-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-posts .section-posts__side-nav {
  width: 184px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-inline: 0 16px;
  padding-block: 92px 0;
}
.section-posts .section-posts__link {
  display: block;
  opacity: 0.3;
}
.section-posts .section-posts__link.current {
  opacity: 1;
}
.section-posts .section-posts__link:hover {
  opacity: 0.6;
}
.section-posts .section-posts__link:nth-of-type(n + 2) {
  margin-top: 20px;
}
.section-posts .section-posts__link-wrap {
  margin-top: 20px;
}
.section-posts .section-posts__list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.section-posts .section-posts__item {
  border-bottom: solid 1px var(--color--blurry-x-black);
  position: relative;
}
.section-posts .section-posts__item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--color--white);
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.section-posts .section-posts__item a {
  padding-block: 0 30px;
  display: block;
}
.section-posts .section-posts__item:nth-of-type(n + 2) a {
  padding-block: 30px;
}
.section-posts .section-posts__item:hover::after {
  width: 100%;
}
.section-posts .section-posts__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: var(--color--black);
}
.section-posts .section-posts__data-cat {
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.05em;
  border: solid 1px var(--color--black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  height: 18px;
  color: var(--color--black);
}
.section-posts .section-posts__data-date {
  font-size: 1.3rem;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.section-posts .section-posts__title {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section-posts .section-posts__post-wrap {
    display: block;
  }
  .section-posts .section-posts__side-nav {
    width: 100%;
    padding-inline: 0 0;
    padding-block: 0 0;
  }
  .section-posts .section-posts__link {
    display: inline;
  }
  .section-posts .section-posts__link:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 30px;
  }
  .section-posts .section-posts__link-wrap {
    margin-top: 10px;
    display: block;
    overflow: scroll;
    width: auto;
    white-space: nowrap;
  }
  .section-posts .section-posts__list {
    margin-top: 60px;
  }
  .section-posts .section-posts__item {
    padding-inline: 16px;
  }
  .section-posts .section-posts__item::after {
    left: 0;
  }
}

.pager-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-inline: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 120px;
}
.pager-num .pager-num__item {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color--gray);
}
.pager-num .pager-num__item.current {
  color: var(--color--white);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .pager-num {
    margin-top: 60px;
    margin-inline: auto;
  }
}

.section-single .section-single__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section-single .section-single__data-cat {
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.05em;
  border: solid 1px var(--color--gray);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  height: 18px;
  color: var(--color--gray);
}
.section-single .section-single__data-date {
  font-size: 1.3rem;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: var(--color--gray);
}
.section-single .section-single__title {
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0;
  margin-top: 20px;
}
.section-single .editor-area {
  border-top: solid 1px #2f2f2f;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-single .editor-area {
    width: calc(100% - 36px);
  }
  .section-single .c-button-arrow {
    margin-inline: auto;
  }
}
