.archivePosts {
  background-color: #fff;
  position: relative;
  border-radius: 30px 30px 0 0;
  padding: 50px 20px 100px;
  z-index: 1;
}
.archivePosts::before {
  content: "";
  position: absolute;
  left: 0%;
  transform: translateX(-25%);
  width: 200vw;
  top: 0;
  height: 100%;
  background-color: var(--wp--preset--color--base);
  z-index: -1;
}
.archivePosts .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3.75rem 0;
}
.archivePosts .post-item {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 437px;
  max-width: 370px;
}
.archivePosts .post-item .post-date {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
.archivePosts .post-item .post-title {
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-size: clamp(1.125rem, 1.0263rem + 0.4211vw, 1.5rem);
  line-height: 1;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.archivePosts .post-item .post-excerpt {
  font-size: clamp(0.85rem, 0.8105rem + 0.1684vw, 1rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.archivePosts .post-item .post-thumbnail {
  width: 100%;
  margin: 0;
  aspect-ratio: 370/180;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.archivePosts .post-item .post-thumbnail a {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
}
.archivePosts .post-item .post-thumbnail.thumbnail-full {
  height: 100%;
}
.archivePosts .post-item .post-thumbnail .post-thumbnail-link {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  text-indent: -9999px;
}
.archivePosts .post-item .read-more-btn {
  font-weight: 600;
  font-size: 1rem;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.archivePosts .post-item .post_desc {
  padding: 30px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  flex-grow: 1;
}
.archivePosts .post-item .post_desc .post_content {
  width: 100%;
}
.archivePosts .post-item .post_desc .post_content a {
  text-decoration: none;
}
.archivePosts .see-all-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
.archivePosts .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  list-style: none;
}
.archivePosts .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  list-style: none;
}
.archivePosts .pagination a {
  height: 3rem;
  width: 3rem;
  background-color: var(--wp--preset--color--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  color: var(--wp--preset--color--base);
  font-size: 1.25rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.archivePosts .pagination span {
  height: 3rem;
  width: 3rem;
  aspect-ratio: 1;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.25rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.archivePosts .pagination .prev.page-numbers {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.archivePosts .pagination .prev.page-numbers::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--wp--preset--color--primary);
  z-index: 1;
}
.archivePosts .pagination .prev.page-numbers::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgOC40MTQyMUM5IDcuNTIzMzEgMTAuMDc3MSA3LjA3NzE0IDEwLjcwNzEgNy43MDcxMUwxNC4yOTI5IDExLjI5MjlDMTQuNjgzNCAxMS42ODM0IDE0LjY4MzQgMTIuMzE2NiAxNC4yOTI5IDEyLjcwNzFMMTAuNzA3MSAxNi4yOTI5QzEwLjA3NzEgMTYuOTIyOSA5IDE2LjQ3NjcgOSAxNS41ODU4VjguNDE0MjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  z-index: 2;
}
.archivePosts .pagination .next.page-numbers {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.archivePosts .pagination .next.page-numbers::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--wp--preset--color--primary);
  z-index: 1;
}
.archivePosts .pagination .next.page-numbers::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgOC40MTQyMUM5IDcuNTIzMzEgMTAuMDc3MSA3LjA3NzE0IDEwLjcwNzEgNy43MDcxMUwxNC4yOTI5IDExLjI5MjlDMTQuNjgzNCAxMS42ODM0IDE0LjY4MzQgMTIuMzE2NiAxNC4yOTI5IDEyLjcwNzFMMTAuNzA3MSAxNi4yOTI5QzEwLjA3NzEgMTYuOTIyOSA5IDE2LjQ3NjcgOSAxNS41ODU4VjguNDE0MjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  z-index: 2;
}/*# sourceMappingURL=block.css.map */