.page-template-page-news .page-content-wrap,
.archive.category .page-content-wrap {
  padding-top: 0;
  max-width: 992px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.page-template-page-news .page-content-wrap .post-list,
.archive.category .page-content-wrap .post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
.page-template-page-news .page-content-wrap .post-list .item-image,
.archive.category .page-content-wrap .post-list .item-image {
  margin-bottom: 16px;
}
.page-template-page-news .page-content-wrap .post-list .item-image > a,
.archive.category .page-content-wrap .post-list .item-image > a {
  display: block;
}
.page-template-page-news .page-content-wrap .post-list .item-image img,
.archive.category .page-content-wrap .post-list .item-image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-news .page-content-wrap .post-list .item-categories,
.archive.category .page-content-wrap .post-list .item-categories {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 8px;
}
.page-template-page-news .page-content-wrap .post-list .item-categories a.item-category,
.archive.category .page-content-wrap .post-list .item-categories a.item-category {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #1a1a1a;
}
.page-template-page-news .page-content-wrap .post-list .item-text,
.archive.category .page-content-wrap .post-list .item-text {
  margin: 0;
}
.page-template-page-news .page-content-wrap .post-list .item-text .item-title,
.archive.category .page-content-wrap .post-list .item-text .item-title {
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.page-template-page-news .page-content-wrap .post-list .item-text .item-title > a,
.archive.category .page-content-wrap .post-list .item-text .item-title > a {
  color: #1a1a1a;
}
.page-template-page-news .page-content-wrap .post-list .item-text .item-date,
.archive.category .page-content-wrap .post-list .item-text .item-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #b3b3b3;
}
.page-template-page-news .page-content-wrap .pagination,
.archive.category .page-content-wrap .pagination {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-template-page-news .page-content-wrap .pagination .page-numbers,
.archive.category .page-content-wrap .pagination .page-numbers {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  border-radius: 99px;
  background-color: transparent;
  padding: 8px;
  min-height: 28px;
  min-width: 28px;
}
.page-template-page-news .page-content-wrap .pagination .page-numbers.prev::before, .page-template-page-news .page-content-wrap .pagination .page-numbers.next::before,
.archive.category .page-content-wrap .pagination .page-numbers.prev::before,
.archive.category .page-content-wrap .pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../icons/next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-template-page-news .page-content-wrap .pagination .page-numbers.prev::before,
.archive.category .page-content-wrap .pagination .page-numbers.prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-template-page-news .page-content-wrap .pagination .page-numbers.current,
.archive.category .page-content-wrap .pagination .page-numbers.current {
  background-color: #f8b62d;
}

.single.single-post .page-content-wrap {
  padding-top: 0;
  max-width: 992px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.single.single-post .page-content-wrap .post-details .post-categories {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.single.single-post .page-content-wrap .post-details .post-categories .post-category {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #F8B62D;
}
.single.single-post .page-content-wrap .post-details .post-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 45px;
  color: #1a1a1a;
}
.single.single-post .page-content-wrap .post-details .published-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #B3B3B3;
  margin: 0;
}
.single.single-post .page-content-wrap .post-details .post-content-wrap {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.single.single-post .page-content-wrap .post-details .post-content-wrap > *:last-of-type {
  margin-bottom: 0;
}
.single.single-post .page-content-wrap .post-details .post-content-wrap p {
  font-size: 16px;
}
.single.single-post .page-content-wrap .post-details .post-content-wrap p:has(img.aligncenter) {
  text-align: center;
}
.single.single-post .page-content-wrap .post-details .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.single.single-post .page-content-wrap .post-details .post-navigation > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}
.single.single-post .page-content-wrap .post-details .post-navigation > a i.aimo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.single.single-post .page-content-wrap .post-details .post-navigation > a i.aimo-icon::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.single.single-post .page-content-wrap .post-details .post-navigation > a i.aimo-icon.icon-arrow-back {
  background-image: url("../icons/arrow_back.svg");
}
.single.single-post .page-content-wrap .post-details .post-navigation > a i.aimo-icon.icon-link {
  background-image: url("../icons/link.svg");
}

@media (max-width: 575px) {
  .page-template-page-news .page-content-wrap .post-list,
  .archive.category .page-content-wrap .post-list {
    grid-template-columns: 1fr;
  }
  .page-template-page-news .page-content-wrap .post-list .post-item,
  .archive.category .page-content-wrap .post-list .post-item {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 16px;
  }
  .single.single-post .page-content-wrap .post-details .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .single.single-post .page-content-wrap .post-details .published-date {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 16px;
  }
  .single.single-post .page-content-wrap .post-details .post-content-wrap {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 16px;
  }
  .single.single-post .page-content-wrap .post-details .post-content-wrap p {
    font-size: 14px;
  }
  .single.single-post .page-content-wrap .post-details .post-content-wrap h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=news.css.map */
