@charset "UTF-8";
.mdl_none {
  left: auto;
  margin-left: auto;
  margin-top: auto;
  top: auto;
}

.main_tpl_reviews_landing {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  background: #F3F4F4;
}
.main_tpl_reviews_landing .left_claim .title {
  font-size: 25px !important;
}

.rw-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #46505c;
  max-width: 720px;
  margin-top: 12px;
}

.rw-section {
  padding: 40px 0;
}

.rw-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.rw-title {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  color: #141d26;
  margin: 0 0 20px;
}

.rw-score {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.rw-score__card {
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 140px;
  justify-content: center;
}

.rw-score__source {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #8a97a3;
}

.rw-score__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rw-score__value {
  font-size: 40px;
  font-weight: 800;
  color: #141d26;
  line-height: 1;
}

.rw-score__count {
  font-size: 14px;
  color: #5b6b7b;
}

.rw-score__widget {
  min-height: 30px;
}

.rw-score__card--global {
  max-width: 520px;
  justify-self: center;
  border: 2px solid #00b67a;
}

.rw-stars {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  color: #d6dde3;
}

.rw-stars__bg {
  display: block;
}

.rw-stars__fill {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #00b67a;
}

.rw-reviews__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.rw-link {
  color: #0071e3;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.rw-link:hover {
  text-decoration: underline;
}

.rw-carousel {
  position: relative;
}

.rw-carousel__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 2px 12px;
}

.rw-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.rw-carousel__track {
  display: flex;
  gap: 16px;
}

.rw-carousel__slide {
  flex: 0 0 auto;
  width: 340px;
  max-width: 86%;
  scroll-snap-align: start;
}

.rw-card {
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 2px rgba(20, 29, 38, 0.04);
}

.rw-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rw-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eef2f5;
  color: #141d26;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.rw-card--google .rw-card__avatar {
  background: #e8f0fe;
  color: #1a73e8;
}

.rw-card--trustpilot .rw-card__avatar {
  background: #e6f7f0;
  color: #00b67a;
}

.rw-card--link {
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.rw-card--link:hover {
  border-color: #00b67a;
  box-shadow: 0 4px 12px rgba(20, 29, 38, 0.1);
}

.rw-card__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.rw-card__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rw-card__author {
  font-weight: 600;
  color: #141d26;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rw-card__date {
  font-size: 13px;
  color: #8a97a3;
}

.rw-card__source {
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: #00b67a;
}

.rw-card--google .rw-card__source {
  color: #1a73e8;
}

.rw-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #141d26;
  margin: 0;
}

.rw-card__text {
  font-size: 14px;
  line-height: 1.55;
  color: #46505c;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rw-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.rw-carousel__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d6dde3;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.rw-carousel__btn:hover {
  background: #f4f7f9;
  border-color: #b9c4cd;
}

.rw-carousel__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid #141d26;
  border-bottom: 2px solid #141d26;
  transform: translate(-50%, -50%) rotate(45deg);
}

.rw-carousel__btn[data-carousel-prev]::after {
  transform: translate(-25%, -50%) rotate(45deg);
}

.rw-carousel__btn[data-carousel-next]::after {
  transform: translate(-75%, -50%) rotate(225deg);
}

.rw-carousel__dots {
  display: flex;
  gap: 6px;
}

.rw-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6dde3;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s ease;
}

.rw-carousel__dot.is-active {
  background: #141d26;
}

.rw-faq {
  max-width: 820px;
}

.rw-faq__item {
  border-bottom: 1px solid #e8ecef;
  padding: 16px 0;
}

.rw-faq__q {
  font-size: 16px;
  font-weight: 600;
  color: #141d26;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 24px;
}

.rw-faq__q::-webkit-details-marker {
  display: none;
}

.rw-faq__q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  color: #00b67a;
}

.rw-faq__item[open] .rw-faq__q::after {
  content: "−";
}

.rw-faq__a {
  font-size: 15px;
  line-height: 1.6;
  color: #46505c;
  margin: 10px 0 0;
}

.rw-cta {
  background: #f4f7f9;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
}

.rw-cta__text {
  font-size: 16px;
  color: #46505c;
  margin: 0 0 20px;
}

.rw-cta__button {
  display: inline-block;
  background: #ef6523;
  color: #ffffff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}

.rw-cta__button:hover {
  color: #e8e8e8;
}

.rw-empty {
  color: #5b6b7b;
  font-size: 15px;
}

@media (max-width: 640px) {
  .rw-score__value {
    font-size: 32px;
  }
  .rw-cta {
    padding: 28px 20px;
  }
}