.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 .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;
}
.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 */