.global_row_wrapper.ez-hs-search-results-row{
  background: #F5F5F5;
}

.ez-search-results-title-wrapper.row_wrapper {
  max-width:1200px;
}

h1.ez-search-results-title {
    font-size: 72px;
    margin: 0;
    padding: 70px 0;
    color: #212121;
    font-weight: 450;
}

.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-results__listing li {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.hs-search-results__listing li:hover {
  background:white;
}

.hs-search-results__listing li:hover a.hs-search-results__title{
  color:#2F80ED;
}

.hs-search-results__listing li:hover .hs-url-display p {
  color:black;
}

.ez-search-results-wrapper {
    max-width: 1200px;
}

a.hs-search-results__title {
  color: #212121;
  font-size:40px;
  font-weight: 425;
}

a.hs-search-results__title: {
  color: #212121;
  font-size:40px;
  font-weight: 425;
}

.hs-search-results__description {
  margin-top:30px;
  color:#000000;
  line-height:19.2px;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-url-display {
  display: flex;
  justify-content: space-between;
  padding-bottom:15px;
  flex-wrap: wrap;
}

.hs-url-display #pageType {
  font-weight:400;
}



.hs-search-results__pagination {
    padding: 50px 0;
    height: 10px;
}

.hs-search-results__pagination.row_wrapper {
  max-width:1200px;
}
.pagination-wrapper {
  display: flex;
  justify-content: space-between;
}

.hs-search-results__pagination a {
  font-size:16px;
  font-weight:400;
  color: #909090;
}
.pagination-numbers { 
  display: flex;
  gap:8px;
}

.pagination-number.active {
  color:black;
  cursor:default;
}

.pagination-number.active: {
  color:black;
  cursor:default;
}

.results-count {
display:none;
}

.hs-search-results__pagination a path {
  fill: #909090;
}
.hs-search-results__pagination a:hover path {
  fill: #2F80ED;
}
.hs-search-results-pagination-button {
    display: flex;
    column-gap: 18px;
    align-items: center;
}

a.pagination-button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hs-search-results__pagination a:hover {
  color: #2F80ED;
}

.hs-search__no-results.row_wrapper {
  max-width:1200px;
}

@media screen and (max-width:1320px) {
  .ez-search-results-wrapper {
    padding-left:5%;
    padding-right:5%;
  }
}

@media screen and (max-width:999px) {
  h1.ez-search-results-title {
    font-size: 40px;
  }
}