.block-posts-grid .category-filter {
  margin: 0 0 var(--wp--preset--spacing--normal);
  position: relative;
  z-index: 4;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.block-posts-grid .category-filter > * {
  position: relative;
  z-index: 4;
}
.block-posts-grid .category-filter .field-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.block-posts-grid .category-filter #reset-filter {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 5rem 1.5rem 3rem;
  border-radius: 30px;
  color: #fff;
  background: #0E1FF5;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(14, 31, 245, 0.95) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-size: 300% 300%;
  transition: all ease-in-out 0.25s;
  position: relative;
}
.block-posts-grid .category-filter #reset-filter:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='white' d='M16.88,15.53,7,5.66A1,1,0,0,0,5.59,7.07l9.06,9.06-8.8,8.8a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.42,0l9.61-9.61A.85.85,0,0,0,16.88,15.53Z'/%3E%3Cpath fill='white' d='M26.46,15.53,16.58,5.66a1,1,0,0,0-1.41,1.41l9.06,9.06-8.8,8.8a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0l9.62-9.61A.85.85,0,0,0,26.46,15.53Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.block-posts-grid .category-filter #reset-filter:hover, .block-posts-grid .category-filter #reset-filter:active, .block-posts-grid .category-filter #reset-filter:focus {
  background-position: right center;
  color: #fff;
}
.block-posts-grid .category-filter #reset-filter:hover:after, .block-posts-grid .category-filter #reset-filter:active:after, .block-posts-grid .category-filter #reset-filter:focus:after {
  transform: translateX(4px);
}
.block-posts-grid .category-filter #reset-filter {
  align-self: flex-start;
}
@media (min-width: 630px) {
  .block-posts-grid .category-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }
  .block-posts-grid .category-filter input {
    width: 100%;
  }
  .block-posts-grid .category-filter #reset-filter {
    margin: 0;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .block-posts-grid .category-filter .inner {
    padding-right: 6rem;
  }
}
.block-posts-grid #posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
}
.block-posts-grid #posts-container .excerpt {
  display: block;
  transition: background 0.25s ease-in-out;
  background: #f2f2f2;
  border-radius: 24px;
  overflow: auto;
  width: 100%;
}
.block-posts-grid #posts-container .excerpt:hover, .block-posts-grid #posts-container .excerpt:active, .block-posts-grid #posts-container .excerpt:focus {
  text-decoration: none;
  background: #d6d5d8;
}
.block-posts-grid #posts-container .excerpt:hover .wp-block-button, .block-posts-grid #posts-container .excerpt:active .wp-block-button, .block-posts-grid #posts-container .excerpt:focus .wp-block-button {
  color: #0E1FF5;
  background: none;
}
.block-posts-grid #posts-container .excerpt:hover .wp-block-button:after, .block-posts-grid #posts-container .excerpt:active .wp-block-button:after, .block-posts-grid #posts-container .excerpt:focus .wp-block-button:after {
  background-color: #0E1FF5;
}
.block-posts-grid #posts-container .excerpt-inner {
  padding: 3rem;
}
.block-posts-grid #posts-container .feat {
  display: block;
  height: 45vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-posts-grid #posts-container p.meta {
  display: block;
  margin-bottom: 1rem;
  color: #565656;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 300;
}
.block-posts-grid #posts-container p:not(.meta) {
  color: #1a1919;
  font-size: var(--wp--preset--font-size--font-18);
  margin-top: 1rem;
}
.block-posts-grid #posts-container h2 {
  margin: 0;
}
.block-posts-grid #posts-container h3 {
  font-size: var(--wp--preset--font-size--font-22);
  color: #1a1919;
  font-weight: 400;
  margin: 0 !important;
  margin-bottom: 1rem !important;
}
.block-posts-grid #posts-container .wp-block-button {
  margin-top: 3rem;
}
@media (min-width: 782px) {
  .block-posts-grid #posts-container .excerpt {
    flex: 1 1 31%;
    position: relative;
  }
  .block-posts-grid #posts-container .feat {
    height: 300px;
  }
}

#loadmore-container {
  text-align: center;
}
#loadmore-container #loadmore {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 5rem 1.5rem 3rem;
  border-radius: 30px;
  color: #fff;
  background: #0E1FF5;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(14, 31, 245, 0.95) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-size: 300% 300%;
  transition: all ease-in-out 0.25s;
  position: relative;
}
#loadmore-container #loadmore:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='white' d='M16.88,15.53,7,5.66A1,1,0,0,0,5.59,7.07l9.06,9.06-8.8,8.8a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.42,0l9.61-9.61A.85.85,0,0,0,16.88,15.53Z'/%3E%3Cpath fill='white' d='M26.46,15.53,16.58,5.66a1,1,0,0,0-1.41,1.41l9.06,9.06-8.8,8.8a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0l9.62-9.61A.85.85,0,0,0,26.46,15.53Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
#loadmore-container #loadmore:hover, #loadmore-container #loadmore:active, #loadmore-container #loadmore:focus {
  background-position: right center;
  color: #fff;
}
#loadmore-container #loadmore:hover:after, #loadmore-container #loadmore:active:after, #loadmore-container #loadmore:focus:after {
  transform: translateX(4px);
}
#loadmore-container #loadmore {
  margin: var(--wp--preset--spacing--normal) auto 0 -24px;
}
#loadmore-container #loadmore.inactive {
  display: none;
}/*# sourceMappingURL=block-posts-listing.css.map */