/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/post-archive.scss ***!
  \***************************************************************************************************************************************************************/
.news {
  padding: 100px 0 120px;
  background: var(--background-paper-elevation-23);
}
@media (max-width: 992px) {
  .news {
    padding: 50px 0;
  }
}
.news__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.news__title h2 {
  margin: 0;
  max-width: 60%;
}
@media (max-width: 640px) {
  .news__title h2 {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .news__title {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .news__title .btn {
    display: none;
  }
}
.news__inner {
  display: grid;
  gap: 34px 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}
@media (max-width: 992px) {
  .news__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .news__inner .post-card:nth-child(4), .news__inner .post-card:nth-child(5), .news__inner .post-card:nth-child(6), .news__inner .post-card:nth-child(7) {
    display: none;
  }
}
@media (max-width: 992px) {
  .news__inner .post-card__image {
    display: none;
  }
}
.news__inner:has(.post-card--featured) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .news__inner:has(.post-card--featured) {
    grid-template-columns: 1fr;
  }
}
.news__inner:has(.post-card--featured) .post-card--featured {
  grid-row: span 3;
  grid-column: 1;
  height: 100%;
}
@media (max-width: 992px) {
  .news__inner:has(.post-card--featured) .post-card--featured {
    grid-row: span 1;
  }
}
.news__inner:has(.post-card--featured) .post-card:not(.post-card--featured) {
  grid-column: auto;
}
.news__inner .post-card {
  width: 100%;
}
.news__inner .post-card--featured {
  padding-right: 40px;
}

.post-card__image {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.post-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 429/272.25;
  object-fit: cover;
  border-radius: 8px;
}
.post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--text-secondary);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 136%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .post-card__meta {
    margin-bottom: 0;
  }
}
.post-card__meta a {
  color: var(--text-secondary);
  text-decoration: none;
}
.post-card__category {
  display: block;
  width: max-content;
}
.post-card__title {
  margin: 0;
}
.post-card__title a {
  text-decoration: none;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  word-break: break-word;
  transition: all 0.3s ease-in-out;
  text-underline-offset: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .post-card__title a:hover {
    text-decoration: underline;
  }
}
.post-card.post-card--featured .post-card__title a {
  -webkit-line-clamp: 3;
}

.contrast-mode .news {
  background: var(--white);
}
.contrast-mode .post-card__meta {
  color: var(--black);
}
.contrast-mode .post-card__meta a {
  color: var(--black);
}

.posts-archive {
  padding-bottom: 10rem;
}
.posts-archive__header {
  margin-bottom: 3.2rem;
}
.posts-archive .posts-filter {
  margin-bottom: 3.8rem;
  overflow-x: auto;
}
.posts-archive .posts-filter__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.posts-archive .posts-filter__link {
  padding: 0.9rem 1.6rem;
  text-decoration: none;
  color: var(--text-secondary, #565656);
  font-size: 2rem;
  font-weight: 700;
  line-height: 136%;
  border-bottom: 1px solid var(--divider, rgba(0, 0, 0, 0.12));
  width: max-content;
  display: block;
}
.posts-archive .posts-filter__link h2 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: inherit;
}
.posts-archive .posts-filter__link.active {
  color: var(--black);
  padding-bottom: 0.6rem;
  border-bottom: 4px var(--black) solid;
}
.posts-archive .posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1.6rem;
  row-gap: 5.6rem;
}
@media (max-width: 792px) {
  .posts-archive .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .posts-archive .posts-grid {
    grid-template-columns: 1fr;
  }
}
.posts-archive .posts-grid .post-card.post-card--featured .post-card__title a {
  display: block;
}
.posts-archive .pagination {
  margin-top: 4.4rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
.posts-archive .pagination span,
.posts-archive .pagination a {
  display: flex;
  width: 4.4rem;
  height: 4.4rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 4px;
  color: var(--black);
}
.posts-archive .pagination span.current,
.posts-archive .pagination a.current {
  background: var(--black);
  color: var(--white);
}

.contrast-mode .posts-archive .posts-filter__link {
  color: var(--black);
}

/*# sourceMappingURL=post-archive-style.bundle.css.map*/