.archive-content--cards {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  .archive-content--cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive-content--cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.entry-header--cutout {
  transform: scale(-1, -1);
  z-index: 20;
  position: relative;
}
.entry-header--cutout::after {
  top: calc(100% - 1px);
  content: "";
  background-color: #fff;
  clip-path: url(#ptgClipFooterCutout);
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 6vw;
  z-index: 20;
  pointer-events: none;
}

.archive--filters {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.archive--filters.archive-filters--cards .facetwp-facet {
  border-radius: 1.5rem;
  background-color: #F3F7FB;
  border: 0;
  padding: 0;
}
.archive--filters.archive-filters--cards .facetwp-checkbox,
.archive--filters.archive-filters--cards .facetwp-radio {
  background-image: none;
  background-color: transparent;
  background-size: auto;
  border-radius: 1.5rem;
  padding: 0.75rem 1.75rem;
  margin: 0 0.25rem;
  color: #090909;
  display: block;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-wrap: nowrap;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 600;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.archive--filters.archive-filters--cards .facetwp-checkbox.checked,
.archive--filters.archive-filters--cards .facetwp-radio.checked {
  color: #fff;
  background-color: #090909;
}
@media screen and (min-width: 800px) {
  .archive--filters.archive-filters--cards .facetwp-checkbox,
  .archive--filters.archive-filters--cards .facetwp-radio {
    display: inline-block;
  }
}
.archive--filters.archive-filters--cards .facetwp-counter {
  display: none;
}
.archive--filters.dark_bg .facetwp-facet {
  background-color: rgba(243, 247, 251, 0.4);
}
.archive--filters.dark_bg .facetwp-checkbox,
.archive--filters.dark_bg .facetwp-radio {
  color: #FFF;
}
.archive--filters.dark_bg .facetwp-checkbox.checked,
.archive--filters.dark_bg .facetwp-radio.checked {
  color: #090909;
  background-color: #FFF;
}

.archive--pagingation .facetwp-type-pager {
  text-align: center;
}
.archive--pagingation .facetwp-type-pager button {
  border-style: solid;
  border-radius: 2em;
  line-height: 1;
  padding: 1rem 2rem;
  color: #000;
  background: transparent;
  border-color: rgba(9, 9, 9, 0.6);
  border-width: 1px;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-wrap: nowrap;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 600;
  transition-property: background-color, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.archive--pagingation .facetwp-type-pager button:active, .archive--pagingation .facetwp-type-pager button:focus, .archive--pagingation .facetwp-type-pager button:hover {
  border-color: #090909;
  background-color: #090909;
  color: #E5E7EB;
}
.archive--pagingation .facetwp-type-pager button {
  color: #fff;
  border-color: #EB120A;
  border-width: 0;
  background: #EB120A;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.archive--pagingation .facetwp-type-pager button:active, .archive--pagingation .facetwp-type-pager button:focus, .archive--pagingation .facetwp-type-pager button:hover {
  color: #EB120A;
  background-color: #fff;
}
.archive--pagingation .facetwp-type-pager button {
  padding-left: 4rem;
  padding-right: 4rem;
}

/*# sourceMappingURL=ptg_archive-card.css.map */
