/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/post-grid/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.post-grid {
  --post-grid-space-y: 60px;
}
.post-grid--with-filters {
  overflow: visible !important;
  z-index: 500 !important;
}
.post-grid__filters-wrapper {
  position: absolute !important;
  top: 0;
  transform: translateY(-100%);
}
@media (max-width: 992px) {
  .post-grid__filters-wrapper {
    padding-inline: 0 !important;
  }
}
@media (max-width: 992px) {
  .post-grid__filters nav {
    padding-inline: var(--section-padding-inline);
    overflow-y: hidden;
    overflow-x: auto;
  }
  .post-grid__filters nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
  }
}
.post-grid__filters nav ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .post-grid__filters nav ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.post-grid__filters nav ul li {
  position: relative;
  overflow: hidden;
  padding: 0 16px var(--wp--preset--spacing--50);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 992px) {
  .post-grid__filters nav ul li {
    flex: 0 0 auto;
  }
}
.post-grid__filters nav ul li a {
  cursor: pointer;
  color: var(--block-background-color);
}
.post-grid__filters nav ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--purple);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.post-grid__filters nav ul li:hover:after, .post-grid__filters nav ul li.active:after {
  opacity: 1;
}
.post-grid__content {
  margin-bottom: var(--post-grid-space-y);
}
.post-grid__content .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: var(--post-grid-space-y);
}
.post-grid__content .post-item {
  height: 100%;
}
.post-grid__content .post-item__content {
  height: 100%;
}
.post-grid__item {
  opacity: 0;
}
.post-grid__item .post-item__image {
  aspect-ratio: 4.13/5.34;
}
.post-grid__item .post-item__info {
  flex: 1;
}
.post-grid__item--big .post-item__info__title {
  max-width: 55%;
}
.post-grid__item--big .post-item__image {
  aspect-ratio: 8.42/5.34;
}
@media (max-width: 992px) {
  .post-grid__item--big .post-item__image {
    aspect-ratio: 4.13/5.34;
  }
}
.post-grid__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--post-grid-space-y);
}
.post-grid__footer .custom-loader {
  font-size: 2px;
  position: absolute;
  right: calc(100% + 18px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.post-grid__footer .loading .custom-loader {
  opacity: 1;
  visibility: visible;
}
.post-grid__footer .link-wrapper {
  transition: opacity 0.3s ease-in-out;
}
.post-grid__footer .link-wrapper.hide {
  opacity: 0;
  visibility: hidden;
}
.post-grid__footer .link {
  cursor: pointer;
}
@media (max-width: 576px) {
  .post-grid--related {
    --post-grid-space-y: var(--custom-min-gap);
  }
}

/*# sourceMappingURL=style-index.css.map*/