.feedback-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: -0.5rem 0 1rem;
  padding: 0.5rem 0 0.75rem;
  background: #f5f5f3;
}

.feedback-intro {
  margin: 0 0 1rem;
  color: #4d5350;
  line-height: 1.6;
}

.feedback-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
}

.feedback-filter {
  margin: 0;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(47, 79, 63, 0.18);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-size: 0.92rem;
  line-height: 1.3;
  color: #4d5350;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.feedback-filter:hover {
  border-color: rgba(47, 79, 63, 0.32);
  color: #2f4f3f;
}

.feedback-filter.is-active {
  border-color: #2f4f3f;
  background: #2f4f3f;
  color: #fff;
}

.feedback-filter:focus-visible {
  outline: 2px solid #b13d2f;
  outline-offset: 2px;
}

[data-category][hidden] {
  display: none !important;
}

.feedback-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feedback-item {
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(47, 79, 63, 0.12);
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 4px 18px rgba(47, 79, 63, 0.05);
}

.feedback-item__source {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7a8280;
}

.feedback-item__quote {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #4d5350;
}

.feedback-item__quote p {
  margin: 0 0 0.65rem;
}

.feedback-item__quote p:last-child {
  margin-bottom: 0;
}

.feedback-item__meta {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #2f4f3f;
}

.feedback-item__rating {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
  color: #7a8280;
}

.feedback-google-card {
  display: block;
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(47, 79, 63, 0.14);
  border-radius: 0.75rem;
  background: #fafaf8;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.feedback-google-card:hover {
  border-color: rgba(47, 79, 63, 0.28);
  background: #fff;
}

.feedback-google-card__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7a8280;
}

.feedback-google-card__title {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2f4f3f;
}

.feedback-google-card__hint {
  display: block;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #4d5350;
}

.feedback-section {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.feedback-section + .feedback-section {
  margin-top: 2.5rem;
  padding-top: 0;
  border-top: none;
}

.feedback-section__title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2f4f3f;
}

.feedback-section__lead {
  margin: 0 0 1.25rem;
  font-size: 0.96rem;
  line-height: 1.55;
  color: #4d5350;
}

.feedback-item__heading {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2f4f3f;
}

.feedback-item__details {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #7a8280;
}

.feedback-back {
  margin: 0;
}

.feedback-back a {
  color: #b13d2f;
  text-decoration: underline;
}

.feedback-back a:hover {
  text-decoration: underline;
}
