.episode-card,
.show-card {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
}

.episode-card img,
.show-card img {
  width: 100%;
  border-radius: 5px;
}

.episode-card h2,
.show-card h2 {
  margin: 10px 0;
}

.episode-card p,
.show-card p,
.episode-summary,
.show-summary {
  margin: 5px 0;
  line-height: 1.4;
}

footer {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
  color: #555;
}
