.recs-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rec-card {
  background: #f0f0f0;
  padding: 20px 24px;
}

.rec-title{
    font-size: 1.2rem;
}

.rec-text {
    font-size: 1rem;
    margin-top: 8px;
}

.rec-author {
  font-size: 0.8rem;
  color: #666;
  margin-top: 8px;
}