body .phoenix-review-boundary {
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  padding-block: clamp(2rem, 5vw, 3.5rem);
}

.phoenix-review-summary {
  align-self: center;
}

body .phoenix-review-summary h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.phoenix-review-summary .phoenix-button {
  display: inline-flex;
}

.phoenix-google-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.phoenix-google-review {
  background: linear-gradient(145deg, #fff, #fff5ec);
  border: 1px solid rgba(244, 123, 32, .28);
  border-radius: 1.25rem;
  box-shadow: 0 16px 40px rgba(16, 26, 47, .09);
  padding: 1.25rem;
}

.phoenix-google-review--featured {
  background:
    radial-gradient(circle at 100% 0, rgba(244, 123, 32, .24), transparent 38%),
    linear-gradient(145deg, #101a2f, #203c57);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: 0 24px 55px rgba(16, 26, 47, .2);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 18rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.phoenix-google-review--featured time,
.phoenix-google-review--featured small {
  color: rgba(255, 255, 255, .72);
}

.phoenix-google-review--featured p {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.phoenix-google-review header {
  align-items: flex-start;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
}

.phoenix-google-review time,
.phoenix-google-review small,
.phoenix-google-reviews__notice {
  color: #5d6573;
  font-size: .82rem;
}

.phoenix-google-review__stars {
  color: #f47b20;
  letter-spacing: .08em;
  margin-top: .3rem;
}

.phoenix-google-review p {
  line-height: 1.65;
}

.phoenix-google-reviews__notice {
  margin-top: .85rem;
}

@media (max-width: 900px) {
  body .phoenix-review-boundary {
    grid-template-columns: 1fr;
  }

  .phoenix-google-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .phoenix-google-reviews {
    grid-template-columns: 1fr;
  }
}
