.hotel-reviews {
  padding: 1.5rem;
}

.hotel-reviews__title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  color: var(--wa-color-text-normal);
}

.hotel-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hotel-reviews__card {
  border: 1px solid var(--wa-color-neutral-border-quiet);
  border-radius: var(--wa-border-radius-m);
  padding: 1rem;
  background: var(--wa-color-surface-raised);
}

.hotel-reviews__rating {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--wa-color-text-normal);
}

.hotel-reviews__comment {
  margin: 0.5rem 0;
  color: var(--wa-color-text-normal);
}

.hotel-reviews__attendee {
  margin: 0;
  font-size: 0.875rem;
  color: var(--wa-color-text-quiet);
}

.hotel-reviews__response {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: var(--wa-color-neutral-fill-quiet);
  border-radius: var(--wa-border-radius-s);
  font-size: 0.875rem;
  color: var(--wa-color-text-normal);
}

.hotel-reviews__empty {
  color: var(--wa-color-text-quiet);
}
