/* ===== Google recenze – styl (čistý, bílý, minimalistický) ===== */

#grw-homepage {
  max-width: 1100px;
  margin: 48px auto;
  padding: 0 20px;
  font-family: inherit;
}

.grw-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.grw-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.grw-google-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.grw-google-icon-sm {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.grw-title {
  font-size: 19px;
  font-weight: 600;
  color: #1a1a1a;
}

.grw-summary {
  font-size: 13.5px;
  color: #666;
  margin-top: 2px;
}

.grw-stars {
  color: #f0a830;
  letter-spacing: 1px;
  font-size: 14px;
}

.grw-all-link {
  font-size: 13.5px;
  font-weight: 600;
  color: #2e7d32;
  text-decoration: none;
  white-space: nowrap;
}

.grw-all-link:hover {
  text-decoration: underline;
}

.grw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.grw-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.grw-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grw-date {
  font-size: 12px;
  color: #999;
}

.grw-comment {
  font-size: 13.5px;
  color: #444;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
}

.grw-author {
  font-size: 12.5px;
  font-weight: 600;
  color: #1a1a1a;
}

/* patička – kompaktní pruh */
#grw-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 0;
  flex-wrap: wrap;
}

.grw-footer-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #ccc;
  text-decoration: none;
}

.grw-footer-strip:hover {
  color: #fff;
}

.grw-footer-strip strong {
  color: inherit;
}

.grw-footer-count {
  color: inherit;
  opacity: 0.75;
}

.grw-footer-rate {
  font-size: 13px;
  color: #4caf50;
  text-decoration: none;
  font-weight: 600;
}

.grw-footer-rate:hover {
  text-decoration: underline;
}
