.gloabl-search-filters {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
}

.global-search-results .fwpl-col {
  display: grid;
  grid-template-columns: auto auto 1fr 1fr;
  grid-template-rows: auto auto min-content auto auto;
  grid-column-gap: 6px;
  grid-template-areas: "featured-image featured-image featured-image featured-image" "title title title title" "date author . ." "excerpt excerpt excerpt excerpt" "read-more read-more read-more read-more";
  width: 100%;
}
.global-search-results .gloabl-search-results__featured-image {
  grid-area: featured-image;
  width: 100%;
}
.global-search-results .gloabl-search-results__featured-image img {
  width: 100%;
}
.global-search-results .global-search-results__title {
  grid-area: title;
  width: 100%;
  font-size: 3.2rem;
  line-height: 1.3em;
  border-bottom: 1px solid #82ac03;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
.global-search-results .global-search-results__author {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  grid-area: author;
  padding-bottom: 2rem;
  font-size: 14px;
}
.global-search-results .global-search-results__author::before {
  display: block;
  content: " ";
  background-image: url("../icons/user-icon.svg");
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  margin-right: 4px;
}
.global-search-results .global-search-results__date {
  display: flex;
  align-items: center;
  grid-area: date;
  font-size: 14px;
  padding-bottom: 2rem;
  margin-right: 12px;
}
.global-search-results .global-search-results__date::before {
  display: block;
  content: " ";
  background-image: url("../icons/calender-icon.svg");
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  margin-right: 4px;
}
.global-search-results .global-search-results__excerpt {
  grid-area: excerpt;
  max-width: 100%;
  font-size: 20px;
  margin-bottom: 1.5em;
}
.global-search-results .global-search-results__continue-reading {
  grid-area: read-more;
  margin: 0;
}

.facetwp-type-pager {
  margin-top: 1em;
}

/*# sourceMappingURL=search-page.css.map */
