.wp-block-latest-posts {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-latest-posts > li {
  display: grid;
  gap: 12px;
  min-width: 0;
}
@media (max-width: 1120px) {
  .wp-block-latest-posts > li {
    display: flex;
    
  }
}

.wp-block-latest-posts__featured-image {
  margin: 0;
}
.wp-text{
  display: flex;
  flex-flow: column;
}

.wp-block-latest-posts__featured-image a {
  display: block;
}

.wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
  max-width: 290px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.wp-block-latest-posts__post-title {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}

.wp-block-latest-posts__post-date {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.8;
}

.c-post-list02__pagination {
  margin-top: 32px;
}

.c-post-list02__pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-post-list02__pagination-item a,
.c-post-list02__pagination-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 5px;
  color: inherit;
  text-decoration: none;
  /* border: 1px solid currentColor; */
  font-size: 14px;
  line-height: 1;
}

.c-post-list02__pagination-item .current {
  background: #fff;
  color: #1A1A1A;
  
}

.c-post-list02__pagination-list{
    border-top: 1px solid #828282;
    padding-top: 40px;
}