.podcasts-widget {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.podcasts-widget .podcast__date {
  font-size: 10px;
  color: #212121;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
  margin: 0;
}
.podcasts-widget .podcast__date p {
  margin: 0;
}
.podcasts-widget .podcast__date:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 6px;
  background-image: url("/img/icon-clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.podcasts-widget .podcast__image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.podcasts-widget {
  padding: 16px 8px 16px 16px;
  margin-bottom: 16px;
  position: relative;
}
.podcasts-widget__header {
  font-size: 24px;
  line-height: 24px;
  font-family: "proximanova-bold", sans-serif;
  color: #212121;
  margin: 0 0 16px;
}
.podcasts-widget__footer {
  text-align: center;
  margin-top: 16px;
}
.podcasts-widget__footer a {
  font-size: 15px;
  background-color: #212121;
  color: #fff;
  font-family: "proximanova-regular", sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: block;
}
.podcasts-widget__footer a:hover,
.podcasts-widget__footer a:focus,
.podcasts-widget__footer a:active {
  background-color: #080808;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.podcasts-widget__footer a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.podcasts-widget .podcast--container {
  padding: 6px 0;
}
.podcasts-widget .podcast.slide:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.podcasts-widget .podcast--container a {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.podcasts-widget .podcast__title {
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  font-weight: 400;
  margin-bottom: 24px;
}
.podcasts-widget .podcast__date {
  position: absolute;
  bottom: 0;
  left: 0;
}
.podcasts-widget .podcast__image {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  margin-left: 8px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}
.podcasts-widget--slider-container {
  position: relative;
}
