h1, h2, h3 {
  font-family: var(--chakra-fonts-body) !important;
}

.wa-page-reviews {
  gap: var(--space-m);
  width: 100% !important;
}
.wa-page-reviews-section {
  background-color: var(--secondary);
}
.wa-page-reviews-section .ct-section-inner-wrap {
  padding-top: 0 !important;
}
.wa-page-reviews-section .wa-archive-breadcrumbs {
  margin: 0 !important;
}
.wa-page-reviews__shortcode {
  width: 100% !important;
}
.wa-page-reviews__shortcode:has(section.hidden) {
  display: none !important;
}
.wa-page-reviews h2 {
  margin: 0 !important;
}
.wa-page-reviews__button a {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  padding-inline: var(--space-l);
  padding-block: var(--space-xs) !important;
  border-radius: var(--radius-xxl);
  color: var(--white);
  font-weight: 700;
  border: none !important;
  font-size: var(--text-m) !important;
  line-height: 1 !important;
}
.wa-page-reviews__button a:hover {
  color: white !important;
  background-color: var(--primary-hover) !important;
}
.wa-page-reviews .heurekaShopReviewsLongBottom {
  margin-top: var(--space-l);
}
.wa-page-reviews .heurekaShopReviews {
  background-color: var(--secondary);
  width: 100% !important;
  gap: var(--space-m);
  align-items: flex-start;
}
.wa-page-reviews .heurekaShopReviews ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-s);
  margin: 0 !important;
  width: 100%;
}
.wa-page-reviews .heurekaShopReviews ul li {
  background-color: var(--white);
  padding: var(--space-l);
  border-radius: var(--radius-m) !important;
}
@media (max-width: 767px) {
  .wa-page-reviews .heurekaShopReviews ul li {
    padding: var(--space-s) !important;
  }
}
.wa-page-reviews .heurekaShopReviews ul li .vc-rating-item {
  height: 100%;
  overflow: hidden;
}
.wa-page-reviews .heurekaShopReviews ul li .vc-rating-text {
  margin: 0 !important;
  height: 65px;
  overflow-y: auto;
  -webkit-mask-image: linear-gradient(to bottom, #000000 72%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, #000000 72%, rgba(0, 0, 0, 0));
}
.wa-page-reviews .heurekaShopReviews ul li .vc-rating-text q {
  padding-bottom: 10px;
}
.wa-page-reviews .heurekaShopReviews ul li .vc-rating-metadata {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px;
  margin-top: 10px;
}
.wa-page-reviews .heurekaShopReviews ul li .vc-rating-metadata .logo {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  min-width: 20px;
  min-height: 20px;
  background: url("/wp-content/uploads/2026/04/herueka-badge.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wa-page-reviews .heurekaShopReviews ul li .vc-rating-metadata-logo .data {
  display: inline-block;
  width: 160px;
}
.wa-page-reviews .heurekaShopReviews ul li .vc-rating-author {
  margin: 0px;
  font-size: 0.8em;
}
.wa-page-reviews .heurekaShopReviews ul li .vc-rating-stars {
  margin: 0px;
}
.wa-page-reviews .heurekaShopReviews ul li .vc-rating-stars .star-rating {
  float: left;
  font-size: 0.8em;
}
.wa-page-reviews .heurekaShopReviews ul li q::after, .wa-page-reviews .heurekaShopReviews ul li q::before {
  display: none;
}
.wa-page-reviews .heurekaShopReviews ul li .sr-only {
  visibility: hidden;
}

.wa-contact-us {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-s);
  width: 100% !important;
}
@media (max-width: 767px) {
  .wa-contact-us {
    grid-template-columns: 1fr !important;
  }
}
.wa-contact-us-box {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  padding: var(--space-m);
  border-radius: var(--radius-m);
  background-color: var(--secondary);
  width: 100% !important;
  height: 100% !important;
}
.wa-contact-us-box__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.wa-contact-us-box__title {
  margin: 0 !important;
  font-weight: 700 !important;
  font-size: var(--text-l) !important;
}
