.sermon-clean {
  border: 4px solid red !important;
  background: #fff8dc !important;
}

.sermon-clean {
  line-height: 1.7;
}

.sermon-clean ul,
.sermon-clean ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sermon-clean li {
  padding: 16px 0;
  border-bottom: 1px solid #e9e9e9;
}

.sermon-clean li:last-child {
  border-bottom: none;
}

.sermon-clean a {
  text-decoration: none;
}

.sermon-clean h3,
.sermon-clean .sermon-title,
.sermon-clean li > a:first-child {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 8px;
}

.sermon-clean small,
.sermon-clean .sermon-meta {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 6px;
}

.sermon-clean .sermon-meta span,
.sermon-clean small span {
  display: inline-block;
  margin-right: 12px;
}

.sermon-clean .sermon-scripture {
  display: block;
  margin-top: 4px;
  font-style: italic;
  color: #444;
}

.sermon-clean .sermon-preacher {
  font-weight: 500;
}

.sermon-clean .sermon-play {
  display: inline-block;
  margin-top: 8px;
  font-weight: 500;
}

.sermon-clean audio {
  margin-top: 10px;
  width: 100%;
  max-width: 420px;
}