.dens3-podcast .item {
  background-color: #19191a;
  padding: 20px 20px 30px 20px;
  border-radius: 7px;
}

@media screen and (max-width: 991px) {
  .dens3-podcast .item {
    padding: 15px 15px 20px 15px;
  }
}

.dens3-podcast .item .title {
  color: #fff;
  font-size: 1.1em;
  margin: 10px 0 0 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  padding: 0;
}

.dens3-podcast .item .summary {
  color: #6c6c6c;
  font-size: 0.9em;
  margin: 10px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
}

.dens3-podcast .item:hover {
  background-color: #2a2a2b;
}

.dens3-podcast .item:hover .title,
.dens3-podcast .item:hover .summary {
  color: #e6c52c;
  text-decoration: none;
}
