.lista-depoimentos {
  max-width: 700px;
  margin: 2rem auto;
  font-family: "Georgia", serif;
  line-height: 1.6;
}

.depoimento {
  background: #fafafa;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #444;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.depoimento:hover {
  background: #f0f0f0;
}

.depoimento p {
  margin: 0;
  font-weight: bold;
  color: #222;
}

.depoimento blockquote {
  margin: 0.8rem 0;
  padding-left: 1rem;
  border-left: 3px solid #999;
  font-style: italic;
  color: #555;
}

.depoimento small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #777;
}
