
/*!******************************************************!*\
  !*** ../src/elements/recent-posts/recent-posts.scss ***!
  \******************************************************/
.recent-posts-wrapper {
  scroll-margin-top: calc(var(--admin-bar-height, 0px) + var(--header-height, 0px) + var(--additional-scroll-offset, 0px));
}

.recent-posts .recent-posts-grid {
  --cols-xs: 12;
  --cols-sm: 6;
  --cols-md: 4;
}

.recent-posts-controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

/*******************************
 * Pagination
 ******************************/
.post-pagination {
  margin-top: 1rem;
}
.post-pagination .pagination-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post-pagination .pagination-wrap > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  border-radius: 5px;
  font-weight: 500;
  width: 2.35em;
  height: 2.35em;
}
.post-pagination .pagination-wrap > *:hover, .post-pagination .pagination-wrap > *.current-page {
  background-color: #233881;
  color: #fff;
}

/*# sourceMappingURL=css-wpce--recent-posts.css.map*/