/* Breadcrumbs */
.h4-breadcrumbs {
  padding: 15px 20px;
  font-size: 0.85rem;
  color: #666;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.h4-breadcrumbs a {
  color: #E3967E;
  text-decoration: none;
}

.h4-breadcrumbs a:hover {
  text-decoration: underline;
}

.h4-breadcrumbs .breadcrumb-sep {
  margin: 0 8px;
  color: #ccc;
}

.h4-breadcrumbs span:last-child {
  color: #333;
}

/* Google Reviews Badge */
.h4-google-reviews-badge {
  text-align: center;
  padding: 20px;
}

.google-reviews-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #fff;
  border: 2px solid #E3967E;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.google-reviews-link:hover {
  background: #E3967E;
  color: #fff;
}

.google-reviews-link .stars {
  font-size: 1.2rem;
}
