.bv-reviews {
  background: #f5f1ec;
  color: #191715;
  padding: clamp(64px, 7vw, 96px) 24px;
}

.bv-reviews-inner {
  margin: 0 auto;
  max-width: 1240px;
}

.bv-reviews-heading {
  margin: 0 auto 44px;
  max-width: 760px;
  text-align: center;
}

.bv-reviews-eyebrow {
  color: #ad7b3f;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.bv-reviews-heading h2 {
  color: #171513;
  font-family: "Old Standard TT", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.02;
  margin: 0;
}

.bv-reviews-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Open Sans", Arial, sans-serif;
  gap: 8px 12px;
  justify-content: center;
  margin-top: 20px;
}

.bv-reviews-stars,
.bv-review-stars {
  color: #c28c48;
  letter-spacing: .12em;
}

.bv-reviews-rating strong {
  font-size: 1rem;
}

.bv-reviews-rating span:last-child {
  color: #6a625b;
  font-size: .94rem;
}

.bv-review-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bv-review-card {
  background: #fff;
  border: 1px solid rgba(173, 123, 63, .28);
  box-shadow: 0 15px 35px rgba(31, 25, 20, .06);
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 28px;
}

.bv-review-stars {
  font-size: .9rem;
  margin-bottom: 16px;
}

.bv-review-card blockquote {
  color: #26211d;
  display: block;
  flex: 1;
  font-family: "Old Standard TT", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.42;
  margin: 0 0 20px;
  padding: 0;
  vertical-align: initial;
  width: auto;
}

/* The original theme adds an oversized decorative quote to every blockquote. */
.bv-review-card blockquote::before {
  content: none;
  display: none;
}

.bv-review-card footer {
  border-top: 1px solid #e9e1d8;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", Arial, sans-serif;
  gap: 3px;
  padding-top: 15px;
}

.bv-review-card footer strong {
  color: #191715;
  font-size: .94rem;
}

.bv-review-card footer span {
  color: #766c63;
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bv-reviews-actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 42px;
}

.bv-reviews-quote {
  background: #171513;
  color: #fff !important;
  display: inline-flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .8rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .13em;
  min-width: 270px;
  padding: 17px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.bv-reviews-quote:hover,
.bv-reviews-quote:focus-visible {
  background: #c28c48;
  color: #171513 !important;
}

@media (max-width: 960px) {
  .bv-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bv-reviews {
    padding: 48px 14px;
  }

  .bv-reviews-heading {
    margin-bottom: 24px;
  }

  .bv-reviews-rating {
    flex-direction: column;
  }

  .bv-review-grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .bv-review-card {
    min-height: 0;
    padding: 20px 18px;
  }

  .bv-review-stars {
    font-size: .82rem;
    margin-bottom: 12px;
  }

  .bv-review-card blockquote {
    font-size: 1.12rem;
    line-height: 1.52;
    margin-bottom: 16px;
  }

  .bv-review-card footer {
    align-items: baseline;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    padding-top: 13px;
  }

  .bv-review-card footer strong {
    font-size: 1rem;
  }

  .bv-review-card footer span {
    font-size: .75rem;
  }

  .bv-reviews-quote {
    min-width: 0;
    width: 100%;
  }
}
