.hero-posts .hero-posts__small-triangle {
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.hero-posts .hero-posts__text {
  position: relative;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .hero-posts .hero-posts__text {
    padding-left: 34px;
  }
}
.hero-posts .hero-posts__text:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #FFB831;
}
@media (min-width: 768px) {
  .hero-posts .hero-posts__info {
    display: flex;
    flex-wrap: wrap;
  }
}
.hero-posts .hero-posts__info div {
  position: relative;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .hero-posts .hero-posts__info div {
    padding: 0 30px 0 0;
  }
  .hero-posts .hero-posts__info div::after {
    content: "/";
    position: absolute;
    color: #FFB831;
    top: 0;
    right: 15px;
  }
}
@media (min-width: 992px) {
  .hero-posts .hero-posts__info div {
    padding: 0 50px 0 0;
  }
  .hero-posts .hero-posts__info div::after {
    right: 25px;
  }
}
.hero-posts .hero-posts__info div:first-of-type {
  padding-left: 0;
}
.hero-posts .hero-posts__info div:last-of-type::after {
  display: none;
}
.hero-posts .hero-posts__image {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .hero-posts .hero-posts__image {
    display: flex;
  }
}
.hero-posts .hero-posts__image {
  clip-path: polygon(400px 0, 100% 0, 100% 100%, 0% 100%);
  background: #151515;
}
@media (min-width: 768px) {
  .hero-posts .hero-posts__image {
    clip-path: polygon(80% 0%, 100% 0, 100% 100%, 70% 100%);
  }
}
@media (min-width: 992px) {
  .hero-posts .hero-posts__image {
    clip-path: polygon(55% 0%, 100% 0, 100% 100%, 45% 100%);
  }
}
.hero-posts .hero-posts__image .hero-posts__grad {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 30;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.31) 31.47%, rgba(0, 0, 0, 0) 59.25%), linear-gradient(90deg, rgba(0, 0, 0, 0.31) 31.47%, rgba(0, 0, 0, 0) 59.25%), linear-gradient(52.03deg, #1E1E1E 27.96%, rgba(30, 30, 30, 0.46) 38.57%, 61.68%, rgba(30, 30, 30, 0) 80.6%), linear-gradient(137.63deg, #1E1E1E 31.66%, rgba(30, 30, 30, 0.87) 37.25%, rgba(30, 30, 30, 0.58) 43.64%, rgba(30, 30, 30, 0) 50.16%);
}
.hero-posts .hero-posts__image .attachment-post-thumbnail {
  position: relative;
  z-index: 20;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  opacity: 0.5;
}

.post-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.post-categories__el {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  padding: 8px 12px;
}
.post-categories__el:first-of-type {
  margin-left: 0;
}
.post-categories__el:last-of-type {
  margin-right: 0;
}
.post-categories__el:hover {
  background: #FFB831;
  color: #0A0A0A;
  text-decoration: none;
}
.post-categories__el.current {
  font-size: 14px;
  background: #FFB831;
  color: #0A0A0A;
}
@media (min-width: 768px) {
  .post-categories__el {
    padding: 13.5px 19.5px;
  }
}

.post__el {
  box-shadow: 0px 12px 0px rgba(0, 0, 0, 0.05);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  will-change: transform;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
.pagination span, .pagination a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity));
}
.pagination span:hover, .pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 49 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.pagination .current {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 49 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.post-category__wrapper .c-title {
  hyphens: manual;
}
.post-category__wrapper .c-title--cat {
  word-break: break-all;
}
.post-category__wrapper:last-of-type .post-category__line {
  display: none;
}

.archive__title {
  hyphens: manual;
}

.single__content {
  font-size: 1rem;
  line-height: 1.42;
  letter-spacing: 0.001em;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.single__content .l-wrap > img {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single__content ul {
  margin-left: 0;
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  list-style: circle;
}
.single__content ul li {
  margin-bottom: 0.8em;
}
.single__content img {
  margin: 0 auto;
}
.single__content h1, .single__content h2, .single__content h3, .single__content h4, .single__content h5, .single__content h6 {
  margin-top: 30px;
}
.single__content h1 span[style*=font-weight], .single__content h2 span[style*=font-weight], .single__content h3 span[style*=font-weight], .single__content h4 span[style*=font-weight], .single__content h5 span[style*=font-weight], .single__content h6 span[style*=font-weight] {
  font-weight: inherit !important;
}
.single__content b, .single__content strong {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .single__content {
    font-size: 1.1875rem;
  }
}

.single-post__content .wp-block-heading:not(:first-child) {
  margin-top: 1em;
}
.single-post__content > p {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.42;
  letter-spacing: 0.001em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .single-post__content > p {
    font-size: 1.1875rem;
  }
}
.single-post__content > ul, .single-post__content > ol {
  font-size: 1rem;
  line-height: 1.42;
  letter-spacing: 0.001em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .single-post__content > ul, .single-post__content > ol {
    font-size: 1.1875rem;
  }
}
.single-post__content figure,
.single-post__content .wp-block-kadence-image,
.single-post__content .wp-block-kadence-image:not(:last-child) {
  margin-top: calc(2 * 1em);
  margin-bottom: calc(2 * 1em);
}

.block-full-width-image img, .single-post__top-img img {
  box-shadow: 21px 20px 0px rgba(0, 0, 0, 0.05);
}