.google-reviews-field-group {
  margin-bottom: 0.5rem;
}

.google-reviews-field-group .googlereviews-ratings-container {
  margin-bottom: 0.75rem;
}

.google-reviews-field__comments {
  display: none;
  margin-top: 0.5rem;
}

.google-reviews-field-group.is-expanded .google-reviews-field__comments {
  display: block;
}

.google-reviews-field__toggle.btn-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  padding: 0;
  font-weight: inherit;
  color: #7f3d46;
  text-decoration: none;
}

.google-reviews-field__toggle.btn-link:hover,
.google-reviews-field__toggle.btn-link:focus,
.google-reviews-field__toggle.btn-link:active {
  color: #9a001c;
  text-decoration: none;
}

.google-reviews-field__toggle-text {
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  padding-bottom: 2px;
  line-height: 1.4;
}

.google-reviews-field__toggle-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.75em;
  line-height: 1;
  margin-top: 0.1em;
}

.google-reviews-field__toggle-icon::before {
  content: "▼";
}

.google-reviews-field-group.is-expanded .google-reviews-field__toggle-icon::before {
  content: "▲";
}
