.state-builders-container {
  padding-top: 56px;
  padding-bottom: 56px;
}

.custom-header {
  border-bottom: 1px solid #E2E6F0;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .custom-header {
    margin-bottom: 40px;
  }
}
.custom-header h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .custom-header h1 {
    font-size: 30px;
  }
}
.custom-header .state-filter,
.custom-header .section-state-filter {
  text-align: center;
}
.custom-header .state-filter > span,
.custom-header .state-filter a.filter,
.custom-header .section-state-filter > span,
.custom-header .section-state-filter a.filter {
  color: #1CA766;
  cursor: pointer;
  text-decoration: underline;
}
.custom-header .state-filter > span.active,
.custom-header .state-filter a.filter.active,
.custom-header .section-state-filter > span.active,
.custom-header .section-state-filter a.filter.active {
  color: #212529;
  font-weight: bold;
  cursor: auto;
  text-decoration: none;
  pointer-events: none;
}

.pager-item-list {
  position: relative;
}

.pager-show-more {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: -100px 0 20px;
}
.pager-show-more:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(255, 255, 255) 60%, rgba(0, 0, 0, 0));
  z-index: 3;
}
.pager-show-more > li {
  list-style: none;
  position: relative;
  z-index: 5;
  padding-left: 30px;
  padding-right: 30px;
}
.pager-show-more > li a {
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1CA766;
  border-color: #1CA766;
  border: 0.1rem solid transparent;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  line-height: 1.7;
  border-radius: 2rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 500;
}
.pager-show-more > li a:hover {
  color: #fff;
  background-color: #535c64;
  border-color: #4d555d;
}
@media (max-width: 991.98px) {
  .pager-show-more > li a {
    padding: 0.75rem 2rem;
  }
}

.views-header,
.views-footer {
  font-size: 14px;
  font-weight: 400;
  color: #ADB3BA;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .views-header,
  .views-footer {
    margin-bottom: 72px;
  }
}

.builder-tile {
  margin-bottom: 48px;
  position: relative;
  transition: 0.2s ease-out;
}
.builder-tile:hover .tile {
  -webkit-transform: translateY(-5px) scale(1.01);
  transform: translateY(-5px) scale(1.01);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 8px;
}
.builder-tile .tile {
  border: 1px solid #E3E6F0;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: 0.2s ease-out;
}
.builder-tile .tile.has-logo .hero {
  height: 165px;
}
.builder-tile .tile .builder-logo {
  height: 35px;
  max-height: 35px;
  display: flex;
  padding: 5px;
}
.builder-tile .tile .builder-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  max-width: 100%;
}
.builder-tile .tile .hero {
  height: 200px;
  color: #fff;
  background-color: #646F79;
  display: grid;
  place-content: center;
}
.builder-tile .tile .hero.hasImage {
  display: block;
}
.builder-tile .tile .hero.hasImage img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.builder-tile .tile .hero .title {
  font-size: 24px;
  font-weight: 400;
}
.builder-tile .tile .hero .badge-container {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.builder-tile .tile .hero .badge-container .badges {
  margin: 0;
  gap: 0.5rem;
  color: #fff;
}
.builder-tile .tile .hero .badge-container .badges .badge.promoted {
  background-color: #F9795D;
}
.builder-tile .tile .hero .badge-container .badges .badge.design-tours {
  background-color: #1CA766;
}
.builder-tile .builder-info {
  transition: 0.1s ease-out;
}
.builder-tile h2 {
  color: #212529;
  font-size: 20px;
  font-weight: bold;
}
.builder-tile .description {
  font-size: 14px;
  font-weight: 300;
  max-height: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.builder-tile .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.builder-tile .badges .badge {
  font-size: 12px;
  display: grid;
  place-content: center;
  min-height: 25px;
}
.builder-tile .builder-offer-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  line-height: 20px;
}
.builder-tile .builder-offer-line .builder-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #DA4B48;
  border: 1px solid #DA4B48;
  border-radius: 4px;
  padding: 2px 8px;
  text-transform: none;
  background-color: transparent;
  flex-shrink: 0;
}
.builder-tile .builder-offer-line .builder-offer-text {
  color: #DA4B48;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 20px;
}