/* Balkenhohl Immobilien v147 – live Google reviews and natural news cadence. */
.v147-google-live {
  display: grid;
  gap: 18px;
}
.v147-google-summary {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(8,43,60,.09);
}
.v147-google-summary .v138-google-mark { margin: 0; }
.v147-google-summary > div { display: grid; gap: 4px; }
.v147-google-summary strong { color: #102332; font-size: 1.35rem; }
.v147-google-summary > div > span:last-child { color: #65747d; font-size: .9rem; }
.v147-google-summary > a,
.v147-google-review__link { color: #0c574b; font-weight: 850; text-decoration: none; }
.v147-google-stars {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #d59b21 0 var(--v147-rating, 100%), #cbd0d3 var(--v147-rating, 100%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  letter-spacing: .08em;
  line-height: 1;
}
.v147-google-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.v147-google-review {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 245px;
  padding: 22px;
  border: 1px solid rgba(8,43,60,.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8,43,60,.07);
}
.v147-google-review header {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 11px;
  align-items: center;
}
.v147-google-review header > div { display: grid; gap: 5px; min-width: 0; }
.v147-google-review header a { color: #102332; text-decoration: none; }
.v147-google-review header strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v147-google-review time { color: #7a878e; font-size: .76rem; white-space: nowrap; }
.v147-google-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #082b3c;
  font-weight: 900;
}
.v147-google-review p {
  margin: 20px 0;
  color: #546470;
  font-size: .96rem;
  line-height: 1.65;
}
.v147-google-review__link { margin-top: auto; font-size: .86rem; }
.v147-google-empty {
  padding: 26px;
  border-radius: 20px;
  background: #fff;
  color: #546470;
}
@media (max-width: 760px) {
  .v147-google-summary { grid-template-columns: auto 1fr; }
  .v147-google-summary > a { grid-column: 1 / -1; }
  .v147-google-review-grid { grid-template-columns: 1fr; }
  .v147-google-review { min-height: 0; }
}
@media (max-width: 420px) {
  .v147-google-review header { grid-template-columns: auto minmax(0,1fr); }
  .v147-google-review time { grid-column: 2; }
}
