/**
 * @file
 * Posts Grid styles.
 */
div.block-posts-grid {
  margin: 56px auto;
}
div.block-posts-grid .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin: 0 0 56px;
}
div.block-posts-grid .filters .filter-title:after {
  content: url('data:image/svg+xml; utf8, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 13H6C5.4 13 5 12.6 5 12C5 11.4 5.4 11 6 11H18C18.6 11 19 11.4 19 12C19 12.6 18.6 13 18 13Z" fill="%230075BC"/><path d="M15 19H9C8.4 19 8 18.6 8 18C8 17.4 8.4 17 9 17H15C15.6 17 16 17.4 16 18C16 18.6 15.6 19 15 19Z" fill="%230075BC"/><path d="M21 7H3C2.4 7 2 6.6 2 6C2 5.4 2.4 5 3 5H21C21.6 5 22 5.4 22 6C22 6.6 21.6 7 21 7Z" fill="%230075BC"/></svg>');
  display: block;
  width: 24px;
  height: 24px;
}
div.block-posts-grid .filters .facetwp-facet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.block-posts-grid .filters .facetwp-facet.facetwp-type-dropdown {
  cursor: pointer;
  line-height: 1;
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--archivo);
  position: relative;
  z-index: 1;
  color: var(--wp--preset--color--gray-800);
  border-radius: 8px;
  margin: 0;
  width: 100%;
  max-width: 270px;
  -webkit-box-shadow: var(--wp--preset--shadow--xsmall);
          box-shadow: var(--wp--preset--shadow--xsmall);
}
div.block-posts-grid .filters .facetwp-facet.facetwp-type-dropdown:after {
  content: "\e906";
  font-family: "vericast-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 14px;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  text-align: center;
  pointer-events: none;
}
div.block-posts-grid .filters .facetwp-facet.facetwp-type-dropdown select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 11px 60px 11px 20px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 2;
  line-height: 1.5 !important;
  color: inherit;
  height: 45px;
  text-overflow: ellipsis;
}
div.block-posts-grid .filters .facetwp-facet.facetwp-type-dropdown select::-ms-expand {
  display: none;
}
div.block-posts-grid .facetwp-template {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
div.block-posts-grid .facetwp-type-pager {
  margin-top: 64px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
div.block-posts-grid .facetwp-type-pager .facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media (max-width: 374px) {
  div.block-posts-grid .facetwp-type-pager .facetwp-pager {
    gap: 10px;
  }
}
div.block-posts-grid .facetwp-type-pager a {
  color: var(--wp--preset--color--blue);
  margin: 0;
  padding: 0 7px;
  -webkit-transition: none;
  transition: none;
}
div.block-posts-grid .facetwp-type-pager a i {
  font-size: 14px;
}
div.block-posts-grid .facetwp-type-pager a:hover {
  color: #E47720;
}
div.block-posts-grid .facetwp-type-pager a.prev {
  margin-right: 15px;
}
div.block-posts-grid .facetwp-type-pager a.prev i {
  margin-right: 9px;
}
div.block-posts-grid .facetwp-type-pager a.next {
  margin-left: 15px;
}
div.block-posts-grid .facetwp-type-pager a.next i {
  margin-left: 9px;
}
div.block-posts-grid .facetwp-type-pager a.active:not(.next):not(.prev) {
  color: var(--wp--preset--color--white);
  font-weight: 600;
  background-color: var(--wp--preset--color--blue);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #B3D6EB;
}
@media (max-width: 1079px) {
  div.block-posts-grid .facetwp-template {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  div.block-posts-grid {
    margin: 40px auto;
  }
  div.block-posts-grid .filters {
    margin-bottom: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24px 24px 1fr;
    grid-template-columns: 24px 1fr;
    gap: 24px;
  }
  div.block-posts-grid .filters .facetwp-facet.facetwp-type-dropdown {
    max-width: none;
  }
  div.block-posts-grid .filters .facetwp-facet:last-child {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}