.star-container {
  color: #ff9100;
  gap: 0.2rem;
}

.star-container svg {
  max-width: 1.7rem;
}

.quote-rating__quote {
  box-shadow: 9px 11px 13px -7px #00000038;
}

.quote-rating__image {
  flex-shrink: 1;
  width: auto;
  min-width: 0;
  border: 3px solid white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
