<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cards .card {
  display: inline;
  float: left;
  border-radius: 0.3rem;
  border: none;
  background: transparent;
}

.cards .card .card-description {
  padding: 0 10px;
  background: #fff;
}

.cards .card .card-description h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.cards .card .card-description p {
  font-size: 16px;
  line-height: 20px;
}

.cards .card .card-description p.publish-time {
  margin: 0;
  font-size: 14px;
}

.ligth .card {
  box-shadow: 5px 5px 10px 0px #0000004d;
}
</pre></body></html>