.reddit-card {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.reddit-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.reddit-thumb {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.reddit-card-footer a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

