.proof-quote,
.proof-strip,
.proof-inline {
  font-family: var(--font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif);
}

.proof-quote {
  max-width: 760px;
  margin-top: 20px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(227, 6, 19, .18);
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(10, 10, 10, .08);
  backdrop-filter: blur(10px);
}

.proof-quote--article {
  margin: 28px 0 34px;
  background: #fff;
  border-color: #eadfda;
  box-shadow: none;
}

.proof-quote__top,
.proof-strip__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.proof-quote__stars,
.proof-strip__stars {
  color: #ffb400;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 800;
}

.proof-quote__stars {
  font-size: 15px;
}

.proof-strip__stars {
  font-size: 16px;
}

.proof-quote__name,
.proof-strip__name {
  color: #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.proof-quote__text {
  margin: 8px 0 0;
  color: #312d2a;
  font-size: 14px;
  line-height: 1.48;
}

.proof-strip {
  padding: 18px 28px;
  background: #fff;
  border-top: 1px solid #e8e1dc;
  border-bottom: 1px solid #e8e1dc;
}

.proof-strip__inner {
  max-width: var(--maxw, 1180px);
  margin: 0 auto;
}

.proof-strip__text {
  margin: 0;
  color: #34302d;
  font-size: 15px;
  line-height: 1.45;
  flex: 1 1 360px;
}

.proof-inline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 14px;
  margin: 26px 0 34px;
  padding: 13px 0 13px 16px;
  border-left: 3px solid var(--red, #e30613);
  border-top: 1px solid #eee6e1;
  border-bottom: 1px solid #eee6e1;
}

.proof-inline__stars {
  color: #ffb400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 900;
}

.proof-inline__text {
  margin: 0;
  color: #34302d;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 650;
}

.proof-inline__name {
  color: #111;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  white-space: nowrap;
}

.proof-inline--dark {
  border-color: rgba(255, 255, 255, .16);
  border-left-color: var(--red, #e30613);
  margin: 22px 0;
}

.proof-inline--dark .proof-inline__text,
.proof-inline--dark .proof-inline__name {
  color: rgba(255, 255, 255, .92);
}

@media (max-width: 760px) {
  .proof-quote {
    margin-top: 16px;
    padding: 14px 15px;
  }

  .proof-quote__top,
  .proof-strip__inner {
    gap: 8px 10px;
  }

  .proof-quote__text,
  .proof-strip__text {
    font-size: 13.5px;
  }

  .proof-strip {
    padding: 16px 20px;
  }

  .proof-strip__text {
    flex-basis: 100%;
  }

  .proof-inline {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 20px 0 28px;
    padding: 12px 0 12px 14px;
  }

  .proof-inline__text {
    font-size: 13.5px;
  }

  .proof-inline__name {
    white-space: normal;
  }
}
