/* Live Google Places attribution layered onto the existing review layout. */
.mhr-google-attribution {
  color: #fff;
  font-family: Roboto, Jost, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.4;
  white-space: nowrap;
}

.mhr-card__avatar {
  overflow: hidden;
}

.mhr-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhr-card footer a {
  color: inherit;
}

.mhr-card footer strong a {
  text-decoration: none;
}

.mhr-card footer strong a:hover,
.mhr-card footer strong a:focus-visible,
.mhr-card__source:hover,
.mhr-card__source:focus-visible {
  text-decoration: underline;
}

.mhr-card__source,
.mhr-card__report {
  width: fit-content;
  font-size: 11px;
  line-height: 1.45;
}

.mhr-card__source {
  color: #157ee9 !important;
  font-weight: 750;
}

.mhr-card__report {
  color: #77756f !important;
}

html[data-milksy-theme="dark"] body .mhr-card__source {
  color: #7cc4ff !important;
}

html[data-milksy-theme="dark"] body .mhr-card__report {
  color: #aebed3 !important;
}
