#tpe-search-section {
  text-align: center;
  padding: 4rem 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
#tpe-search-section .tpe-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #222;
}
#tpe-search-section .tpe-subheading {
  font-size: 2rem;
  font-weight: 900;
}
#tpe-search-section .ais-SearchBox {
  display: flex;
  justify-content: center;
}
#tpe-search-section .ais-SearchBox-form {
  width: 100%;
  max-width: 500px;
}
#tpe-search-section .ais-SearchBox-input {
  width: 100%;
  font-size: 1.25rem;
  padding: 1rem 1.25rem;
  border: 2px solid #ccc;
  border-radius: 0.5rem;
  outline: none;
  transition: border-color 0.3s ease;
}
#tpe-search-section .ais-SearchBox-input:focus {
  border-color: #00b67a;
}
#tpe-search-section .ais-SearchBox-submit, #tpe-search-section .ais-SearchBox-reset {
  display: none !important;
}

.tpe-demo-hint {
  font-size: 0.9rem;
  color: #666;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: relative;
  text-align: center;
  margin: 2px auto 0;
  font-weight: 300;
}
.tpe-demo-hint.visible {
  opacity: 1;
  pointer-events: none;
}
.tpe-demo-hint strong {
  font-weight: 500;
}

.tpe-trustpilot-summary {
  text-align: center;
  margin: 0 auto 3rem;
  font-size: 1rem;
  max-width: 800px;
  padding: 0 1rem;
}
.tpe-trustpilot-summary .tpe-stars-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-weight: 300;
}
.tpe-trustpilot-summary .tpe-stars-line .tpe-rating-label {
  color: #444;
}
.tpe-trustpilot-summary .tpe-stars-line .tpe-rating-grade {
  font-weight: 600;
  color: #111;
}
.tpe-trustpilot-summary .tpe-stars-line .tpe-stars {
  display: flex;
}
.tpe-trustpilot-summary .tpe-stars-line .tpe-stars img {
  height: 1.25rem;
  display: block;
}
.tpe-trustpilot-summary .tpe-stars-line .tpe-score {
  color: #444;
}
.tpe-trustpilot-summary .tpe-stars-line .tpe-score a {
  color: #444;
}
.tpe-trustpilot-summary .tpe-stars-line .tpe-logo {
  height: 22px;
  margin-left: 0.5rem;
}
.tpe-trustpilot-summary .tpe-customer-count {
  margin-top: 0.5rem;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 1.1rem;
  text-align: center;
}
.tpe-trustpilot-summary .tpe-customer-count {
  min-height: 1.5em;
  transition: opacity 0.2s ease;
}

.ais-Hits-list {
  list-style-type: none;
  padding: 0;
  column-count: 1;
}
@media (min-width: 800px) {
  .ais-Hits-list {
    column-count: 2;
    column-gap: 12px;
  }
}
@media (min-width: 1200px) {
  .ais-Hits-list {
    column-count: 3;
    column-gap: 24px;
  }
}
@media (min-width: 1600px) {
  .ais-Hits-list {
    column-count: 4;
  }
}
@media (min-width: 2000px) {
  .ais-Hits-list {
    column-count: 5;
  }
}

.ais-Hits-item {
  break-inside: avoid;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .ais-Hits-item {
    margin-bottom: 24px;
  }
}

.tpe-review {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tpe-review em {
  font-style: normal;
  font-weight: bold;
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #111;
}
.tpe-review p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 8px;
  color: #222;
}
.tpe-review small {
  font-size: 13px;
  color: #777;
}
.tpe-review.stars-5 .tpe-stars {
  background-image: url("../img/tp-5.svg");
}
.tpe-review.stars-4 .tpe-stars {
  background-image: url("../img/tp-4.svg");
}
.tpe-review.stars-3 .tpe-stars {
  background-image: url("../img/tp-3.svg");
}
.tpe-review.stars-2 .tpe-stars {
  background-image: url("../img/tp-2.svg");
}
.tpe-review.stars-1 .tpe-stars {
  background-image: url("../img/tp-1.svg");
}

.tpe-review-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.tpe-review-stars .tpe-stars {
  width: 120px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tpe-review-stars .tpe-verified {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #6c6c85;
}
.tpe-review-stars .tpe-verified img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  display: block;
}

.tpe-collapsible .tpe-hidden-text,
.tpe-collapsible .tpe-hidden-extra {
  display: none;
}
.tpe-collapsible .tpe-ellipsis {
  display: inline;
}
.tpe-collapsible.expanded .tpe-hidden-text {
  display: inline;
}
.tpe-collapsible.expanded .tpe-hidden-extra {
  display: block;
}
.tpe-collapsible.expanded .tpe-ellipsis {
  display: none;
}

.tpe-read-more {
  display: block;
  text-align: center;
  margin: 8px 0 -12px;
  color: #00b67a;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.tpe-read-more:focus {
  border: none;
}

.tpe-reply {
  border-left: 2px solid #e5e5dd;
  padding-left: 16px;
  margin-top: 18px;
}
.tpe-reply .tpe-reply-heading {
  font-weight: bold;
}

.tpe-review-meta,
.tpe-reply-meta {
  font-size: 14px;
  margin-bottom: 10px;
}

#tpe-review-wrapper {
  overflow: hidden;
  position: relative;
  transition: height 0.4s ease;
}
#tpe-review-wrapper.tpe-expanded #tpe-fade-out {
  display: none;
}

#tpe-fade-out {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #fcfcf8);
  pointer-events: none;
}

.tpe-toggle-btn {
  display: block;
  margin: 20px auto;
  padding: 8px 16px;
  font-weight: bold;
  background-color: #00b67a;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.tpe-toggle-btn:hover {
  background-color: #00945f;
}

.ais-Pagination-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.ais-Pagination-list .ais-Pagination-item {
  margin: 0;
}
.ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--selected a {
  background-color: #00b67a;
  color: #fff;
  border-color: #00b67a;
}
.ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--disabled a {
  opacity: 0.4;
  pointer-events: none;
}
.ais-Pagination-list .ais-Pagination-item .ais-Pagination-link {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
}
.ais-Pagination-list .ais-Pagination-item .ais-Pagination-link:hover {
  border-color: #00b67a;
  color: #00b67a;
}

/*# sourceMappingURL=style.css.map */
