.li-widgets--dynamic-archive__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.li-widgets--dynamic-archive__filter {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.li-widgets--dynamic-archive__filter > li {
  cursor: pointer;
}
.li-widgets--dynamic-archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.li-widgets--dynamic-archive__pagination--prev-icon > img, .li-widgets--dynamic-archive__pagination--next-icon > img {
  display: inline-block;
  width: auto;
  max-width: 0.8em;
  height: auto;
  max-height: 1em;
  vertical-align: middle;
}
.li-widgets--dynamic-archive__slider-wrapper {
  overflow: hidden;
}
.li-widgets--dynamic-archive__slider .slider-button {
  position: absolute;
  display: block;
  z-index: 10;
  line-height: 1;
}
.li-widgets--dynamic-archive__slider .slider-button img {
  max-width: 1em;
  max-height: 1em;
}
.li-widgets--dynamic-archive__slider .swiper-pagination {
  position: relative !important;
}

.li-widgets--dynamic-archive__post--grid.d-hidden {
  display: none !important;
}