@charset "utf-8";
.villaro-live-reviews {
  background: #e9e5dc;
  color: #1c1d1d;
  padding: 110px 24px;
  font-family: "Inter", Arial, sans-serif;
}

.villaro-live-reviews * {
  box-sizing: border-box;
}

.villaro-live-reviews__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.villaro-live-reviews__heading {
  max-width: 800px;
  margin: 0 auto 28px;
  text-align: center;
}

.villaro-live-reviews__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #a87d3f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.villaro-live-reviews h2 {
  margin: 0 0 20px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -2px;
}

.villaro-live-reviews h2 em {
  color: #a87d3f;
  font-weight: 500;
}

.villaro-live-reviews__heading p {
  max-width: 650px;
  margin: 0 auto;
  color: #64625e;
  font-size: 17px;
  line-height: 1.75;
}

.villaro-live-reviews__rating {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 16px;
  margin: 32px auto 45px;
  padding: 15px 22px;
  background: #fff;
  border: 1px solid rgba(28, 29, 29, 0.12);
  box-shadow: 0 18px 45px rgba(28, 29, 29, 0.08);
}

.villaro-live-reviews__google {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -2px;
}

.villaro-live-reviews__rating strong {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
}

.villaro-live-reviews__stars {
  color: #fbbc04;
  font-size: 18px;
  letter-spacing: 1px;
}

.villaro-live-reviews__rating small {
  display: block;
  margin-top: 3px;
  color: #6e6e6e;
  font-size: 11px;
}

.villaro-live-reviews__widget {
  width: 100%;
  min-height: 620px;
  position: relative;
  z-index: 1;
}

.elfsight-app-7244bfc3-5795-4766-a108-f2dab7f90b3e {
  width: 100%;
  min-height: 600px;
}

.vgr-blue {
  color: #4285f4;
}

.vgr-red {
  color: #ea4335;
}

.vgr-yellow {
  color: #fbbc05;
}

.vgr-green {
  color: #34a853;
}

@media (max-width: 640px) {
  .villaro-live-reviews {
    padding: 75px 17px;
  }

  .villaro-live-reviews h2 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .villaro-live-reviews__rating {
    width: 100%;
    justify-content: center;
    padding: 14px 12px;
  }

  .villaro-live-reviews__widget,
  .elfsight-app-7244bfc3-5795-4766-a108-f2dab7f90b3e {
    min-height: 700px;
  }
}/* CSS Document */

